note-add-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
note-add-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M14 7.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-6-4a.5.5 0 0 0-1 0V7H3.5a.5.5 0 0 0 0 1H7v3.5a.5.5 0 0 0 1 0V8h3.5a.5.5 0 0 0 0-1H8zm13.25 1h-6.874A7.5 7.5 0 0 0 13.5 3h7.749A3.75 3.75 0 0 1 25 6.75v8.507a3.75 3.75 0 0 1-1.098 2.652l-5.993 5.993A3.75 3.75 0 0 1 15.257 25H6.75A3.75 3.75 0 0 1 3 21.25V13.5a7.5 7.5 0 0 0 1.5.876v6.874a2.25 2.25 0 0 0 2.25 2.25H15v-4.75A3.75 3.75 0 0 1 18.75 15h4.75V6.75a2.25 2.25 0 0 0-2.25-2.25M16.5 23.126q.187-.124.348-.285l5.993-5.993q.16-.161.285-.348H18.75a2.25 2.25 0 0 0-2.25 2.25z"/></svg>

React

import type { SVGProps } from "react";

export function FluentNoteAdd28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 7.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-6-4a.5.5 0 0 0-1 0V7H3.5a.5.5 0 0 0 0 1H7v3.5a.5.5 0 0 0 1 0V8h3.5a.5.5 0 0 0 0-1H8zm13.25 1h-6.874A7.5 7.5 0 0 0 13.5 3h7.749A3.75 3.75 0 0 1 25 6.75v8.507a3.75 3.75 0 0 1-1.098 2.652l-5.993 5.993A3.75 3.75 0 0 1 15.257 25H6.75A3.75 3.75 0 0 1 3 21.25V13.5a7.5 7.5 0 0 0 1.5.876v6.874a2.25 2.25 0 0 0 2.25 2.25H15v-4.75A3.75 3.75 0 0 1 18.75 15h4.75V6.75a2.25 2.25 0 0 0-2.25-2.25M16.5 23.126q.187-.124.348-.285l5.993-5.993q.16-.161.285-.348H18.75a2.25 2.25 0 0 0-2.25 2.25z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 7.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-6-4a.5.5 0 0 0-1 0V7H3.5a.5.5 0 0 0 0 1H7v3.5a.5.5 0 0 0 1 0V8h3.5a.5.5 0 0 0 0-1H8zm13.25 1h-6.874A7.5 7.5 0 0 0 13.5 3h7.749A3.75 3.75 0 0 1 25 6.75v8.507a3.75 3.75 0 0 1-1.098 2.652l-5.993 5.993A3.75 3.75 0 0 1 15.257 25H6.75A3.75 3.75 0 0 1 3 21.25V13.5a7.5 7.5 0 0 0 1.5.876v6.874a2.25 2.25 0 0 0 2.25 2.25H15v-4.75A3.75 3.75 0 0 1 18.75 15h4.75V6.75a2.25 2.25 0 0 0-2.25-2.25M16.5 23.126q.187-.124.348-.285l5.993-5.993q.16-.161.285-.348H18.75a2.25 2.25 0 0 0-2.25 2.25z"/></svg>
</template>

CSS

.icon-note-add-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%207.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-6-4a.5.5%200%200%200-1%200V7H3.5a.5.5%200%200%200%200%201H7v3.5a.5.5%200%200%200%201%200V8h3.5a.5.5%200%200%200%200-1H8zm13.25%201h-6.874A7.5%207.5%200%200%200%2013.5%203h7.749A3.75%203.75%200%200%201%2025%206.75v8.507a3.75%203.75%200%200%201-1.098%202.652l-5.993%205.993A3.75%203.75%200%200%201%2015.257%2025H6.75A3.75%203.75%200%200%201%203%2021.25V13.5a7.5%207.5%200%200%200%201.5.876v6.874a2.25%202.25%200%200%200%202.25%202.25H15v-4.75A3.75%203.75%200%200%201%2018.75%2015h4.75V6.75a2.25%202.25%200%200%200-2.25-2.25M16.5%2023.126q.187-.124.348-.285l5.993-5.993q.16-.161.285-.348H18.75a2.25%202.25%200%200%200-2.25%202.25z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%207.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-6-4a.5.5%200%200%200-1%200V7H3.5a.5.5%200%200%200%200%201H7v3.5a.5.5%200%200%200%201%200V8h3.5a.5.5%200%200%200%200-1H8zm13.25%201h-6.874A7.5%207.5%200%200%200%2013.5%203h7.749A3.75%203.75%200%200%201%2025%206.75v8.507a3.75%203.75%200%200%201-1.098%202.652l-5.993%205.993A3.75%203.75%200%200%201%2015.257%2025H6.75A3.75%203.75%200%200%201%203%2021.25V13.5a7.5%207.5%200%200%200%201.5.876v6.874a2.25%202.25%200%200%200%202.25%202.25H15v-4.75A3.75%203.75%200%200%201%2018.75%2015h4.75V6.75a2.25%202.25%200%200%200-2.25-2.25M16.5%2023.126q.187-.124.348-.285l5.993-5.993q.16-.161.285-.348H18.75a2.25%202.25%200%200%200-2.25%202.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/note-add-28-regular.svg?color=%231a73e8&size=48