ink highlighter move icon

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

Name
ink-highlighter-move-outline-rounded
Set
Material Symbols Light
Style
Outline 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

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="M8.5 4q-.213 0-.357-.143T8 3.5t.143-.357T8.5 3h6.144q.25 0 .372.159q.122.158.122.341t-.125.341t-.375.159zm-3 3.385q-.213 0-.357-.144T5 6.885t.143-.357q.144-.143.357-.143h5.76q.25 0 .372.158q.122.159.122.342q0 .182-.125.341t-.375.159zm-3 3.384q-.213 0-.357-.143T2 10.269t.143-.357t.357-.143h5.375q.25 0 .372.159q.122.158.122.341t-.125.341q-.125.16-.375.16zm12.639 2.923l-2.6-2.6l-4.885 4.885q-.173.173-.173.423t.173.423l1.754 1.754q.173.173.423.173t.423-.173zm-1.887-3.313l2.6 2.6l4.937-4.937q.172-.173.172-.442t-.173-.442l-1.715-1.716q-.173-.173-.442-.173t-.443.173zm-1.062-.354l4.016 4.016l-5.244 5.244q-.485.484-1.131.484T8.7 19.285l-.204-.204l-.907.908q-.131.13-.27.186t-.302.056h-1.47q-.274 0-.37-.252t.096-.444l1.839-1.839l-.166-.165q-.484-.485-.484-1.131t.484-1.13zm0 0l5.31-5.31q.485-.484 1.13-.484t1.132.485l1.753 1.753Q22 6.954 22 7.6t-.484 1.13l-5.31 5.31z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightInkHighlighterMoveOutlineRounded(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="M8.5 4q-.213 0-.357-.143T8 3.5t.143-.357T8.5 3h6.144q.25 0 .372.159q.122.158.122.341t-.125.341t-.375.159zm-3 3.385q-.213 0-.357-.144T5 6.885t.143-.357q.144-.143.357-.143h5.76q.25 0 .372.158q.122.159.122.342q0 .182-.125.341t-.375.159zm-3 3.384q-.213 0-.357-.143T2 10.269t.143-.357t.357-.143h5.375q.25 0 .372.159q.122.158.122.341t-.125.341q-.125.16-.375.16zm12.639 2.923l-2.6-2.6l-4.885 4.885q-.173.173-.173.423t.173.423l1.754 1.754q.173.173.423.173t.423-.173zm-1.887-3.313l2.6 2.6l4.937-4.937q.172-.173.172-.442t-.173-.442l-1.715-1.716q-.173-.173-.442-.173t-.443.173zm-1.062-.354l4.016 4.016l-5.244 5.244q-.485.484-1.131.484T8.7 19.285l-.204-.204l-.907.908q-.131.13-.27.186t-.302.056h-1.47q-.274 0-.37-.252t.096-.444l1.839-1.839l-.166-.165q-.484-.485-.484-1.131t.484-1.13zm0 0l5.31-5.31q.485-.484 1.13-.484t1.132.485l1.753 1.753Q22 6.954 22 7.6t-.484 1.13l-5.31 5.31z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 4q-.213 0-.357-.143T8 3.5t.143-.357T8.5 3h6.144q.25 0 .372.159q.122.158.122.341t-.125.341t-.375.159zm-3 3.385q-.213 0-.357-.144T5 6.885t.143-.357q.144-.143.357-.143h5.76q.25 0 .372.158q.122.159.122.342q0 .182-.125.341t-.375.159zm-3 3.384q-.213 0-.357-.143T2 10.269t.143-.357t.357-.143h5.375q.25 0 .372.159q.122.158.122.341t-.125.341q-.125.16-.375.16zm12.639 2.923l-2.6-2.6l-4.885 4.885q-.173.173-.173.423t.173.423l1.754 1.754q.173.173.423.173t.423-.173zm-1.887-3.313l2.6 2.6l4.937-4.937q.172-.173.172-.442t-.173-.442l-1.715-1.716q-.173-.173-.442-.173t-.443.173zm-1.062-.354l4.016 4.016l-5.244 5.244q-.485.484-1.131.484T8.7 19.285l-.204-.204l-.907.908q-.131.13-.27.186t-.302.056h-1.47q-.274 0-.37-.252t.096-.444l1.839-1.839l-.166-.165q-.484-.485-.484-1.131t.484-1.13zm0 0l5.31-5.31q.485-.484 1.13-.484t1.132.485l1.753 1.753Q22 6.954 22 7.6t-.484 1.13l-5.31 5.31z"/></svg>
</template>

CSS

.icon-ink-highlighter-move-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%22M8.5%204q-.213%200-.357-.143T8%203.5t.143-.357T8.5%203h6.144q.25%200%20.372.159q.122.158.122.341t-.125.341t-.375.159zm-3%203.385q-.213%200-.357-.144T5%206.885t.143-.357q.144-.143.357-.143h5.76q.25%200%20.372.158q.122.159.122.342q0%20.182-.125.341t-.375.159zm-3%203.384q-.213%200-.357-.143T2%2010.269t.143-.357t.357-.143h5.375q.25%200%20.372.159q.122.158.122.341t-.125.341q-.125.16-.375.16zm12.639%202.923l-2.6-2.6l-4.885%204.885q-.173.173-.173.423t.173.423l1.754%201.754q.173.173.423.173t.423-.173zm-1.887-3.313l2.6%202.6l4.937-4.937q.172-.173.172-.442t-.173-.442l-1.715-1.716q-.173-.173-.442-.173t-.443.173zm-1.062-.354l4.016%204.016l-5.244%205.244q-.485.484-1.131.484T8.7%2019.285l-.204-.204l-.907.908q-.131.13-.27.186t-.302.056h-1.47q-.274%200-.37-.252t.096-.444l1.839-1.839l-.166-.165q-.484-.485-.484-1.131t.484-1.13zm0%200l5.31-5.31q.485-.484%201.13-.484t1.132.485l1.753%201.753Q22%206.954%2022%207.6t-.484%201.13l-5.31%205.31z%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%22M8.5%204q-.213%200-.357-.143T8%203.5t.143-.357T8.5%203h6.144q.25%200%20.372.159q.122.158.122.341t-.125.341t-.375.159zm-3%203.385q-.213%200-.357-.144T5%206.885t.143-.357q.144-.143.357-.143h5.76q.25%200%20.372.158q.122.159.122.342q0%20.182-.125.341t-.375.159zm-3%203.384q-.213%200-.357-.143T2%2010.269t.143-.357t.357-.143h5.375q.25%200%20.372.159q.122.158.122.341t-.125.341q-.125.16-.375.16zm12.639%202.923l-2.6-2.6l-4.885%204.885q-.173.173-.173.423t.173.423l1.754%201.754q.173.173.423.173t.423-.173zm-1.887-3.313l2.6%202.6l4.937-4.937q.172-.173.172-.442t-.173-.442l-1.715-1.716q-.173-.173-.442-.173t-.443.173zm-1.062-.354l4.016%204.016l-5.244%205.244q-.485.484-1.131.484T8.7%2019.285l-.204-.204l-.907.908q-.131.13-.27.186t-.302.056h-1.47q-.274%200-.37-.252t.096-.444l1.839-1.839l-.166-.165q-.484-.485-.484-1.131t.484-1.13zm0%200l5.31-5.31q.485-.484%201.13-.484t1.132.485l1.753%201.753Q22%206.954%2022%207.6t-.484%201.13l-5.31%205.31z%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-outline-rounded.svg?color=%231a73e8&size=48