format color fill icon

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

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

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="m7.666 2.22l7.759 7.759q.479.479.479 1.156t-.479 1.155l-3.904 3.943q-.46.46-1.136.46q-.677 0-1.137-.46L5.344 12.29q-.479-.48-.479-1.156q0-.677.48-1.156L9.69 5.665L6.933 2.908q-.146-.146-.143-.335q.002-.188.149-.354q.146-.16.353-.162q.208-.003.374.162m2.738 4.16l-4.39 4.352q-.097.096-.125.202q-.03.106-.03.22h9.05q0-.114-.028-.22t-.125-.202zm7.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-.433M3 24q-.402 0-.701-.29Q2 23.422 2 23q0-.402.299-.701T3 22h18q.402 0 .701.29q.299.289.299.71q0 .402-.299.701T21 24z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFormatColorFillRounded(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="m7.666 2.22l7.759 7.759q.479.479.479 1.156t-.479 1.155l-3.904 3.943q-.46.46-1.136.46q-.677 0-1.137-.46L5.344 12.29q-.479-.48-.479-1.156q0-.677.48-1.156L9.69 5.665L6.933 2.908q-.146-.146-.143-.335q.002-.188.149-.354q.146-.16.353-.162q.208-.003.374.162m2.738 4.16l-4.39 4.352q-.097.096-.125.202q-.03.106-.03.22h9.05q0-.114-.028-.22t-.125-.202zm7.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-.433M3 24q-.402 0-.701-.29Q2 23.422 2 23q0-.402.299-.701T3 22h18q.402 0 .701.29q.299.289.299.71q0 .402-.299.701T21 24z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.666 2.22l7.759 7.759q.479.479.479 1.156t-.479 1.155l-3.904 3.943q-.46.46-1.136.46q-.677 0-1.137-.46L5.344 12.29q-.479-.48-.479-1.156q0-.677.48-1.156L9.69 5.665L6.933 2.908q-.146-.146-.143-.335q.002-.188.149-.354q.146-.16.353-.162q.208-.003.374.162m2.738 4.16l-4.39 4.352q-.097.096-.125.202q-.03.106-.03.22h9.05q0-.114-.028-.22t-.125-.202zm7.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-.433M3 24q-.402 0-.701-.29Q2 23.422 2 23q0-.402.299-.701T3 22h18q.402 0 .701.29q.299.289.299.71q0 .402-.299.701T21 24z"/></svg>
</template>

CSS

.icon-format-color-fill-rounded {
  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%22m7.666%202.22l7.759%207.759q.479.479.479%201.156t-.479%201.155l-3.904%203.943q-.46.46-1.136.46q-.677%200-1.137-.46L5.344%2012.29q-.479-.48-.479-1.156q0-.677.48-1.156L9.69%205.665L6.933%202.908q-.146-.146-.143-.335q.002-.188.149-.354q.146-.16.353-.162q.208-.003.374.162m2.738%204.16l-4.39%204.352q-.097.096-.125.202q-.03.106-.03.22h9.05q0-.114-.028-.22t-.125-.202zm7.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-.433M3%2024q-.402%200-.701-.29Q2%2023.422%202%2023q0-.402.299-.701T3%2022h18q.402%200%20.701.29q.299.289.299.71q0%20.402-.299.701T21%2024z%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%22m7.666%202.22l7.759%207.759q.479.479.479%201.156t-.479%201.155l-3.904%203.943q-.46.46-1.136.46q-.677%200-1.137-.46L5.344%2012.29q-.479-.48-.479-1.156q0-.677.48-1.156L9.69%205.665L6.933%202.908q-.146-.146-.143-.335q.002-.188.149-.354q.146-.16.353-.162q.208-.003.374.162m2.738%204.16l-4.39%204.352q-.097.096-.125.202q-.03.106-.03.22h9.05q0-.114-.028-.22t-.125-.202zm7.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-.433M3%2024q-.402%200-.701-.29Q2%2023.422%202%2023q0-.402.299-.701T3%2022h18q.402%200%20.701.29q.299.289.299.71q0%20.402-.299.701T21%2024z%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-rounded.svg?color=%231a73e8&size=48