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

Name
stylus-note-outline-sharp
Set
Material Symbols
Style
Outline 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="M12.475 16.825L20.85 8.45l-1.3-1.3l-8.375 8.375zM5.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 .175L8.825 15.05L19.55 4.325L23.7 8.45zm0 0l-5.2 1.075l1.075-5.2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsStylusNoteOutlineSharp(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="M12.475 16.825L20.85 8.45l-1.3-1.3l-8.375 8.375zM5.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 .175L8.825 15.05L19.55 4.325L23.7 8.45zm0 0l-5.2 1.075l1.075-5.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.475 16.825L20.85 8.45l-1.3-1.3l-8.375 8.375zM5.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 .175L8.825 15.05L19.55 4.325L23.7 8.45zm0 0l-5.2 1.075l1.075-5.2z"/></svg>
</template>

CSS

.icon-stylus-note-outline-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%22M12.475%2016.825L20.85%208.45l-1.3-1.3l-8.375%208.375zM5.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%20.175L8.825%2015.05L19.55%204.325L23.7%208.45zm0%200l-5.2%201.075l1.075-5.2z%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%22M12.475%2016.825L20.85%208.45l-1.3-1.3l-8.375%208.375zM5.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%20.175L8.825%2015.05L19.55%204.325L23.7%208.45zm0%200l-5.2%201.075l1.075-5.2z%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-outline-sharp.svg?color=%231a73e8&size=48