note add icon
note-add-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- note-add-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
9 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the note add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 5.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4-2a.5.5 0 0 0-1 0V5H3.5a.5.5 0 0 0 0 1H5v1.5a.5.5 0 0 0 1 0V6h1.5a.5.5 0 0 0 0-1H6zm8 .5h-3.207a5.5 5.5 0 0 0-.393-1H14a3 3 0 0 1 2.995 2.824L17 6v4.379a2 2 0 0 1-.467 1.284l-.119.13l-4.621 4.621a2 2 0 0 1-1.238.578l-.176.008H6a3 3 0 0 1-2.995-2.824L3 14v-3.6q.476.244 1 .393V14a2 2 0 0 0 1.85 1.995L6 16h4v-3a3 3 0 0 1 2.824-2.995L13 10h3V6a2 2 0 0 0-1.85-1.995zm1.783 7.001L13 11a2 2 0 0 0-1.995 1.85L11 13v2.781l.086-.074l4.621-4.621q.04-.04.075-.085"/></svg>
React
import type { SVGProps } from "react";
export function FluentNoteAdd20Regular(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="M10 5.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4-2a.5.5 0 0 0-1 0V5H3.5a.5.5 0 0 0 0 1H5v1.5a.5.5 0 0 0 1 0V6h1.5a.5.5 0 0 0 0-1H6zm8 .5h-3.207a5.5 5.5 0 0 0-.393-1H14a3 3 0 0 1 2.995 2.824L17 6v4.379a2 2 0 0 1-.467 1.284l-.119.13l-4.621 4.621a2 2 0 0 1-1.238.578l-.176.008H6a3 3 0 0 1-2.995-2.824L3 14v-3.6q.476.244 1 .393V14a2 2 0 0 0 1.85 1.995L6 16h4v-3a3 3 0 0 1 2.824-2.995L13 10h3V6a2 2 0 0 0-1.85-1.995zm1.783 7.001L13 11a2 2 0 0 0-1.995 1.85L11 13v2.781l.086-.074l4.621-4.621q.04-.04.075-.085"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 5.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4-2a.5.5 0 0 0-1 0V5H3.5a.5.5 0 0 0 0 1H5v1.5a.5.5 0 0 0 1 0V6h1.5a.5.5 0 0 0 0-1H6zm8 .5h-3.207a5.5 5.5 0 0 0-.393-1H14a3 3 0 0 1 2.995 2.824L17 6v4.379a2 2 0 0 1-.467 1.284l-.119.13l-4.621 4.621a2 2 0 0 1-1.238.578l-.176.008H6a3 3 0 0 1-2.995-2.824L3 14v-3.6q.476.244 1 .393V14a2 2 0 0 0 1.85 1.995L6 16h4v-3a3 3 0 0 1 2.824-2.995L13 10h3V6a2 2 0 0 0-1.85-1.995zm1.783 7.001L13 11a2 2 0 0 0-1.995 1.85L11 13v2.781l.086-.074l4.621-4.621q.04-.04.075-.085"/></svg> </template>
CSS
.icon-note-add-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%22M10%205.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-4-2a.5.5%200%200%200-1%200V5H3.5a.5.5%200%200%200%200%201H5v1.5a.5.5%200%200%200%201%200V6h1.5a.5.5%200%200%200%200-1H6zm8%20.5h-3.207a5.5%205.5%200%200%200-.393-1H14a3%203%200%200%201%202.995%202.824L17%206v4.379a2%202%200%200%201-.467%201.284l-.119.13l-4.621%204.621a2%202%200%200%201-1.238.578l-.176.008H6a3%203%200%200%201-2.995-2.824L3%2014v-3.6q.476.244%201%20.393V14a2%202%200%200%200%201.85%201.995L6%2016h4v-3a3%203%200%200%201%202.824-2.995L13%2010h3V6a2%202%200%200%200-1.85-1.995zm1.783%207.001L13%2011a2%202%200%200%200-1.995%201.85L11%2013v2.781l.086-.074l4.621-4.621q.04-.04.075-.085%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%22M10%205.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-4-2a.5.5%200%200%200-1%200V5H3.5a.5.5%200%200%200%200%201H5v1.5a.5.5%200%200%200%201%200V6h1.5a.5.5%200%200%200%200-1H6zm8%20.5h-3.207a5.5%205.5%200%200%200-.393-1H14a3%203%200%200%201%202.995%202.824L17%206v4.379a2%202%200%200%201-.467%201.284l-.119.13l-4.621%204.621a2%202%200%200%201-1.238.578l-.176.008H6a3%203%200%200%201-2.995-2.824L3%2014v-3.6q.476.244%201%20.393V14a2%202%200%200%200%201.85%201.995L6%2016h4v-3a3%203%200%200%201%202.824-2.995L13%2010h3V6a2%202%200%200%200-1.85-1.995zm1.783%207.001L13%2011a2%202%200%200%200-1.995%201.85L11%2013v2.781l.086-.074l4.621-4.621q.04-.04.075-.085%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/note-add-20-regular.svg?color=%231a73e8&size=48