format-paint-off from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
format-paint-off
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the format paint off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 4v9.192q0 .612-.398 1.054t-1.03.513l-4.299-4.297H18V5h-1.634v3.712h-1V5h-1.847v1.962h-1V5H7.811l-.888-.889q.17-.065.345-.088Q7.444 4 7.635 4zm.833 17.26l-5.814-5.814V20q0 .413-.294.706T13.02 21h-2.058q-.412 0-.706-.294T9.962 20v-5.212H6.635q-.69 0-1.163-.462Q5 13.863 5 13.192V6.427l-2.26-2.26l.714-.713l17.092 17.092zM6 10.462h3.035L6 7.427z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFormatPaintOff(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="M19 4v9.192q0 .612-.398 1.054t-1.03.513l-4.299-4.297H18V5h-1.634v3.712h-1V5h-1.847v1.962h-1V5H7.811l-.888-.889q.17-.065.345-.088Q7.444 4 7.635 4zm.833 17.26l-5.814-5.814V20q0 .413-.294.706T13.02 21h-2.058q-.412 0-.706-.294T9.962 20v-5.212H6.635q-.69 0-1.163-.462Q5 13.863 5 13.192V6.427l-2.26-2.26l.714-.713l17.092 17.092zM6 10.462h3.035L6 7.427z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 4v9.192q0 .612-.398 1.054t-1.03.513l-4.299-4.297H18V5h-1.634v3.712h-1V5h-1.847v1.962h-1V5H7.811l-.888-.889q.17-.065.345-.088Q7.444 4 7.635 4zm.833 17.26l-5.814-5.814V20q0 .413-.294.706T13.02 21h-2.058q-.412 0-.706-.294T9.962 20v-5.212H6.635q-.69 0-1.163-.462Q5 13.863 5 13.192V6.427l-2.26-2.26l.714-.713l17.092 17.092zM6 10.462h3.035L6 7.427z"/></svg>
</template>

CSS

.icon-format-paint-off {
  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%22M19%204v9.192q0%20.612-.398%201.054t-1.03.513l-4.299-4.297H18V5h-1.634v3.712h-1V5h-1.847v1.962h-1V5H7.811l-.888-.889q.17-.065.345-.088Q7.444%204%207.635%204zm.833%2017.26l-5.814-5.814V20q0%20.413-.294.706T13.02%2021h-2.058q-.412%200-.706-.294T9.962%2020v-5.212H6.635q-.69%200-1.163-.462Q5%2013.863%205%2013.192V6.427l-2.26-2.26l.714-.713l17.092%2017.092zM6%2010.462h3.035L6%207.427z%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%22M19%204v9.192q0%20.612-.398%201.054t-1.03.513l-4.299-4.297H18V5h-1.634v3.712h-1V5h-1.847v1.962h-1V5H7.811l-.888-.889q.17-.065.345-.088Q7.444%204%207.635%204zm.833%2017.26l-5.814-5.814V20q0%20.413-.294.706T13.02%2021h-2.058q-.412%200-.706-.294T9.962%2020v-5.212H6.635q-.69%200-1.163-.462Q5%2013.863%205%2013.192V6.427l-2.26-2.26l.714-.713l17.092%2017.092zM6%2010.462h3.035L6%207.427z%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-paint-off.svg?color=%231a73e8&size=48