format color fill icon

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

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

2 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

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.598 2.573l.694-.727l9.289 9.289l-6.196 6.254l-6.196-6.273l5.502-5.45zm3.806 3.806L5.59 11.154h9.588zm7.107 10.88q-.434-.434-.434-1.067q0-.448.236-.884t.495-.827q.186-.262.378-.51q.193-.248.391-.51q.198.262.39.51q.193.248.38.51q.259.39.494.827q.236.436.236.884q0 .633-.434 1.067q-.433.433-1.066.433t-1.066-.433M2 24v-2h20v2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFormatColorFillSharp(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.598 2.573l.694-.727l9.289 9.289l-6.196 6.254l-6.196-6.273l5.502-5.45zm3.806 3.806L5.59 11.154h9.588zm7.107 10.88q-.434-.434-.434-1.067q0-.448.236-.884t.495-.827q.186-.262.378-.51q.193-.248.391-.51q.198.262.39.51q.193.248.38.51q.259.39.494.827q.236.436.236.884q0 .633-.434 1.067q-.433.433-1.066.433t-1.066-.433M2 24v-2h20v2z"/></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.598 2.573l.694-.727l9.289 9.289l-6.196 6.254l-6.196-6.273l5.502-5.45zm3.806 3.806L5.59 11.154h9.588zm7.107 10.88q-.434-.434-.434-1.067q0-.448.236-.884t.495-.827q.186-.262.378-.51q.193-.248.391-.51q.198.262.39.51q.193.248.38.51q.259.39.494.827q.236.436.236.884q0 .633-.434 1.067q-.433.433-1.066.433t-1.066-.433M2 24v-2h20v2z"/></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.598%202.573l.694-.727l9.289%209.289l-6.196%206.254l-6.196-6.273l5.502-5.45zm3.806%203.806L5.59%2011.154h9.588zm7.107%2010.88q-.434-.434-.434-1.067q0-.448.236-.884t.495-.827q.186-.262.378-.51q.193-.248.391-.51q.198.262.39.51q.193.248.38.51q.259.39.494.827q.236.436.236.884q0%20.633-.434%201.067q-.433.433-1.066.433t-1.066-.433M2%2024v-2h20v2z%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.598%202.573l.694-.727l9.289%209.289l-6.196%206.254l-6.196-6.273l5.502-5.45zm3.806%203.806L5.59%2011.154h9.588zm7.107%2010.88q-.434-.434-.434-1.067q0-.448.236-.884t.495-.827q.186-.262.378-.51q.193-.248.391-.51q.198.262.39.51q.193.248.38.51q.259.39.494.827q.236.436.236.884q0%20.633-.434%201.067q-.433.433-1.066.433t-1.066-.433M2%2024v-2h20v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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