format ink highlighter icon

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

Name
format-ink-highlighter
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 ink highlighter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 24v-2h20v2zm8.696-15.02l4.016 4.022l-3.885 3.885q-.485.484-1.134.484t-1.133-.484l-.193-.193l-1.155 1.133h-2.77l2.535-2.529l-.154-.154q-.484-.485-.49-1.14t.479-1.139zm.708-.713l4.558-4.551q.484-.485 1.133-.485t1.134.485l1.754 1.748q.484.484.484 1.133q0 .65-.484 1.134l-4.558 4.558z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFormatInkHighlighter(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="M2 24v-2h20v2zm8.696-15.02l4.016 4.022l-3.885 3.885q-.485.484-1.134.484t-1.133-.484l-.193-.193l-1.155 1.133h-2.77l2.535-2.529l-.154-.154q-.484-.485-.49-1.14t.479-1.139zm.708-.713l4.558-4.551q.484-.485 1.133-.485t1.134.485l1.754 1.748q.484.484.484 1.133q0 .65-.484 1.134l-4.558 4.558z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 24v-2h20v2zm8.696-15.02l4.016 4.022l-3.885 3.885q-.485.484-1.134.484t-1.133-.484l-.193-.193l-1.155 1.133h-2.77l2.535-2.529l-.154-.154q-.484-.485-.49-1.14t.479-1.139zm.708-.713l4.558-4.551q.484-.485 1.133-.485t1.134.485l1.754 1.748q.484.484.484 1.133q0 .65-.484 1.134l-4.558 4.558z"/></svg>
</template>

CSS

.icon-format-ink-highlighter {
  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%22M2%2024v-2h20v2zm8.696-15.02l4.016%204.022l-3.885%203.885q-.485.484-1.134.484t-1.133-.484l-.193-.193l-1.155%201.133h-2.77l2.535-2.529l-.154-.154q-.484-.485-.49-1.14t.479-1.139zm.708-.713l4.558-4.551q.484-.485%201.133-.485t1.134.485l1.754%201.748q.484.484.484%201.133q0%20.65-.484%201.134l-4.558%204.558z%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%22M2%2024v-2h20v2zm8.696-15.02l4.016%204.022l-3.885%203.885q-.485.484-1.134.484t-1.133-.484l-.193-.193l-1.155%201.133h-2.77l2.535-2.529l-.154-.154q-.484-.485-.49-1.14t.479-1.139zm.708-.713l4.558-4.551q.484-.485%201.133-.485t1.134.485l1.754%201.748q.484.484.484%201.133q0%20.65-.484%201.134l-4.558%204.558z%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-ink-highlighter.svg?color=%231a73e8&size=48