ink highlighter off icon

ink-highlighter-off-outline-rounded from Material Symbols by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
ink-highlighter-off-outline-rounded
Set
Material Symbols
Style
Outline Rounded
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 ink highlighter off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.8 3.6l2.6 2.6q.6.6.6 1.4T21.4 9l-4.075 4.075q-.3.3-.712.3t-.713-.3t-.3-.7t.3-.7L20 7.6L17.4 5l-4.075 4.075q-.3.3-.712.3t-.713-.3t-.3-.7t.3-.7L16 3.6q.6-.6 1.4-.6t1.4.6m1.725 18.275q-.3.3-.712.3t-.713-.3L13.8 16.6L10 20.425q-.6.6-1.412.6t-1.413-.6l-.125.1q-.275.225-.6.35T5.775 21h-3.05q-.35 0-.488-.3t.113-.55l2.3-2.275q-.6-.6-.625-1.437T4.6 15l3.8-3.8l-6.3-6.3q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7M6 16.4L8.6 19l3.8-3.8l-2.6-2.6zm5.1-2.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsInkHighlighterOffOutlineRounded(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="m18.8 3.6l2.6 2.6q.6.6.6 1.4T21.4 9l-4.075 4.075q-.3.3-.712.3t-.713-.3t-.3-.7t.3-.7L20 7.6L17.4 5l-4.075 4.075q-.3.3-.712.3t-.713-.3t-.3-.7t.3-.7L16 3.6q.6-.6 1.4-.6t1.4.6m1.725 18.275q-.3.3-.712.3t-.713-.3L13.8 16.6L10 20.425q-.6.6-1.412.6t-1.413-.6l-.125.1q-.275.225-.6.35T5.775 21h-3.05q-.35 0-.488-.3t.113-.55l2.3-2.275q-.6-.6-.625-1.437T4.6 15l3.8-3.8l-6.3-6.3q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7M6 16.4L8.6 19l3.8-3.8l-2.6-2.6zm5.1-2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.8 3.6l2.6 2.6q.6.6.6 1.4T21.4 9l-4.075 4.075q-.3.3-.712.3t-.713-.3t-.3-.7t.3-.7L20 7.6L17.4 5l-4.075 4.075q-.3.3-.712.3t-.713-.3t-.3-.7t.3-.7L16 3.6q.6-.6 1.4-.6t1.4.6m1.725 18.275q-.3.3-.712.3t-.713-.3L13.8 16.6L10 20.425q-.6.6-1.412.6t-1.413-.6l-.125.1q-.275.225-.6.35T5.775 21h-3.05q-.35 0-.488-.3t.113-.55l2.3-2.275q-.6-.6-.625-1.437T4.6 15l3.8-3.8l-6.3-6.3q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7M6 16.4L8.6 19l3.8-3.8l-2.6-2.6zm5.1-2.5"/></svg>
</template>

CSS

.icon-ink-highlighter-off-outline-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%22m18.8%203.6l2.6%202.6q.6.6.6%201.4T21.4%209l-4.075%204.075q-.3.3-.712.3t-.713-.3t-.3-.7t.3-.7L20%207.6L17.4%205l-4.075%204.075q-.3.3-.712.3t-.713-.3t-.3-.7t.3-.7L16%203.6q.6-.6%201.4-.6t1.4.6m1.725%2018.275q-.3.3-.712.3t-.713-.3L13.8%2016.6L10%2020.425q-.6.6-1.412.6t-1.413-.6l-.125.1q-.275.225-.6.35T5.775%2021h-3.05q-.35%200-.488-.3t.113-.55l2.3-2.275q-.6-.6-.625-1.437T4.6%2015l3.8-3.8l-6.3-6.3q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7M6%2016.4L8.6%2019l3.8-3.8l-2.6-2.6zm5.1-2.5%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%22m18.8%203.6l2.6%202.6q.6.6.6%201.4T21.4%209l-4.075%204.075q-.3.3-.712.3t-.713-.3t-.3-.7t.3-.7L20%207.6L17.4%205l-4.075%204.075q-.3.3-.712.3t-.713-.3t-.3-.7t.3-.7L16%203.6q.6-.6%201.4-.6t1.4.6m1.725%2018.275q-.3.3-.712.3t-.713-.3L13.8%2016.6L10%2020.425q-.6.6-1.412.6t-1.413-.6l-.125.1q-.275.225-.6.35T5.775%2021h-3.05q-.35%200-.488-.3t.113-.55l2.3-2.275q-.6-.6-.625-1.437T4.6%2015l3.8-3.8l-6.3-6.3q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7M6%2016.4L8.6%2019l3.8-3.8l-2.6-2.6zm5.1-2.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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