note pin icon
note-pin-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- note-pin-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the note pin icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3 9.018V14l.005.176A3 3 0 0 0 6 17h4.379l.176-.008a2 2 0 0 0 1.238-.578l4.621-4.621l.12-.13A2 2 0 0 0 17 10.38V6l-.005-.176A3 3 0 0 0 14 3H9.463c.254.3.416.644.49 1H14l.15.005A2 2 0 0 1 16 6v4h-3l-.176.005A3 3 0 0 0 10 13v3H6l-.15-.005A2 2 0 0 1 4 14V9.81a1.8 1.8 0 0 1-.615-.407zM13 11l2.783.001q-.036.045-.076.085l-4.621 4.621l-.086.074V13l.005-.15A2 2 0 0 1 13 11M8.538 3.387L6.611 1.46a1.5 1.5 0 0 0-2.409.404L3.4 3.51a1 1 0 0 1-.573.507l-1.102.38a1 1 0 0 0-.38 1.653l.948.948L1 8.29v.707h.707L3 7.706l.947.947a1 1 0 0 0 1.653-.38l.38-1.102a1 1 0 0 1 .507-.572l1.647-.803a1.5 1.5 0 0 0 .404-2.409"/></svg>
React
import type { SVGProps } from "react";
export function FluentNotePin20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3 9.018V14l.005.176A3 3 0 0 0 6 17h4.379l.176-.008a2 2 0 0 0 1.238-.578l4.621-4.621l.12-.13A2 2 0 0 0 17 10.38V6l-.005-.176A3 3 0 0 0 14 3H9.463c.254.3.416.644.49 1H14l.15.005A2 2 0 0 1 16 6v4h-3l-.176.005A3 3 0 0 0 10 13v3H6l-.15-.005A2 2 0 0 1 4 14V9.81a1.8 1.8 0 0 1-.615-.407zM13 11l2.783.001q-.036.045-.076.085l-4.621 4.621l-.086.074V13l.005-.15A2 2 0 0 1 13 11M8.538 3.387L6.611 1.46a1.5 1.5 0 0 0-2.409.404L3.4 3.51a1 1 0 0 1-.573.507l-1.102.38a1 1 0 0 0-.38 1.653l.948.948L1 8.29v.707h.707L3 7.706l.947.947a1 1 0 0 0 1.653-.38l.38-1.102a1 1 0 0 1 .507-.572l1.647-.803a1.5 1.5 0 0 0 .404-2.409"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3 9.018V14l.005.176A3 3 0 0 0 6 17h4.379l.176-.008a2 2 0 0 0 1.238-.578l4.621-4.621l.12-.13A2 2 0 0 0 17 10.38V6l-.005-.176A3 3 0 0 0 14 3H9.463c.254.3.416.644.49 1H14l.15.005A2 2 0 0 1 16 6v4h-3l-.176.005A3 3 0 0 0 10 13v3H6l-.15-.005A2 2 0 0 1 4 14V9.81a1.8 1.8 0 0 1-.615-.407zM13 11l2.783.001q-.036.045-.076.085l-4.621 4.621l-.086.074V13l.005-.15A2 2 0 0 1 13 11M8.538 3.387L6.611 1.46a1.5 1.5 0 0 0-2.409.404L3.4 3.51a1 1 0 0 1-.573.507l-1.102.38a1 1 0 0 0-.38 1.653l.948.948L1 8.29v.707h.707L3 7.706l.947.947a1 1 0 0 0 1.653-.38l.38-1.102a1 1 0 0 1 .507-.572l1.647-.803a1.5 1.5 0 0 0 .404-2.409"/></svg> </template>
CSS
.icon-note-pin-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%209.018V14l.005.176A3%203%200%200%200%206%2017h4.379l.176-.008a2%202%200%200%200%201.238-.578l4.621-4.621l.12-.13A2%202%200%200%200%2017%2010.38V6l-.005-.176A3%203%200%200%200%2014%203H9.463c.254.3.416.644.49%201H14l.15.005A2%202%200%200%201%2016%206v4h-3l-.176.005A3%203%200%200%200%2010%2013v3H6l-.15-.005A2%202%200%200%201%204%2014V9.81a1.8%201.8%200%200%201-.615-.407zM13%2011l2.783.001q-.036.045-.076.085l-4.621%204.621l-.086.074V13l.005-.15A2%202%200%200%201%2013%2011M8.538%203.387L6.611%201.46a1.5%201.5%200%200%200-2.409.404L3.4%203.51a1%201%200%200%201-.573.507l-1.102.38a1%201%200%200%200-.38%201.653l.948.948L1%208.29v.707h.707L3%207.706l.947.947a1%201%200%200%200%201.653-.38l.38-1.102a1%201%200%200%201%20.507-.572l1.647-.803a1.5%201.5%200%200%200%20.404-2.409%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%209.018V14l.005.176A3%203%200%200%200%206%2017h4.379l.176-.008a2%202%200%200%200%201.238-.578l4.621-4.621l.12-.13A2%202%200%200%200%2017%2010.38V6l-.005-.176A3%203%200%200%200%2014%203H9.463c.254.3.416.644.49%201H14l.15.005A2%202%200%200%201%2016%206v4h-3l-.176.005A3%203%200%200%200%2010%2013v3H6l-.15-.005A2%202%200%200%201%204%2014V9.81a1.8%201.8%200%200%201-.615-.407zM13%2011l2.783.001q-.036.045-.076.085l-4.621%204.621l-.086.074V13l.005-.15A2%202%200%200%201%2013%2011M8.538%203.387L6.611%201.46a1.5%201.5%200%200%200-2.409.404L3.4%203.51a1%201%200%200%201-.573.507l-1.102.38a1%201%200%200%200-.38%201.653l.948.948L1%208.29v.707h.707L3%207.706l.947.947a1%201%200%200%200%201.653-.38l.38-1.102a1%201%200%200%201%20.507-.572l1.647-.803a1.5%201.5%200%200%200%20.404-2.409%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/note-pin-20-regular.svg?color=%231a73e8&size=48