ink highlighter move icon

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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.852 4H8V3h7.852zm-3.385 3.385H5v-1h7.467zm-3.384 3.384H2v-1h7.083zm3.748-.385l4.015 4.016l-4.884 4.885q-.485.484-1.131.484T8.7 19.285l-.204-.204l-1.15 1.15H4.577l2.535-2.535l-.166-.165q-.484-.485-.484-1.131t.484-1.13zm.713-.713L17.5 4.716q.485-.485 1.13-.485t1.132.485l1.753 1.753Q22 6.954 22 7.6t-.484 1.13l-4.956 4.957z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightInkHighlighterMove(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="M14.852 4H8V3h7.852zm-3.385 3.385H5v-1h7.467zm-3.384 3.384H2v-1h7.083zm3.748-.385l4.015 4.016l-4.884 4.885q-.485.484-1.131.484T8.7 19.285l-.204-.204l-1.15 1.15H4.577l2.535-2.535l-.166-.165q-.484-.485-.484-1.131t.484-1.13zm.713-.713L17.5 4.716q.485-.485 1.13-.485t1.132.485l1.753 1.753Q22 6.954 22 7.6t-.484 1.13l-4.956 4.957z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.852 4H8V3h7.852zm-3.385 3.385H5v-1h7.467zm-3.384 3.384H2v-1h7.083zm3.748-.385l4.015 4.016l-4.884 4.885q-.485.484-1.131.484T8.7 19.285l-.204-.204l-1.15 1.15H4.577l2.535-2.535l-.166-.165q-.484-.485-.484-1.131t.484-1.13zm.713-.713L17.5 4.716q.485-.485 1.13-.485t1.132.485l1.753 1.753Q22 6.954 22 7.6t-.484 1.13l-4.956 4.957z"/></svg>
</template>

CSS

.icon-ink-highlighter-move {
  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%22M14.852%204H8V3h7.852zm-3.385%203.385H5v-1h7.467zm-3.384%203.384H2v-1h7.083zm3.748-.385l4.015%204.016l-4.884%204.885q-.485.484-1.131.484T8.7%2019.285l-.204-.204l-1.15%201.15H4.577l2.535-2.535l-.166-.165q-.484-.485-.484-1.131t.484-1.13zm.713-.713L17.5%204.716q.485-.485%201.13-.485t1.132.485l1.753%201.753Q22%206.954%2022%207.6t-.484%201.13l-4.956%204.957z%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%22M14.852%204H8V3h7.852zm-3.385%203.385H5v-1h7.467zm-3.384%203.384H2v-1h7.083zm3.748-.385l4.015%204.016l-4.884%204.885q-.485.484-1.131.484T8.7%2019.285l-.204-.204l-1.15%201.15H4.577l2.535-2.535l-.166-.165q-.484-.485-.484-1.131t.484-1.13zm.713-.713L17.5%204.716q.485-.485%201.13-.485t1.132.485l1.753%201.753Q22%206.954%2022%207.6t-.484%201.13l-4.956%204.957z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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