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

Name
format-paint-outline-sharp
Set
Material Symbols Light
Style
Outline Sharp
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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.962 21v-6.212H5V6.596q0-1.07.774-1.833T7.634 4H19v10.789h-4.98V21zM6 10.462h12V5h-1.634v3.712h-1V5h-1.847v1.962h-1V5H7.635q-.69 0-1.163.453Q6 5.906 6 6.596zm0 3.327h12v-2.327H6zm0 0v-2.327z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFormatPaintOutlineSharp(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="M9.962 21v-6.212H5V6.596q0-1.07.774-1.833T7.634 4H19v10.789h-4.98V21zM6 10.462h12V5h-1.634v3.712h-1V5h-1.847v1.962h-1V5H7.635q-.69 0-1.163.453Q6 5.906 6 6.596zm0 3.327h12v-2.327H6zm0 0v-2.327z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.962 21v-6.212H5V6.596q0-1.07.774-1.833T7.634 4H19v10.789h-4.98V21zM6 10.462h12V5h-1.634v3.712h-1V5h-1.847v1.962h-1V5H7.635q-.69 0-1.163.453Q6 5.906 6 6.596zm0 3.327h12v-2.327H6zm0 0v-2.327z"/></svg>
</template>

CSS

.icon-format-paint-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%22M9.962%2021v-6.212H5V6.596q0-1.07.774-1.833T7.634%204H19v10.789h-4.98V21zM6%2010.462h12V5h-1.634v3.712h-1V5h-1.847v1.962h-1V5H7.635q-.69%200-1.163.453Q6%205.906%206%206.596zm0%203.327h12v-2.327H6zm0%200v-2.327z%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%22M9.962%2021v-6.212H5V6.596q0-1.07.774-1.833T7.634%204H19v10.789h-4.98V21zM6%2010.462h12V5h-1.634v3.712h-1V5h-1.847v1.962h-1V5H7.635q-.69%200-1.163.453Q6%205.906%206%206.596zm0%203.327h12v-2.327H6zm0%200v-2.327z%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-outline-sharp.svg?color=%231a73e8&size=48