color-fill-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
color-fill-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

10 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the color fill icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M11.75 3a.75.75 0 0 1 .75.75V5.1a2.74 2.74 0 0 1 1.467.763l3.692 3.692a2.75 2.75 0 0 1 0 3.89l-4.7 4.7a2.75 2.75 0 0 1-3.89 0l-3.691-3.693a2.75 2.75 0 0 1 0-3.889l4.7-4.7c.272-.272.587-.475.923-.609V3.75a.75.75 0 0 1 .75-.75M11 8.25V7.062l-4.562 4.562c-.111.112-.198.24-.258.376h10.68a1.25 1.25 0 0 0-.261-1.384l-3.692-3.692q-.182-.18-.406-.271V8.25a.75.75 0 0 1-1.5 0m4.482 5.25H6.547l3.583 3.584a1.25 1.25 0 0 0 1.768 0zM6.25 17h.261l1.5 1.5H6.25a1.75 1.75 0 0 0-1.75 1.75v1.5c0 .966.784 1.75 1.75 1.75h15.5a1.75 1.75 0 0 0 1.75-1.75v-1.5c0-.338-.096-.653-.261-.92c.168-.41.261-.86.261-1.33c0-.177-.02-.352-.05-.52A3.25 3.25 0 0 1 25 20.25v1.5A3.25 3.25 0 0 1 21.75 25H6.25A3.25 3.25 0 0 1 3 21.75v-1.5A3.25 3.25 0 0 1 6.25 17m14.347-2.704l-.002-.002a.75.75 0 0 0-1.19 0l-.002.002l-.005.006l-.016.022a16 16 0 0 0-.265.361c-.17.237-.397.565-.626.927c-.227.359-.464.764-.647 1.154c-.17.362-.344.815-.344 1.234a2.5 2.5 0 0 0 5 0c0-.42-.175-.872-.344-1.234c-.183-.39-.42-.795-.647-1.154a20 20 0 0 0-.891-1.288l-.016-.022zM20 16.044q.118.176.241.37c.21.332.411.679.556.989c.16.338.203.533.203.597a1 1 0 1 1-2 0c0-.064.044-.259.203-.597c.145-.31.345-.657.556-.99q.123-.192.241-.37"/></svg>

React

import type { SVGProps } from "react";

export function FluentColorFill28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M11.75 3a.75.75 0 0 1 .75.75V5.1a2.74 2.74 0 0 1 1.467.763l3.692 3.692a2.75 2.75 0 0 1 0 3.89l-4.7 4.7a2.75 2.75 0 0 1-3.89 0l-3.691-3.693a2.75 2.75 0 0 1 0-3.889l4.7-4.7c.272-.272.587-.475.923-.609V3.75a.75.75 0 0 1 .75-.75M11 8.25V7.062l-4.562 4.562c-.111.112-.198.24-.258.376h10.68a1.25 1.25 0 0 0-.261-1.384l-3.692-3.692q-.182-.18-.406-.271V8.25a.75.75 0 0 1-1.5 0m4.482 5.25H6.547l3.583 3.584a1.25 1.25 0 0 0 1.768 0zM6.25 17h.261l1.5 1.5H6.25a1.75 1.75 0 0 0-1.75 1.75v1.5c0 .966.784 1.75 1.75 1.75h15.5a1.75 1.75 0 0 0 1.75-1.75v-1.5c0-.338-.096-.653-.261-.92c.168-.41.261-.86.261-1.33c0-.177-.02-.352-.05-.52A3.25 3.25 0 0 1 25 20.25v1.5A3.25 3.25 0 0 1 21.75 25H6.25A3.25 3.25 0 0 1 3 21.75v-1.5A3.25 3.25 0 0 1 6.25 17m14.347-2.704l-.002-.002a.75.75 0 0 0-1.19 0l-.002.002l-.005.006l-.016.022a16 16 0 0 0-.265.361c-.17.237-.397.565-.626.927c-.227.359-.464.764-.647 1.154c-.17.362-.344.815-.344 1.234a2.5 2.5 0 0 0 5 0c0-.42-.175-.872-.344-1.234c-.183-.39-.42-.795-.647-1.154a20 20 0 0 0-.891-1.288l-.016-.022zM20 16.044q.118.176.241.37c.21.332.411.679.556.989c.16.338.203.533.203.597a1 1 0 1 1-2 0c0-.064.044-.259.203-.597c.145-.31.345-.657.556-.99q.123-.192.241-.37"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M11.75 3a.75.75 0 0 1 .75.75V5.1a2.74 2.74 0 0 1 1.467.763l3.692 3.692a2.75 2.75 0 0 1 0 3.89l-4.7 4.7a2.75 2.75 0 0 1-3.89 0l-3.691-3.693a2.75 2.75 0 0 1 0-3.889l4.7-4.7c.272-.272.587-.475.923-.609V3.75a.75.75 0 0 1 .75-.75M11 8.25V7.062l-4.562 4.562c-.111.112-.198.24-.258.376h10.68a1.25 1.25 0 0 0-.261-1.384l-3.692-3.692q-.182-.18-.406-.271V8.25a.75.75 0 0 1-1.5 0m4.482 5.25H6.547l3.583 3.584a1.25 1.25 0 0 0 1.768 0zM6.25 17h.261l1.5 1.5H6.25a1.75 1.75 0 0 0-1.75 1.75v1.5c0 .966.784 1.75 1.75 1.75h15.5a1.75 1.75 0 0 0 1.75-1.75v-1.5c0-.338-.096-.653-.261-.92c.168-.41.261-.86.261-1.33c0-.177-.02-.352-.05-.52A3.25 3.25 0 0 1 25 20.25v1.5A3.25 3.25 0 0 1 21.75 25H6.25A3.25 3.25 0 0 1 3 21.75v-1.5A3.25 3.25 0 0 1 6.25 17m14.347-2.704l-.002-.002a.75.75 0 0 0-1.19 0l-.002.002l-.005.006l-.016.022a16 16 0 0 0-.265.361c-.17.237-.397.565-.626.927c-.227.359-.464.764-.647 1.154c-.17.362-.344.815-.344 1.234a2.5 2.5 0 0 0 5 0c0-.42-.175-.872-.344-1.234c-.183-.39-.42-.795-.647-1.154a20 20 0 0 0-.891-1.288l-.016-.022zM20 16.044q.118.176.241.37c.21.332.411.679.556.989c.16.338.203.533.203.597a1 1 0 1 1-2 0c0-.064.044-.259.203-.597c.145-.31.345-.657.556-.99q.123-.192.241-.37"/></svg>
</template>

