stylus laser pointer icon
stylus-laser-pointer from Material Symbols by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.
- Name
- stylus-laser-pointer
- Set
- Material Symbols
- 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
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
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="M6.875 21.125Q6 20.25 6 19t.875-2.125T9 16t2.125.875T12 19t-.875 2.125T9 22t-2.125-.875m6.6-2.6q-.15-1.375-1.025-2.425t-2.175-1.425L12.925 12H5.9q-.8 0-1.35-.55T4 10.1q0-.5.263-.937t.687-.713L17.1 1.175q.45-.275.95-.138t.775.588t.138.938t-.563.762L9 9h9.1q.8 0 1.35.55T20 10.9q0 .45-.112.888t-.438.762z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsStylusLaserPointer(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="M6.875 21.125Q6 20.25 6 19t.875-2.125T9 16t2.125.875T12 19t-.875 2.125T9 22t-2.125-.875m6.6-2.6q-.15-1.375-1.025-2.425t-2.175-1.425L12.925 12H5.9q-.8 0-1.35-.55T4 10.1q0-.5.263-.937t.687-.713L17.1 1.175q.45-.275.95-.138t.775.588t.138.938t-.563.762L9 9h9.1q.8 0 1.35.55T20 10.9q0 .45-.112.888t-.438.762z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.875 21.125Q6 20.25 6 19t.875-2.125T9 16t2.125.875T12 19t-.875 2.125T9 22t-2.125-.875m6.6-2.6q-.15-1.375-1.025-2.425t-2.175-1.425L12.925 12H5.9q-.8 0-1.35-.55T4 10.1q0-.5.263-.937t.687-.713L17.1 1.175q.45-.275.95-.138t.775.588t.138.938t-.563.762L9 9h9.1q.8 0 1.35.55T20 10.9q0 .45-.112.888t-.438.762z"/></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%22M6.875%2021.125Q6%2020.25%206%2019t.875-2.125T9%2016t2.125.875T12%2019t-.875%202.125T9%2022t-2.125-.875m6.6-2.6q-.15-1.375-1.025-2.425t-2.175-1.425L12.925%2012H5.9q-.8%200-1.35-.55T4%2010.1q0-.5.263-.937t.687-.713L17.1%201.175q.45-.275.95-.138t.775.588t.138.938t-.563.762L9%209h9.1q.8%200%201.35.55T20%2010.9q0%20.45-.112.888t-.438.762z%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%22M6.875%2021.125Q6%2020.25%206%2019t.875-2.125T9%2016t2.125.875T12%2019t-.875%202.125T9%2022t-2.125-.875m6.6-2.6q-.15-1.375-1.025-2.425t-2.175-1.425L12.925%2012H5.9q-.8%200-1.35-.55T4%2010.1q0-.5.263-.937t.687-.713L17.1%201.175q.45-.275.95-.138t.775.588t.138.938t-.563.762L9%209h9.1q.8%200%201.35.55T20%2010.9q0%20.45-.112.888t-.438.762z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/stylus-laser-pointer.svg?color=%231a73e8&size=48