highlighter size 1 icon

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

Name
highlighter-size-1
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
highlighter-size-1-outline, highlighter-size-1-outline-rounded, highlighter-size-1-outline-sharp, highlighter-size-1-rounded, highlighter-size-1-sharp

The same icon in other sets

More text icons from Material Symbols Light

Use the highlighter size 1 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.046 18.354l-1.4-1.4q-.165-.165-.165-.366t.165-.367L16.221 5.646q.166-.165.367-.165t.366.165l1.4 1.4q.165.166.165.367t-.165.366l-10.6 10.575q-.14.14-.354.14t-.354-.14"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHighlighterSize1(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="m7.046 18.354l-1.4-1.4q-.165-.165-.165-.366t.165-.367L16.221 5.646q.166-.165.367-.165t.366.165l1.4 1.4q.165.166.165.367t-.165.366l-10.6 10.575q-.14.14-.354.14t-.354-.14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.046 18.354l-1.4-1.4q-.165-.165-.165-.366t.165-.367L16.221 5.646q.166-.165.367-.165t.366.165l1.4 1.4q.165.166.165.367t-.165.366l-10.6 10.575q-.14.14-.354.14t-.354-.14"/></svg>
</template>

CSS

.icon-highlighter-size-1 {
  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%22m7.046%2018.354l-1.4-1.4q-.165-.165-.165-.366t.165-.367L16.221%205.646q.166-.165.367-.165t.366.165l1.4%201.4q.165.166.165.367t-.165.366l-10.6%2010.575q-.14.14-.354.14t-.354-.14%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%22m7.046%2018.354l-1.4-1.4q-.165-.165-.165-.366t.165-.367L16.221%205.646q.166-.165.367-.165t.366.165l1.4%201.4q.165.166.165.367t-.165.366l-10.6%2010.575q-.14.14-.354.14t-.354-.14%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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