symbol enum member icon

symbol-enum-member from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
symbol-enum-member
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the symbol enum member icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15 3.5v4c0 .4-.15.78-.44 1.06c-.28.28-.66.44-1.06.44H11v-.5c0-.17-.02-.34-.05-.5h2.55c.13 0 .26-.05.35-.15c.1-.09.15-.22.15-.35v-4a.47.47 0 0 0-.15-.35a.47.47 0 0 0-.35-.15h-6a.47.47 0 0 0-.35.15a.47.47 0 0 0-.15.35V6H6V3.5A1.5 1.5 0 0 1 7.5 2h6A1.5 1.5 0 0 1 15 3.5M12.5 5a.5.5 0 0 0 0-1h-4a.5.5 0 0 0 0 1zm.5 1.5c0-.28-.22-.5-.5-.5h-4c.82 0 1.54.39 2 1h2c.28 0 .5-.22.5-.5M7.5 10h-4a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1M10 8.5v4c0 .827-.673 1.5-1.5 1.5h-6c-.827 0-1.5-.673-1.5-1.5v-4C1 7.673 1.673 7 2.5 7h6c.827 0 1.5.673 1.5 1.5"/></svg>

React

import type { SVGProps } from "react";

export function CodiconSymbolEnumMember(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15 3.5v4c0 .4-.15.78-.44 1.06c-.28.28-.66.44-1.06.44H11v-.5c0-.17-.02-.34-.05-.5h2.55c.13 0 .26-.05.35-.15c.1-.09.15-.22.15-.35v-4a.47.47 0 0 0-.15-.35a.47.47 0 0 0-.35-.15h-6a.47.47 0 0 0-.35.15a.47.47 0 0 0-.15.35V6H6V3.5A1.5 1.5 0 0 1 7.5 2h6A1.5 1.5 0 0 1 15 3.5M12.5 5a.5.5 0 0 0 0-1h-4a.5.5 0 0 0 0 1zm.5 1.5c0-.28-.22-.5-.5-.5h-4c.82 0 1.54.39 2 1h2c.28 0 .5-.22.5-.5M7.5 10h-4a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1M10 8.5v4c0 .827-.673 1.5-1.5 1.5h-6c-.827 0-1.5-.673-1.5-1.5v-4C1 7.673 1.673 7 2.5 7h6c.827 0 1.5.673 1.5 1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15 3.5v4c0 .4-.15.78-.44 1.06c-.28.28-.66.44-1.06.44H11v-.5c0-.17-.02-.34-.05-.5h2.55c.13 0 .26-.05.35-.15c.1-.09.15-.22.15-.35v-4a.47.47 0 0 0-.15-.35a.47.47 0 0 0-.35-.15h-6a.47.47 0 0 0-.35.15a.47.47 0 0 0-.15.35V6H6V3.5A1.5 1.5 0 0 1 7.5 2h6A1.5 1.5 0 0 1 15 3.5M12.5 5a.5.5 0 0 0 0-1h-4a.5.5 0 0 0 0 1zm.5 1.5c0-.28-.22-.5-.5-.5h-4c.82 0 1.54.39 2 1h2c.28 0 .5-.22.5-.5M7.5 10h-4a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1M10 8.5v4c0 .827-.673 1.5-1.5 1.5h-6c-.827 0-1.5-.673-1.5-1.5v-4C1 7.673 1.673 7 2.5 7h6c.827 0 1.5.673 1.5 1.5"/></svg>
</template>

CSS

.icon-symbol-enum-member {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%203.5v4c0%20.4-.15.78-.44%201.06c-.28.28-.66.44-1.06.44H11v-.5c0-.17-.02-.34-.05-.5h2.55c.13%200%20.26-.05.35-.15c.1-.09.15-.22.15-.35v-4a.47.47%200%200%200-.15-.35a.47.47%200%200%200-.35-.15h-6a.47.47%200%200%200-.35.15a.47.47%200%200%200-.15.35V6H6V3.5A1.5%201.5%200%200%201%207.5%202h6A1.5%201.5%200%200%201%2015%203.5M12.5%205a.5.5%200%200%200%200-1h-4a.5.5%200%200%200%200%201zm.5%201.5c0-.28-.22-.5-.5-.5h-4c.82%200%201.54.39%202%201h2c.28%200%20.5-.22.5-.5M7.5%2010h-4a.5.5%200%200%200%200%201h4a.5.5%200%200%200%200-1M10%208.5v4c0%20.827-.673%201.5-1.5%201.5h-6c-.827%200-1.5-.673-1.5-1.5v-4C1%207.673%201.673%207%202.5%207h6c.827%200%201.5.673%201.5%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%203.5v4c0%20.4-.15.78-.44%201.06c-.28.28-.66.44-1.06.44H11v-.5c0-.17-.02-.34-.05-.5h2.55c.13%200%20.26-.05.35-.15c.1-.09.15-.22.15-.35v-4a.47.47%200%200%200-.15-.35a.47.47%200%200%200-.35-.15h-6a.47.47%200%200%200-.35.15a.47.47%200%200%200-.15.35V6H6V3.5A1.5%201.5%200%200%201%207.5%202h6A1.5%201.5%200%200%201%2015%203.5M12.5%205a.5.5%200%200%200%200-1h-4a.5.5%200%200%200%200%201zm.5%201.5c0-.28-.22-.5-.5-.5h-4c.82%200%201.54.39%202%201h2c.28%200%20.5-.22.5-.5M7.5%2010h-4a.5.5%200%200%200%200%201h4a.5.5%200%200%200%200-1M10%208.5v4c0%20.827-.673%201.5-1.5%201.5h-6c-.827%200-1.5-.673-1.5-1.5v-4C1%207.673%201.673%207%202.5%207h6c.827%200%201.5.673%201.5%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/symbol-enum-member.svg?color=%231a73e8&size=48