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

Name
stylus-note-rounded
Set
Material Symbols
Style
Rounded
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="M3 15.275Q3 16 3.5 16.4t1.65.525q.4.05.638.362T6 18q-.025.425-.3.7t-.675.225Q3 18.675 2 17.763t-1-2.488q0-1.625 1.338-2.637t3.712-1.213q.975-.075 1.463-.312T8 10.45q0-.55-.525-.862T5.75 9.1q-.4-.05-.638-.375T4.926 8q.05-.425.35-.687t.7-.213q2.075.3 3.05 1.113T10 10.45q0 1.325-.962 2.075t-2.838.9q-1.6.125-2.4.588T3 15.275m10.875 2.975L9.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 MaterialSymbolsStylusNoteRounded(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="M3 15.275Q3 16 3.5 16.4t1.65.525q.4.05.638.362T6 18q-.025.425-.3.7t-.675.225Q3 18.675 2 17.763t-1-2.488q0-1.625 1.338-2.637t3.712-1.213q.975-.075 1.463-.312T8 10.45q0-.55-.525-.862T5.75 9.1q-.4-.05-.638-.375T4.926 8q.05-.425.35-.687t.7-.213q2.075.3 3.05 1.113T10 10.45q0 1.325-.962 2.075t-2.838.9q-1.6.125-2.4.588T3 15.275m10.875 2.975L9.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="M3 15.275Q3 16 3.5 16.4t1.65.525q.4.05.638.362T6 18q-.025.425-.3.7t-.675.225Q3 18.675 2 17.763t-1-2.488q0-1.625 1.338-2.637t3.712-1.213q.975-.075 1.463-.312T8 10.45q0-.55-.525-.862T5.75 9.1q-.4-.05-.638-.375T4.926 8q.05-.425.35-.687t.7-.213q2.075.3 3.05 1.113T10 10.45q0 1.325-.962 2.075t-2.838.9q-1.6.125-2.4.588T3 15.275m10.875 2.975L9.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-rounded {
  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%22M3%2015.275Q3%2016%203.5%2016.4t1.65.525q.4.05.638.362T6%2018q-.025.425-.3.7t-.675.225Q3%2018.675%202%2017.763t-1-2.488q0-1.625%201.338-2.637t3.712-1.213q.975-.075%201.463-.312T8%2010.45q0-.55-.525-.862T5.75%209.1q-.4-.05-.638-.375T4.926%208q.05-.425.35-.687t.7-.213q2.075.3%203.05%201.113T10%2010.45q0%201.325-.962%202.075t-2.838.9q-1.6.125-2.4.588T3%2015.275m10.875%202.975L9.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%22M3%2015.275Q3%2016%203.5%2016.4t1.65.525q.4.05.638.362T6%2018q-.025.425-.3.7t-.675.225Q3%2018.675%202%2017.763t-1-2.488q0-1.625%201.338-2.637t3.712-1.213q.975-.075%201.463-.312T8%2010.45q0-.55-.525-.862T5.75%209.1q-.4-.05-.638-.375T4.926%208q.05-.425.35-.687t.7-.213q2.075.3%203.05%201.113T10%2010.45q0%201.325-.962%202.075t-2.838.9q-1.6.125-2.4.588T3%2015.275m10.875%202.975L9.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-rounded.svg?color=%231a73e8&size=48