CSS

.icon-color-fill-28-regular {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.75%203a.75.75%200%200%201%20.75.75V5.1a2.74%202.74%200%200%201%201.467.763l3.692%203.692a2.75%202.75%200%200%201%200%203.89l-4.7%204.7a2.75%202.75%200%200%201-3.89%200l-3.691-3.693a2.75%202.75%200%200%201%200-3.889l4.7-4.7c.272-.272.587-.475.923-.609V3.75a.75.75%200%200%201%20.75-.75M11%208.25V7.062l-4.562%204.562c-.111.112-.198.24-.258.376h10.68a1.25%201.25%200%200%200-.261-1.384l-3.692-3.692q-.182-.18-.406-.271V8.25a.75.75%200%200%201-1.5%200m4.482%205.25H6.547l3.583%203.584a1.25%201.25%200%200%200%201.768%200zM6.25%2017h.261l1.5%201.5H6.25a1.75%201.75%200%200%200-1.75%201.75v1.5c0%20.966.784%201.75%201.75%201.75h15.5a1.75%201.75%200%200%200%201.75-1.75v-1.5c0-.338-.096-.653-.261-.92c.168-.41.261-.86.261-1.33c0-.177-.02-.352-.05-.52A3.25%203.25%200%200%201%2025%2020.25v1.5A3.25%203.25%200%200%201%2021.75%2025H6.25A3.25%203.25%200%200%201%203%2021.75v-1.5A3.25%203.25%200%200%201%206.25%2017m14.347-2.704l-.002-.002a.75.75%200%200%200-1.19%200l-.002.002l-.005.006l-.016.022a16%2016%200%200%200-.265.361c-.17.237-.397.565-.626.927c-.227.359-.464.764-.647%201.154c-.17.362-.344.815-.344%201.234a2.5%202.5%200%200%200%205%200c0-.42-.175-.872-.344-1.234c-.183-.39-.42-.795-.647-1.154a20%2020%200%200%200-.891-1.288l-.016-.022zM20%2016.044q.118.176.241.37c.21.332.411.679.556.989c.16.338.203.533.203.597a1%201%200%201%201-2%200c0-.064.044-.259.203-.597c.145-.31.345-.657.556-.99q.123-.192.241-.37%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.75%203a.75.75%200%200%201%20.75.75V5.1a2.74%202.74%200%200%201%201.467.763l3.692%203.692a2.75%202.75%200%200%201%200%203.89l-4.7%204.7a2.75%202.75%200%200%201-3.89%200l-3.691-3.693a2.75%202.75%200%200%201%200-3.889l4.7-4.7c.272-.272.587-.475.923-.609V3.75a.75.75%200%200%201%20.75-.75M11%208.25V7.062l-4.562%204.562c-.111.112-.198.24-.258.376h10.68a1.25%201.25%200%200%200-.261-1.384l-3.692-3.692q-.182-.18-.406-.271V8.25a.75.75%200%200%201-1.5%200m4.482%205.25H6.547l3.583%203.584a1.25%201.25%200%200%200%201.768%200zM6.25%2017h.261l1.5%201.5H6.25a1.75%201.75%200%200%200-1.75%201.75v1.5c0%20.966.784%201.75%201.75%201.75h15.5a1.75%201.75%200%200%200%201.75-1.75v-1.5c0-.338-.096-.653-.261-.92c.168-.41.261-.86.261-1.33c0-.177-.02-.352-.05-.52A3.25%203.25%200%200%201%2025%2020.25v1.5A3.25%203.25%200%200%201%2021.75%2025H6.25A3.25%203.25%200%200%201%203%2021.75v-1.5A3.25%203.25%200%200%201%206.25%2017m14.347-2.704l-.002-.002a.75.75%200%200%200-1.19%200l-.002.002l-.005.006l-.016.022a16%2016%200%200%200-.265.361c-.17.237-.397.565-.626.927c-.227.359-.464.764-.647%201.154c-.17.362-.344.815-.344%201.234a2.5%202.5%200%200%200%205%200c0-.42-.175-.872-.344-1.234c-.183-.39-.42-.795-.647-1.154a20%2020%200%200%200-.891-1.288l-.016-.022zM20%2016.044q.118.176.241.37c.21.332.411.679.556.989c.16.338.203.533.203.597a1%201%200%201%201-2%200c0-.064.044-.259.203-.597c.145-.31.345-.657.556-.99q.123-.192.241-.37%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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