format paint off icon

format-paint-off-outline-sharp from Material Symbols by Google · Outline Sharp · Text · Apache-2.0 Free for personal and commercial use.

Name
format-paint-off-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

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="M20 3v12.875h-1.275L16.85 14H18v-2h-3.15l-2-2H18V5h-1v4h-2V5h-1v2h-2V5H7.85l-1.6-1.6q.4-.2.838-.3T8 3zm-.225 19.625L15 17.85V22H9v-6H4V6.85L1.375 4.225L2.8 2.8l18.4 18.4zM6 14h5.15l-2-2H6zm0-4h1.15L6 8.85zm5.15 4H6zm5.7 0H18z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFormatPaintOffOutlineSharp(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="M20 3v12.875h-1.275L16.85 14H18v-2h-3.15l-2-2H18V5h-1v4h-2V5h-1v2h-2V5H7.85l-1.6-1.6q.4-.2.838-.3T8 3zm-.225 19.625L15 17.85V22H9v-6H4V6.85L1.375 4.225L2.8 2.8l18.4 18.4zM6 14h5.15l-2-2H6zm0-4h1.15L6 8.85zm5.15 4H6zm5.7 0H18z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 3v12.875h-1.275L16.85 14H18v-2h-3.15l-2-2H18V5h-1v4h-2V5h-1v2h-2V5H7.85l-1.6-1.6q.4-.2.838-.3T8 3zm-.225 19.625L15 17.85V22H9v-6H4V6.85L1.375 4.225L2.8 2.8l18.4 18.4zM6 14h5.15l-2-2H6zm0-4h1.15L6 8.85zm5.15 4H6zm5.7 0H18z"/></svg>
</template>

CSS

.icon-format-paint-off-outline-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%22M20%203v12.875h-1.275L16.85%2014H18v-2h-3.15l-2-2H18V5h-1v4h-2V5h-1v2h-2V5H7.85l-1.6-1.6q.4-.2.838-.3T8%203zm-.225%2019.625L15%2017.85V22H9v-6H4V6.85L1.375%204.225L2.8%202.8l18.4%2018.4zM6%2014h5.15l-2-2H6zm0-4h1.15L6%208.85zm5.15%204H6zm5.7%200H18z%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%22M20%203v12.875h-1.275L16.85%2014H18v-2h-3.15l-2-2H18V5h-1v4h-2V5h-1v2h-2V5H7.85l-1.6-1.6q.4-.2.838-.3T8%203zm-.225%2019.625L15%2017.85V22H9v-6H4V6.85L1.375%204.225L2.8%202.8l18.4%2018.4zM6%2014h5.15l-2-2H6zm0-4h1.15L6%208.85zm5.15%204H6zm5.7%200H18z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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