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

Name
color-fill-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M9 1.75a.75.75 0 0 1 1.5 0v1.265c.45.04.89.233 1.235.578l3.536 3.536a2 2 0 0 1 0 2.828L11.028 14.2a2 2 0 0 1-2.828 0l-3.536-3.536a2 2 0 0 1 0-2.828l4.243-4.243q.045-.046.093-.087zm0 4.5v-.629l-2.89 2.89h8.245a.5.5 0 0 0-.145-.322l-3.535-3.535a.5.5 0 0 0-.175-.114v1.71a.75.75 0 1 1-1.5 0m-2.868 3.76l3.128 3.13a.5.5 0 0 0 .707 0l3.129-3.13zM6.586 14H4.5A2.5 2.5 0 0 0 2 16.5v3A2.5 2.5 0 0 0 4.5 22h15a2.5 2.5 0 0 0 2.5-2.5v-3a2.5 2.5 0 0 0-2.016-2.453q.016.161.016.328c0 .401-.065.798-.189 1.175a1 1 0 0 1 .689.95v3a1 1 0 0 1-1 1h-15a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h3.835a3 3 0 0 1-.842-.593zm7.414.375c0-.493.154-.972.342-1.381c.19-.416.438-.806.674-1.134a10 10 0 0 1 .949-1.135l.005-.005a.75.75 0 0 1 1.06 0l.305.328c.176.199.412.48.65.812c.235.328.483.718.673 1.134c.188.409.342.888.342 1.381C19 15.765 17.971 17 16.5 17S14 15.765 14 14.375m2.766-1.64a8 8 0 0 0-.266-.35a8 8 0 0 0-.266.35c-.201.28-.392.585-.529.885c-.14.305-.205.56-.205.755c0 .691.48 1.125 1 1.125s1-.434 1-1.125c0-.194-.065-.45-.205-.755a5.5 5.5 0 0 0-.53-.886"/></svg>

React

import type { SVGProps } from "react";

export function FluentColorFill24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 1.75a.75.75 0 0 1 1.5 0v1.265c.45.04.89.233 1.235.578l3.536 3.536a2 2 0 0 1 0 2.828L11.028 14.2a2 2 0 0 1-2.828 0l-3.536-3.536a2 2 0 0 1 0-2.828l4.243-4.243q.045-.046.093-.087zm0 4.5v-.629l-2.89 2.89h8.245a.5.5 0 0 0-.145-.322l-3.535-3.535a.5.5 0 0 0-.175-.114v1.71a.75.75 0 1 1-1.5 0m-2.868 3.76l3.128 3.13a.5.5 0 0 0 .707 0l3.129-3.13zM6.586 14H4.5A2.5 2.5 0 0 0 2 16.5v3A2.5 2.5 0 0 0 4.5 22h15a2.5 2.5 0 0 0 2.5-2.5v-3a2.5 2.5 0 0 0-2.016-2.453q.016.161.016.328c0 .401-.065.798-.189 1.175a1 1 0 0 1 .689.95v3a1 1 0 0 1-1 1h-15a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h3.835a3 3 0 0 1-.842-.593zm7.414.375c0-.493.154-.972.342-1.381c.19-.416.438-.806.674-1.134a10 10 0 0 1 .949-1.135l.005-.005a.75.75 0 0 1 1.06 0l.305.328c.176.199.412.48.65.812c.235.328.483.718.673 1.134c.188.409.342.888.342 1.381C19 15.765 17.971 17 16.5 17S14 15.765 14 14.375m2.766-1.64a8 8 0 0 0-.266-.35a8 8 0 0 0-.266.35c-.201.28-.392.585-.529.885c-.14.305-.205.56-.205.755c0 .691.48 1.125 1 1.125s1-.434 1-1.125c0-.194-.065-.45-.205-.755a5.5 5.5 0 0 0-.53-.886"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 1.75a.75.75 0 0 1 1.5 0v1.265c.45.04.89.233 1.235.578l3.536 3.536a2 2 0 0 1 0 2.828L11.028 14.2a2 2 0 0 1-2.828 0l-3.536-3.536a2 2 0 0 1 0-2.828l4.243-4.243q.045-.046.093-.087zm0 4.5v-.629l-2.89 2.89h8.245a.5.5 0 0 0-.145-.322l-3.535-3.535a.5.5 0 0 0-.175-.114v1.71a.75.75 0 1 1-1.5 0m-2.868 3.76l3.128 3.13a.5.5 0 0 0 .707 0l3.129-3.13zM6.586 14H4.5A2.5 2.5 0 0 0 2 16.5v3A2.5 2.5 0 0 0 4.5 22h15a2.5 2.5 0 0 0 2.5-2.5v-3a2.5 2.5 0 0 0-2.016-2.453q.016.161.016.328c0 .401-.065.798-.189 1.175a1 1 0 0 1 .689.95v3a1 1 0 0 1-1 1h-15a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h3.835a3 3 0 0 1-.842-.593zm7.414.375c0-.493.154-.972.342-1.381c.19-.416.438-.806.674-1.134a10 10 0 0 1 .949-1.135l.005-.005a.75.75 0 0 1 1.06 0l.305.328c.176.199.412.48.65.812c.235.328.483.718.673 1.134c.188.409.342.888.342 1.381C19 15.765 17.971 17 16.5 17S14 15.765 14 14.375m2.766-1.64a8 8 0 0 0-.266-.35a8 8 0 0 0-.266.35c-.201.28-.392.585-.529.885c-.14.305-.205.56-.205.755c0 .691.48 1.125 1 1.125s1-.434 1-1.125c0-.194-.065-.45-.205-.755a5.5 5.5 0 0 0-.53-.886"/></svg>
</template>

