sticky note 02 icon
sticky-note-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- sticky-note-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the sticky note 02 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M11.5 5c2.828 0 4.243 0 5.121.879c.879.878.879 2.293.879 5.121c0 8 4 8 4 8H7.239c-.328 0-.492 0-.864-.097s-.431-.13-.55-.196C4.686 18.07 2.5 16.174 2.5 11c0-2.828 0-4.243.879-5.121C4.257 5 5.672 5 8.5 5"/><path d="M2.5 10v6c0 2.828 0 4.243.879 5.121C4.257 22 5.672 22 8.5 22h3.076c2.829 0 4.243 0 5.121-.879c.49-.49.707-1.146.803-2.121m-6-15.5v3c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54C10.699 8 10.466 8 10 8s-.699 0-.883-.076a1 1 0 0 1-.54-.541C8.5 7.199 8.5 6.966 8.5 6.5v-3c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C9.301 2 9.534 2 10 2s.699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsStickyNote02(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M11.5 5c2.828 0 4.243 0 5.121.879c.879.878.879 2.293.879 5.121c0 8 4 8 4 8H7.239c-.328 0-.492 0-.864-.097s-.431-.13-.55-.196C4.686 18.07 2.5 16.174 2.5 11c0-2.828 0-4.243.879-5.121C4.257 5 5.672 5 8.5 5"/><path d="M2.5 10v6c0 2.828 0 4.243.879 5.121C4.257 22 5.672 22 8.5 22h3.076c2.829 0 4.243 0 5.121-.879c.49-.49.707-1.146.803-2.121m-6-15.5v3c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54C10.699 8 10.466 8 10 8s-.699 0-.883-.076a1 1 0 0 1-.54-.541C8.5 7.199 8.5 6.966 8.5 6.5v-3c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C9.301 2 9.534 2 10 2s.699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M11.5 5c2.828 0 4.243 0 5.121.879c.879.878.879 2.293.879 5.121c0 8 4 8 4 8H7.239c-.328 0-.492 0-.864-.097s-.431-.13-.55-.196C4.686 18.07 2.5 16.174 2.5 11c0-2.828 0-4.243.879-5.121C4.257 5 5.672 5 8.5 5"/><path d="M2.5 10v6c0 2.828 0 4.243.879 5.121C4.257 22 5.672 22 8.5 22h3.076c2.829 0 4.243 0 5.121-.879c.49-.49.707-1.146.803-2.121m-6-15.5v3c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54C10.699 8 10.466 8 10 8s-.699 0-.883-.076a1 1 0 0 1-.54-.541C8.5 7.199 8.5 6.966 8.5 6.5v-3c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C9.301 2 9.534 2 10 2s.699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883"/></g></svg> </template>
CSS
.icon-sticky-note-02 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11.5%205c2.828%200%204.243%200%205.121.879c.879.878.879%202.293.879%205.121c0%208%204%208%204%208H7.239c-.328%200-.492%200-.864-.097s-.431-.13-.55-.196C4.686%2018.07%202.5%2016.174%202.5%2011c0-2.828%200-4.243.879-5.121C4.257%205%205.672%205%208.5%205%22%2F%3E%3Cpath%20d%3D%22M2.5%2010v6c0%202.828%200%204.243.879%205.121C4.257%2022%205.672%2022%208.5%2022h3.076c2.829%200%204.243%200%205.121-.879c.49-.49.707-1.146.803-2.121m-6-15.5v3c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54C10.699%208%2010.466%208%2010%208s-.699%200-.883-.076a1%201%200%200%201-.54-.541C8.5%207.199%208.5%206.966%208.5%206.5v-3c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C9.301%202%209.534%202%2010%202s.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11.5%205c2.828%200%204.243%200%205.121.879c.879.878.879%202.293.879%205.121c0%208%204%208%204%208H7.239c-.328%200-.492%200-.864-.097s-.431-.13-.55-.196C4.686%2018.07%202.5%2016.174%202.5%2011c0-2.828%200-4.243.879-5.121C4.257%205%205.672%205%208.5%205%22%2F%3E%3Cpath%20d%3D%22M2.5%2010v6c0%202.828%200%204.243.879%205.121C4.257%2022%205.672%2022%208.5%2022h3.076c2.829%200%204.243%200%205.121-.879c.49-.49.707-1.146.803-2.121m-6-15.5v3c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54C10.699%208%2010.466%208%2010%208s-.699%200-.883-.076a1%201%200%200%201-.54-.541C8.5%207.199%208.5%206.966%208.5%206.5v-3c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C9.301%202%209.534%202%2010%202s.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/sticky-note-02.svg?color=%231a73e8&size=48