stylus laser pointer icon

stylus-laser-pointer from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
stylus-laser-pointer
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
stylus-laser-pointer-outline, stylus-laser-pointer-outline-rounded, stylus-laser-pointer-outline-sharp, stylus-laser-pointer-rounded, stylus-laser-pointer-sharp

The same icon in other sets

More text icons from Material Symbols Light

Use the stylus laser pointer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.23 20.289q-.73-.731-.73-1.77t.73-1.769T9 16.02t1.77.73t.73 1.77t-.73 1.769t-1.77.73t-1.77-.73m6.034-2.745q-.189-.875-.718-1.598t-1.29-1.137l3.246-3.213H6.4q-.608 0-1.004-.434Q5 10.727 5 10.1q0-.384.195-.697t.505-.53l10.996-6.852q.277-.16.585-.08t.467.357q.16.258.09.563t-.322.464L8.058 9.5H17.6q.589 0 .994.406T19 10.9q0 .354-.074.705t-.322.599z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightStylusLaserPointer(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.23 20.289q-.73-.731-.73-1.77t.73-1.769T9 16.02t1.77.73t.73 1.77t-.73 1.769t-1.77.73t-1.77-.73m6.034-2.745q-.189-.875-.718-1.598t-1.29-1.137l3.246-3.213H6.4q-.608 0-1.004-.434Q5 10.727 5 10.1q0-.384.195-.697t.505-.53l10.996-6.852q.277-.16.585-.08t.467.357q.16.258.09.563t-.322.464L8.058 9.5H17.6q.589 0 .994.406T19 10.9q0 .354-.074.705t-.322.599z"/></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.23 20.289q-.73-.731-.73-1.77t.73-1.769T9 16.02t1.77.73t.73 1.77t-.73 1.769t-1.77.73t-1.77-.73m6.034-2.745q-.189-.875-.718-1.598t-1.29-1.137l3.246-3.213H6.4q-.608 0-1.004-.434Q5 10.727 5 10.1q0-.384.195-.697t.505-.53l10.996-6.852q.277-.16.585-.08t.467.357q.16.258.09.563t-.322.464L8.058 9.5H17.6q.589 0 .994.406T19 10.9q0 .354-.074.705t-.322.599z"/></svg>
</template>

CSS

.icon-stylus-laser-pointer {
  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.23%2020.289q-.73-.731-.73-1.77t.73-1.769T9%2016.02t1.77.73t.73%201.77t-.73%201.769t-1.77.73t-1.77-.73m6.034-2.745q-.189-.875-.718-1.598t-1.29-1.137l3.246-3.213H6.4q-.608%200-1.004-.434Q5%2010.727%205%2010.1q0-.384.195-.697t.505-.53l10.996-6.852q.277-.16.585-.08t.467.357q.16.258.09.563t-.322.464L8.058%209.5H17.6q.589%200%20.994.406T19%2010.9q0%20.354-.074.705t-.322.599z%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.23%2020.289q-.73-.731-.73-1.77t.73-1.769T9%2016.02t1.77.73t.73%201.77t-.73%201.769t-1.77.73t-1.77-.73m6.034-2.745q-.189-.875-.718-1.598t-1.29-1.137l3.246-3.213H6.4q-.608%200-1.004-.434Q5%2010.727%205%2010.1q0-.384.195-.697t.505-.53l10.996-6.852q.277-.16.585-.08t.467.357q.16.258.09.563t-.322.464L8.058%209.5H17.6q.589%200%20.994.406T19%2010.9q0%20.354-.074.705t-.322.599z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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