sticky notes icon

sticky-notes-sharp-fill from Keyline Icons by Keyline Icons · Sharp Fill · MIT Free for personal and commercial use.

Name
sticky-notes-sharp-fill
Set
Keyline Icons
Style
Sharp Fill
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

Use the sticky notes 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-linejoin="round" stroke-width="2"><path d="M16 5L16.0001 2L2 2L2 16.0001L5 16"/><path fill="currentColor" fill-rule="evenodd" d="M8 7L16 7C16.2652 7 16.5196 7.1054 16.7071 7.2929L22.7071 13.2929C22.8946 13.4804 23 13.7348 23 14L23 22C23 22.5523 22.5523 23 22 23L8 23C7.4477 23 7 22.5523 7 22L7 8C7 7.4477 7.4477 7 8 7ZM16 14L20.5858 14L16 9.4142Z" clip-rule="evenodd" stroke="none"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsStickyNotesSharpFill(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" strokeLinejoin="round" strokeWidth="2"><path d="M16 5L16.0001 2L2 2L2 16.0001L5 16"/><path fill="currentColor" fillRule="evenodd" d="M8 7L16 7C16.2652 7 16.5196 7.1054 16.7071 7.2929L22.7071 13.2929C22.8946 13.4804 23 13.7348 23 14L23 22C23 22.5523 22.5523 23 22 23L8 23C7.4477 23 7 22.5523 7 22L7 8C7 7.4477 7.4477 7 8 7ZM16 14L20.5858 14L16 9.4142Z" clipRule="evenodd" stroke="none"/></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-linejoin="round" stroke-width="2"><path d="M16 5L16.0001 2L2 2L2 16.0001L5 16"/><path fill="currentColor" fill-rule="evenodd" d="M8 7L16 7C16.2652 7 16.5196 7.1054 16.7071 7.2929L22.7071 13.2929C22.8946 13.4804 23 13.7348 23 14L23 22C23 22.5523 22.5523 23 22 23L8 23C7.4477 23 7 22.5523 7 22L7 8C7 7.4477 7.4477 7 8 7ZM16 14L20.5858 14L16 9.4142Z" clip-rule="evenodd" stroke="none"/></g></svg>
</template>

CSS

.icon-sticky-notes-sharp-fill {
  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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M16%205L16.0001%202L2%202L2%2016.0001L5%2016%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%207L16%207C16.2652%207%2016.5196%207.1054%2016.7071%207.2929L22.7071%2013.2929C22.8946%2013.4804%2023%2013.7348%2023%2014L23%2022C23%2022.5523%2022.5523%2023%2022%2023L8%2023C7.4477%2023%207%2022.5523%207%2022L7%208C7%207.4477%207.4477%207%208%207ZM16%2014L20.5858%2014L16%209.4142Z%22%20clip-rule%3D%22evenodd%22%20stroke%3D%22none%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M16%205L16.0001%202L2%202L2%2016.0001L5%2016%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%207L16%207C16.2652%207%2016.5196%207.1054%2016.7071%207.2929L22.7071%2013.2929C22.8946%2013.4804%2023%2013.7348%2023%2014L23%2022C23%2022.5523%2022.5523%2023%2022%2023L8%2023C7.4477%2023%207%2022.5523%207%2022L7%208C7%207.4477%207.4477%207%208%207ZM16%2014L20.5858%2014L16%209.4142Z%22%20clip-rule%3D%22evenodd%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/sticky-notes-sharp-fill.svg?color=%231a73e8&size=48