symbol color icon

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

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

Related icons in Codicons

Use the symbol color icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.001 1c-3.867 0-7 2.8-7 6.667A2.33 2.33 0 0 0 3.334 10C4.751 10 4.721 9 6 9c.644 0 1 .606 1 1.25v1.25a3.5 3.5 0 0 0 3.5 3.5c3.153 0 4.499-3.785 4.499-7A7 7 0 0 0 8 1zM10.5 14A2.503 2.503 0 0 1 8 11.5v-1.25C8 8.967 7.14 8 6 8c-.96 0-1.502.412-1.861.685c-.285.217-.415.315-.805.315a1.335 1.335 0 0 1-1.333-1.333C2.001 4.436 4.58 2 8.001 2A6.006 6.006 0 0 1 14 8c0 2.412-.932 6-3.499 6zm1.5-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m1-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0M6 5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m4 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0M9 4a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>

React

import type { SVGProps } from "react";

export function CodiconSymbolColor(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="M8.001 1c-3.867 0-7 2.8-7 6.667A2.33 2.33 0 0 0 3.334 10C4.751 10 4.721 9 6 9c.644 0 1 .606 1 1.25v1.25a3.5 3.5 0 0 0 3.5 3.5c3.153 0 4.499-3.785 4.499-7A7 7 0 0 0 8 1zM10.5 14A2.503 2.503 0 0 1 8 11.5v-1.25C8 8.967 7.14 8 6 8c-.96 0-1.502.412-1.861.685c-.285.217-.415.315-.805.315a1.335 1.335 0 0 1-1.333-1.333C2.001 4.436 4.58 2 8.001 2A6.006 6.006 0 0 1 14 8c0 2.412-.932 6-3.499 6zm1.5-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m1-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0M6 5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m4 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0M9 4a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.001 1c-3.867 0-7 2.8-7 6.667A2.33 2.33 0 0 0 3.334 10C4.751 10 4.721 9 6 9c.644 0 1 .606 1 1.25v1.25a3.5 3.5 0 0 0 3.5 3.5c3.153 0 4.499-3.785 4.499-7A7 7 0 0 0 8 1zM10.5 14A2.503 2.503 0 0 1 8 11.5v-1.25C8 8.967 7.14 8 6 8c-.96 0-1.502.412-1.861.685c-.285.217-.415.315-.805.315a1.335 1.335 0 0 1-1.333-1.333C2.001 4.436 4.58 2 8.001 2A6.006 6.006 0 0 1 14 8c0 2.412-.932 6-3.499 6zm1.5-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m1-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0M6 5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m4 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0M9 4a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
</template>

CSS

.icon-symbol-color {
  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%22M8.001%201c-3.867%200-7%202.8-7%206.667A2.33%202.33%200%200%200%203.334%2010C4.751%2010%204.721%209%206%209c.644%200%201%20.606%201%201.25v1.25a3.5%203.5%200%200%200%203.5%203.5c3.153%200%204.499-3.785%204.499-7A7%207%200%200%200%208%201zM10.5%2014A2.503%202.503%200%200%201%208%2011.5v-1.25C8%208.967%207.14%208%206%208c-.96%200-1.502.412-1.861.685c-.285.217-.415.315-.805.315a1.335%201.335%200%200%201-1.333-1.333C2.001%204.436%204.58%202%208.001%202A6.006%206.006%200%200%201%2014%208c0%202.412-.932%206-3.499%206zm1.5-3a1%201%200%201%201-2%200a1%201%200%200%201%202%200m1-3a1%201%200%201%201-2%200a1%201%200%200%201%202%200M6%205a1%201%200%201%201-2%200a1%201%200%200%201%202%200m4%200a1%201%200%201%201%202%200a1%201%200%200%201-2%200M9%204a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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%22M8.001%201c-3.867%200-7%202.8-7%206.667A2.33%202.33%200%200%200%203.334%2010C4.751%2010%204.721%209%206%209c.644%200%201%20.606%201%201.25v1.25a3.5%203.5%200%200%200%203.5%203.5c3.153%200%204.499-3.785%204.499-7A7%207%200%200%200%208%201zM10.5%2014A2.503%202.503%200%200%201%208%2011.5v-1.25C8%208.967%207.14%208%206%208c-.96%200-1.502.412-1.861.685c-.285.217-.415.315-.805.315a1.335%201.335%200%200%201-1.333-1.333C2.001%204.436%204.58%202%208.001%202A6.006%206.006%200%200%201%2014%208c0%202.412-.932%206-3.499%206zm1.5-3a1%201%200%201%201-2%200a1%201%200%200%201%202%200m1-3a1%201%200%201%201-2%200a1%201%200%200%201%202%200M6%205a1%201%200%201%201-2%200a1%201%200%200%201%202%200m4%200a1%201%200%201%201%202%200a1%201%200%200%201-2%200M9%204a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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