format ink highlighter icon
format-ink-highlighter-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- format-ink-highlighter-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
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="M3 24q-.402 0-.701-.29Q2 23.422 2 23q0-.402.299-.701T3 22h18q.402 0 .701.29q.299.289.299.71q0 .402-.299.701T21 24zm7.696-15.02l4.016 4.022l-3.885 3.885q-.485.484-1.134.484t-1.133-.484l-.193-.193l-.682.677q-.218.206-.514.331t-.607.125H5.417q-.273 0-.372-.252t.094-.444l1.838-1.833l-.154-.154q-.484-.484-.49-1.14t.479-1.138zm.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 MaterialSymbolsLightFormatInkHighlighterRounded(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 24q-.402 0-.701-.29Q2 23.422 2 23q0-.402.299-.701T3 22h18q.402 0 .701.29q.299.289.299.71q0 .402-.299.701T21 24zm7.696-15.02l4.016 4.022l-3.885 3.885q-.485.484-1.134.484t-1.133-.484l-.193-.193l-.682.677q-.218.206-.514.331t-.607.125H5.417q-.273 0-.372-.252t.094-.444l1.838-1.833l-.154-.154q-.484-.484-.49-1.14t.479-1.138zm.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="M3 24q-.402 0-.701-.29Q2 23.422 2 23q0-.402.299-.701T3 22h18q.402 0 .701.29q.299.289.299.71q0 .402-.299.701T21 24zm7.696-15.02l4.016 4.022l-3.885 3.885q-.485.484-1.134.484t-1.133-.484l-.193-.193l-.682.677q-.218.206-.514.331t-.607.125H5.417q-.273 0-.372-.252t.094-.444l1.838-1.833l-.154-.154q-.484-.484-.49-1.14t.479-1.138zm.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-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%2024q-.402%200-.701-.29Q2%2023.422%202%2023q0-.402.299-.701T3%2022h18q.402%200%20.701.29q.299.289.299.71q0%20.402-.299.701T21%2024zm7.696-15.02l4.016%204.022l-3.885%203.885q-.485.484-1.134.484t-1.133-.484l-.193-.193l-.682.677q-.218.206-.514.331t-.607.125H5.417q-.273%200-.372-.252t.094-.444l1.838-1.833l-.154-.154q-.484-.484-.49-1.14t.479-1.138zm.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%22M3%2024q-.402%200-.701-.29Q2%2023.422%202%2023q0-.402.299-.701T3%2022h18q.402%200%20.701.29q.299.289.299.71q0%20.402-.299.701T21%2024zm7.696-15.02l4.016%204.022l-3.885%203.885q-.485.484-1.134.484t-1.133-.484l-.193-.193l-.682.677q-.218.206-.514.331t-.607.125H5.417q-.273%200-.372-.252t.094-.444l1.838-1.833l-.154-.154q-.484-.484-.49-1.14t.479-1.138zm.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-rounded.svg?color=%231a73e8&size=48