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

Name
stylus-note-sharp
Set
Material Symbols
Style
Sharp
Category
Android
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

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.95 19q-2.5-.125-3.725-1.05T1 15.275q0-1.625 1.338-2.637t3.712-1.213q.975-.075 1.463-.312T8 10.45q0-.65-.737-.975T4.825 9L5 7q2.575.2 3.788 1.038T10 10.45q0 1.325-.962 2.075t-2.838.9q-1.6.125-2.4.588T3 15.275q0 .875.7 1.263T6.05 17zm7.925-.75L9.75 14.125l9.8-9.8L23.7 8.45zm-1.15.95l-4.95 1.05l1-5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsStylusNoteSharp(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.95 19q-2.5-.125-3.725-1.05T1 15.275q0-1.625 1.338-2.637t3.712-1.213q.975-.075 1.463-.312T8 10.45q0-.65-.737-.975T4.825 9L5 7q2.575.2 3.788 1.038T10 10.45q0 1.325-.962 2.075t-2.838.9q-1.6.125-2.4.588T3 15.275q0 .875.7 1.263T6.05 17zm7.925-.75L9.75 14.125l9.8-9.8L23.7 8.45zm-1.15.95l-4.95 1.05l1-5z"/></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.95 19q-2.5-.125-3.725-1.05T1 15.275q0-1.625 1.338-2.637t3.712-1.213q.975-.075 1.463-.312T8 10.45q0-.65-.737-.975T4.825 9L5 7q2.575.2 3.788 1.038T10 10.45q0 1.325-.962 2.075t-2.838.9q-1.6.125-2.4.588T3 15.275q0 .875.7 1.263T6.05 17zm7.925-.75L9.75 14.125l9.8-9.8L23.7 8.45zm-1.15.95l-4.95 1.05l1-5z"/></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.95%2019q-2.5-.125-3.725-1.05T1%2015.275q0-1.625%201.338-2.637t3.712-1.213q.975-.075%201.463-.312T8%2010.45q0-.65-.737-.975T4.825%209L5%207q2.575.2%203.788%201.038T10%2010.45q0%201.325-.962%202.075t-2.838.9q-1.6.125-2.4.588T3%2015.275q0%20.875.7%201.263T6.05%2017zm7.925-.75L9.75%2014.125l9.8-9.8L23.7%208.45zm-1.15.95l-4.95%201.05l1-5z%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.95%2019q-2.5-.125-3.725-1.05T1%2015.275q0-1.625%201.338-2.637t3.712-1.213q.975-.075%201.463-.312T8%2010.45q0-.65-.737-.975T4.825%209L5%207q2.575.2%203.788%201.038T10%2010.45q0%201.325-.962%202.075t-2.838.9q-1.6.125-2.4.588T3%2015.275q0%20.875.7%201.263T6.05%2017zm7.925-.75L9.75%2014.125l9.8-9.8L23.7%208.45zm-1.15.95l-4.95%201.05l1-5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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