stylus note icon
stylus-note-sharp from Material Symbols Light by Google · Sharp · Android · Apache-2.0 Free for personal and commercial use.
- Name
- stylus-note-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More android icons from Material Symbols Light
1x-mobiledata1x-mobiledata-badge3g-mobiledata3g-mobiledata-badge4g-mobiledata4g-mobiledata-badge4g-plus-mobiledata5g5g-mobiledata-badgeadbairplanemode-inactiveandroidandroid-cell-4-barandroid-cell-4-bar-alertandroid-cell-4-bar-offandroid-cell-4-bar-plusandroid-cell-5-barandroid-cell-5-bar-alertandroid-cell-5-bar-offandroid-cell-5-bar-plusandroid-cell-dual-4-barandroid-cell-dual-4-bar-alertandroid-cell-dual-4-bar-plusandroid-cell-dual-5-bar
Use the stylus note icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.873 18.462q-1.961-.125-2.975-.935t-1.014-2.233q0-1.413 1.213-2.291t3.376-1.078q1.206-.113 1.809-.476q.603-.362.603-.999q0-.823-.738-1.273t-2.399-.638l.098-.981q2.037.238 3.038.95q1 .713 1 1.942q0 1.056-.866 1.7t-2.472.775q-1.83.164-2.746.751t-.915 1.618q0 .99.729 1.513q.728.522 2.282.655zm6.618-.616l-2.722-2.721l9.397-9.396l2.726 2.721zm-.65.604l-3.374.704l.692-3.385z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightStylusNoteSharp(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="M5.873 18.462q-1.961-.125-2.975-.935t-1.014-2.233q0-1.413 1.213-2.291t3.376-1.078q1.206-.113 1.809-.476q.603-.362.603-.999q0-.823-.738-1.273t-2.399-.638l.098-.981q2.037.238 3.038.95q1 .713 1 1.942q0 1.056-.866 1.7t-2.472.775q-1.83.164-2.746.751t-.915 1.618q0 .99.729 1.513q.728.522 2.282.655zm6.618-.616l-2.722-2.721l9.397-9.396l2.726 2.721zm-.65.604l-3.374.704l.692-3.385z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.873 18.462q-1.961-.125-2.975-.935t-1.014-2.233q0-1.413 1.213-2.291t3.376-1.078q1.206-.113 1.809-.476q.603-.362.603-.999q0-.823-.738-1.273t-2.399-.638l.098-.981q2.037.238 3.038.95q1 .713 1 1.942q0 1.056-.866 1.7t-2.472.775q-1.83.164-2.746.751t-.915 1.618q0 .99.729 1.513q.728.522 2.282.655zm6.618-.616l-2.722-2.721l9.397-9.396l2.726 2.721zm-.65.604l-3.374.704l.692-3.385z"/></svg> </template>
CSS
.icon-stylus-note-sharp {
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%22M5.873%2018.462q-1.961-.125-2.975-.935t-1.014-2.233q0-1.413%201.213-2.291t3.376-1.078q1.206-.113%201.809-.476q.603-.362.603-.999q0-.823-.738-1.273t-2.399-.638l.098-.981q2.037.238%203.038.95q1%20.713%201%201.942q0%201.056-.866%201.7t-2.472.775q-1.83.164-2.746.751t-.915%201.618q0%20.99.729%201.513q.728.522%202.282.655zm6.618-.616l-2.722-2.721l9.397-9.396l2.726%202.721zm-.65.604l-3.374.704l.692-3.385z%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%22M5.873%2018.462q-1.961-.125-2.975-.935t-1.014-2.233q0-1.413%201.213-2.291t3.376-1.078q1.206-.113%201.809-.476q.603-.362.603-.999q0-.823-.738-1.273t-2.399-.638l.098-.981q2.037.238%203.038.95q1%20.713%201%201.942q0%201.056-.866%201.7t-2.472.775q-1.83.164-2.746.751t-.915%201.618q0%20.99.729%201.513q.728.522%202.282.655zm6.618-.616l-2.722-2.721l9.397-9.396l2.726%202.721zm-.65.604l-3.374.704l.692-3.385z%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-note-sharp.svg?color=%231a73e8&size=48