stylus note icon
stylus-note from Material Symbols by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.
- Name
- stylus-note
- Set
- Material Symbols
- Style
- Regular
- 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
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.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.125L18.375 5.5q.5-.5 1.188-.5t1.187.5l1.75 1.75q.5.5.5 1.188t-.5 1.187zM8.975 20q-.425.1-.75-.225T8 19.025l.775-3.775l3.95 3.95z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsStylusNote(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.125L18.375 5.5q.5-.5 1.188-.5t1.187.5l1.75 1.75q.5.5.5 1.188t-.5 1.187zM8.975 20q-.425.1-.75-.225T8 19.025l.775-3.775l3.95 3.95z"/></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.125L18.375 5.5q.5-.5 1.188-.5t1.187.5l1.75 1.75q.5.5.5 1.188t-.5 1.187zM8.975 20q-.425.1-.75-.225T8 19.025l.775-3.775l3.95 3.95z"/></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.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.125L18.375%205.5q.5-.5%201.188-.5t1.187.5l1.75%201.75q.5.5.5%201.188t-.5%201.187zM8.975%2020q-.425.1-.75-.225T8%2019.025l.775-3.775l3.95%203.95z%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.125L18.375%205.5q.5-.5%201.188-.5t1.187.5l1.75%201.75q.5.5.5%201.188t-.5%201.187zM8.975%2020q-.425.1-.75-.225T8%2019.025l.775-3.775l3.95%203.95z%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.svg?color=%231a73e8&size=48