format color fill icon

format-color-fill-sharp from Material Symbols by Google · Sharp · Text · Apache-2.0 Free for personal and commercial use.

Name
format-color-fill-sharp
Set
Material Symbols
Style
Sharp
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
format-color-fill-outline-sharp

2 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the format 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="M6.175 1.4L7.6 0l10 10l-7.6 7.6L2.4 10l6.175-6.2zM10 5.225L5.225 10h9.55zm7.588 11.188Q17 15.825 17 15q0-.525.313-1.125T18 12.75q.225-.3.475-.625T19 11.5q.275.3.525.625t.475.625q.375.525.688 1.125T21 15q0 .825-.587 1.413T19 17t-1.412-.587M2 24v-4h20v4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFormatColorFillSharp(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="M6.175 1.4L7.6 0l10 10l-7.6 7.6L2.4 10l6.175-6.2zM10 5.225L5.225 10h9.55zm7.588 11.188Q17 15.825 17 15q0-.525.313-1.125T18 12.75q.225-.3.475-.625T19 11.5q.275.3.525.625t.475.625q.375.525.688 1.125T21 15q0 .825-.587 1.413T19 17t-1.412-.587M2 24v-4h20v4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.175 1.4L7.6 0l10 10l-7.6 7.6L2.4 10l6.175-6.2zM10 5.225L5.225 10h9.55zm7.588 11.188Q17 15.825 17 15q0-.525.313-1.125T18 12.75q.225-.3.475-.625T19 11.5q.275.3.525.625t.475.625q.375.525.688 1.125T21 15q0 .825-.587 1.413T19 17t-1.412-.587M2 24v-4h20v4z"/></svg>
</template>

CSS

.icon-format-color-fill-sharp {
  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%22M6.175%201.4L7.6%200l10%2010l-7.6%207.6L2.4%2010l6.175-6.2zM10%205.225L5.225%2010h9.55zm7.588%2011.188Q17%2015.825%2017%2015q0-.525.313-1.125T18%2012.75q.225-.3.475-.625T19%2011.5q.275.3.525.625t.475.625q.375.525.688%201.125T21%2015q0%20.825-.587%201.413T19%2017t-1.412-.587M2%2024v-4h20v4z%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%22M6.175%201.4L7.6%200l10%2010l-7.6%207.6L2.4%2010l6.175-6.2zM10%205.225L5.225%2010h9.55zm7.588%2011.188Q17%2015.825%2017%2015q0-.525.313-1.125T18%2012.75q.225-.3.475-.625T19%2011.5q.275.3.525.625t.475.625q.375.525.688%201.125T21%2015q0%20.825-.587%201.413T19%2017t-1.412-.587M2%2024v-4h20v4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/format-color-fill-sharp.svg?color=%231a73e8&size=48