stylus-note from Material Symbols Light by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.

Name
stylus-note
Set
Material Symbols Light
Style
Regular
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

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.721l8.529-8.51q.385-.384.88-.375t.88.375l.942.943q.385.384.385.889t-.385.89zM9.187 19q-.252.062-.443-.129q-.19-.19-.128-.442l.544-2.66l2.68 2.681z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightStylusNote(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.721l8.529-8.51q.385-.384.88-.375t.88.375l.942.943q.385.384.385.889t-.385.89zM9.187 19q-.252.062-.443-.129q-.19-.19-.128-.442l.544-2.66l2.68 2.681z"/></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.721l8.529-8.51q.385-.384.88-.375t.88.375l.942.943q.385.384.385.889t-.385.89zM9.187 19q-.252.062-.443-.129q-.19-.19-.128-.442l.544-2.66l2.68 2.681z"/></svg>
</template>

CSS

.icon-stylus-note {
  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.721l8.529-8.51q.385-.384.88-.375t.88.375l.942.943q.385.384.385.889t-.385.89zM9.187%2019q-.252.062-.443-.129q-.19-.19-.128-.442l.544-2.66l2.68%202.681z%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.721l8.529-8.51q.385-.384.88-.375t.88.375l.942.943q.385.384.385.889t-.385.89zM9.187%2019q-.252.062-.443-.129q-.19-.19-.128-.442l.544-2.66l2.68%202.681z%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.svg?color=%231a73e8&size=48