format color text icon

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

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

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the format color text icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.808 24q-.348 0-.578-.23T3 23.192v-1.846q0-.348.23-.578t.578-.23h16.384q.349 0 .578.23t.23.578v1.846q0 .349-.23.578t-.578.23zm3.202-7q-.287 0-.442-.228q-.154-.228-.05-.49l4.9-11.994q.048-.119.155-.204q.108-.084.246-.084h.362q.144 0 .249.084q.105.085.153.204l4.886 11.943q.104.28-.06.525q-.165.244-.451.244q-.177 0-.323-.094t-.214-.271l-1.302-3.273H8.816L7.502 16.66q-.067.157-.191.249q-.125.091-.302.091m2.16-4.6h5.585L12.05 5.6h-.138z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFormatColorTextRounded(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="M3.808 24q-.348 0-.578-.23T3 23.192v-1.846q0-.348.23-.578t.578-.23h16.384q.349 0 .578.23t.23.578v1.846q0 .349-.23.578t-.578.23zm3.202-7q-.287 0-.442-.228q-.154-.228-.05-.49l4.9-11.994q.048-.119.155-.204q.108-.084.246-.084h.362q.144 0 .249.084q.105.085.153.204l4.886 11.943q.104.28-.06.525q-.165.244-.451.244q-.177 0-.323-.094t-.214-.271l-1.302-3.273H8.816L7.502 16.66q-.067.157-.191.249q-.125.091-.302.091m2.16-4.6h5.585L12.05 5.6h-.138z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.808 24q-.348 0-.578-.23T3 23.192v-1.846q0-.348.23-.578t.578-.23h16.384q.349 0 .578.23t.23.578v1.846q0 .349-.23.578t-.578.23zm3.202-7q-.287 0-.442-.228q-.154-.228-.05-.49l4.9-11.994q.048-.119.155-.204q.108-.084.246-.084h.362q.144 0 .249.084q.105.085.153.204l4.886 11.943q.104.28-.06.525q-.165.244-.451.244q-.177 0-.323-.094t-.214-.271l-1.302-3.273H8.816L7.502 16.66q-.067.157-.191.249q-.125.091-.302.091m2.16-4.6h5.585L12.05 5.6h-.138z"/></svg>
</template>

CSS

.icon-format-color-text-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%22M3.808%2024q-.348%200-.578-.23T3%2023.192v-1.846q0-.348.23-.578t.578-.23h16.384q.349%200%20.578.23t.23.578v1.846q0%20.349-.23.578t-.578.23zm3.202-7q-.287%200-.442-.228q-.154-.228-.05-.49l4.9-11.994q.048-.119.155-.204q.108-.084.246-.084h.362q.144%200%20.249.084q.105.085.153.204l4.886%2011.943q.104.28-.06.525q-.165.244-.451.244q-.177%200-.323-.094t-.214-.271l-1.302-3.273H8.816L7.502%2016.66q-.067.157-.191.249q-.125.091-.302.091m2.16-4.6h5.585L12.05%205.6h-.138z%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%22M3.808%2024q-.348%200-.578-.23T3%2023.192v-1.846q0-.348.23-.578t.578-.23h16.384q.349%200%20.578.23t.23.578v1.846q0%20.349-.23.578t-.578.23zm3.202-7q-.287%200-.442-.228q-.154-.228-.05-.49l4.9-11.994q.048-.119.155-.204q.108-.084.246-.084h.362q.144%200%20.249.084q.105.085.153.204l4.886%2011.943q.104.28-.06.525q-.165.244-.451.244q-.177%200-.323-.094t-.214-.271l-1.302-3.273H8.816L7.502%2016.66q-.067.157-.191.249q-.125.091-.302.091m2.16-4.6h5.585L12.05%205.6h-.138z%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-text-rounded.svg?color=%231a73e8&size=48