CSS

.icon-color-fill-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%201.75a.75.75%200%200%201%201.5%200v1.265c.45.04.89.233%201.235.578l3.536%203.536a2%202%200%200%201%200%202.828L11.028%2014.2a2%202%200%200%201-2.828%200l-3.536-3.536a2%202%200%200%201%200-2.828l4.243-4.243q.045-.046.093-.087zm0%204.5v-.629l-2.89%202.89h8.245a.5.5%200%200%200-.145-.322l-3.535-3.535a.5.5%200%200%200-.175-.114v1.71a.75.75%200%201%201-1.5%200m-2.868%203.76l3.128%203.13a.5.5%200%200%200%20.707%200l3.129-3.13zM6.586%2014H4.5A2.5%202.5%200%200%200%202%2016.5v3A2.5%202.5%200%200%200%204.5%2022h15a2.5%202.5%200%200%200%202.5-2.5v-3a2.5%202.5%200%200%200-2.016-2.453q.016.161.016.328c0%20.401-.065.798-.189%201.175a1%201%200%200%201%20.689.95v3a1%201%200%200%201-1%201h-15a1%201%200%200%201-1-1v-3a1%201%200%200%201%201-1h3.835a3%203%200%200%201-.842-.593zm7.414.375c0-.493.154-.972.342-1.381c.19-.416.438-.806.674-1.134a10%2010%200%200%201%20.949-1.135l.005-.005a.75.75%200%200%201%201.06%200l.305.328c.176.199.412.48.65.812c.235.328.483.718.673%201.134c.188.409.342.888.342%201.381C19%2015.765%2017.971%2017%2016.5%2017S14%2015.765%2014%2014.375m2.766-1.64a8%208%200%200%200-.266-.35a8%208%200%200%200-.266.35c-.201.28-.392.585-.529.885c-.14.305-.205.56-.205.755c0%20.691.48%201.125%201%201.125s1-.434%201-1.125c0-.194-.065-.45-.205-.755a5.5%205.5%200%200%200-.53-.886%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%201.75a.75.75%200%200%201%201.5%200v1.265c.45.04.89.233%201.235.578l3.536%203.536a2%202%200%200%201%200%202.828L11.028%2014.2a2%202%200%200%201-2.828%200l-3.536-3.536a2%202%200%200%201%200-2.828l4.243-4.243q.045-.046.093-.087zm0%204.5v-.629l-2.89%202.89h8.245a.5.5%200%200%200-.145-.322l-3.535-3.535a.5.5%200%200%200-.175-.114v1.71a.75.75%200%201%201-1.5%200m-2.868%203.76l3.128%203.13a.5.5%200%200%200%20.707%200l3.129-3.13zM6.586%2014H4.5A2.5%202.5%200%200%200%202%2016.5v3A2.5%202.5%200%200%200%204.5%2022h15a2.5%202.5%200%200%200%202.5-2.5v-3a2.5%202.5%200%200%200-2.016-2.453q.016.161.016.328c0%20.401-.065.798-.189%201.175a1%201%200%200%201%20.689.95v3a1%201%200%200%201-1%201h-15a1%201%200%200%201-1-1v-3a1%201%200%200%201%201-1h3.835a3%203%200%200%201-.842-.593zm7.414.375c0-.493.154-.972.342-1.381c.19-.416.438-.806.674-1.134a10%2010%200%200%201%20.949-1.135l.005-.005a.75.75%200%200%201%201.06%200l.305.328c.176.199.412.48.65.812c.235.328.483.718.673%201.134c.188.409.342.888.342%201.381C19%2015.765%2017.971%2017%2016.5%2017S14%2015.765%2014%2014.375m2.766-1.64a8%208%200%200%200-.266-.35a8%208%200%200%200-.266.35c-.201.28-.392.585-.529.885c-.14.305-.205.56-.205.755c0%20.691.48%201.125%201%201.125s1-.434%201-1.125c0-.194-.065-.45-.205-.755a5.5%205.5%200%200%200-.53-.886%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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