symbol color compact icon

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

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

Related icons in Codicons

Use the symbol color compact icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6 0C2.686 0 0 2.4 0 5.715a2 2 0 0 0 2 2c1.215 0 1.046-.857 2.142-.857c.552 0 .857.519.857 1.071V9a3 3 0 0 0 3 3c3 0 3.999-3.244 3.999-6c0-3.314-2.685-6-5.999-6zm2 11c-1.103 0-2-.897-2-2V7.929c0-1.181-.798-2.071-1.857-2.071c-.908 0-1.381.412-1.664.658c-.199.173-.229.2-.478.2c-.551 0-1-.448-1-1c0-2.688 2.149-4.714 5-4.715a5.005 5.005 0 0 1 4.999 5c0 .835-.145 5-2.999 5zM4.25 3.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m2.5-1a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m1 1a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0m2.5 2.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-1 2.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0"/></svg>

React

import type { SVGProps } from "react";

export function CodiconSymbolColorCompact(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6 0C2.686 0 0 2.4 0 5.715a2 2 0 0 0 2 2c1.215 0 1.046-.857 2.142-.857c.552 0 .857.519.857 1.071V9a3 3 0 0 0 3 3c3 0 3.999-3.244 3.999-6c0-3.314-2.685-6-5.999-6zm2 11c-1.103 0-2-.897-2-2V7.929c0-1.181-.798-2.071-1.857-2.071c-.908 0-1.381.412-1.664.658c-.199.173-.229.2-.478.2c-.551 0-1-.448-1-1c0-2.688 2.149-4.714 5-4.715a5.005 5.005 0 0 1 4.999 5c0 .835-.145 5-2.999 5zM4.25 3.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m2.5-1a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m1 1a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0m2.5 2.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-1 2.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6 0C2.686 0 0 2.4 0 5.715a2 2 0 0 0 2 2c1.215 0 1.046-.857 2.142-.857c.552 0 .857.519.857 1.071V9a3 3 0 0 0 3 3c3 0 3.999-3.244 3.999-6c0-3.314-2.685-6-5.999-6zm2 11c-1.103 0-2-.897-2-2V7.929c0-1.181-.798-2.071-1.857-2.071c-.908 0-1.381.412-1.664.658c-.199.173-.229.2-.478.2c-.551 0-1-.448-1-1c0-2.688 2.149-4.714 5-4.715a5.005 5.005 0 0 1 4.999 5c0 .835-.145 5-2.999 5zM4.25 3.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m2.5-1a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m1 1a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0m2.5 2.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-1 2.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0"/></svg>
</template>

CSS

.icon-symbol-color-compact {
  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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%200C2.686%200%200%202.4%200%205.715a2%202%200%200%200%202%202c1.215%200%201.046-.857%202.142-.857c.552%200%20.857.519.857%201.071V9a3%203%200%200%200%203%203c3%200%203.999-3.244%203.999-6c0-3.314-2.685-6-5.999-6zm2%2011c-1.103%200-2-.897-2-2V7.929c0-1.181-.798-2.071-1.857-2.071c-.908%200-1.381.412-1.664.658c-.199.173-.229.2-.478.2c-.551%200-1-.448-1-1c0-2.688%202.149-4.714%205-4.715a5.005%205.005%200%200%201%204.999%205c0%20.835-.145%205-2.999%205zM4.25%203.5a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m2.5-1a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m1%201a.75.75%200%201%201%201.5%200a.75.75%200%200%201-1.5%200m2.5%202.5a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-1%202.5a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%200C2.686%200%200%202.4%200%205.715a2%202%200%200%200%202%202c1.215%200%201.046-.857%202.142-.857c.552%200%20.857.519.857%201.071V9a3%203%200%200%200%203%203c3%200%203.999-3.244%203.999-6c0-3.314-2.685-6-5.999-6zm2%2011c-1.103%200-2-.897-2-2V7.929c0-1.181-.798-2.071-1.857-2.071c-.908%200-1.381.412-1.664.658c-.199.173-.229.2-.478.2c-.551%200-1-.448-1-1c0-2.688%202.149-4.714%205-4.715a5.005%205.005%200%200%201%204.999%205c0%20.835-.145%205-2.999%205zM4.25%203.5a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m2.5-1a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m1%201a.75.75%200%201%201%201.5%200a.75.75%200%200%201-1.5%200m2.5%202.5a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-1%202.5a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%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-compact.svg?color=%231a73e8&size=48