stickynote icon

stickynote-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
stickynote-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the stickynote icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.29 6.29c-.42 0-.75-.34-.75-.75V2.75a.749.749 0 1 1 1.5 0v2.78c0 .42-.33.76-.75.76m7.42 0c-.42 0-.75-.34-.75-.75V2.75a.749.749 0 1 1 1.5 0v2.78c0 .42-.33.76-.75.76m5.79 9.53c0 .15-.05.3-.18.43l-5.51 5.55c-.13.14-.3.2-.47.2c-.33 0-.65-.26-.65-.64v-3.5c0-1.46 1.24-2.67 2.76-2.67c.95-.01 2.27-.01 3.4-.01c.39 0 .65.31.65.64"/><path d="M21.5 15.82c0 .15-.05.3-.18.43l-5.51 5.55c-.13.14-.3.2-.47.2c-.33 0-.65-.26-.65-.64v-3.5c0-1.46 1.24-2.67 2.76-2.67c.95-.01 2.27-.01 3.4-.01c.39 0 .65.31.65.64"/><path d="M19.57 4.5c-.66-.49-1.61-.02-1.61.81v.1c0 1.17-.84 2.25-2.01 2.37c-1.35.14-2.49-.92-2.49-2.24V4.5c0-.55-.45-1-1-1h-.92c-.55 0-1 .45-1 1v.91c0 .88-.47 1.7-1.2 2.1c-.04.03-.08.05-.12.07c-.01 0-.01.01-.02.01c-.07.03-.14.06-.22.09c-.02.01-.04.01-.06.02c-.12.04-.25.07-.39.08h-.01c-.15.02-.31.02-.46 0h-.01c-.14-.01-.27-.04-.39-.08q-.15-.045-.3-.12a2.23 2.23 0 0 1-1.32-2.04v-.23c0-.77-.82-1.23-1.47-.9c-.01.01-.02.01-.03.02h-.01c-.07.05-.13.1-.2.15a4.3 4.3 0 0 0-.52.49c-.08.08-.15.16-.22.25c-.05.06-.11.12-.15.19c-.05.06-.09.13-.13.19a3.5 3.5 0 0 0-.27.46c-.02.02-.03.03-.03.05c-.06.12-.12.24-.16.37c-.03.05-.04.09-.06.14c-.02.04-.03.09-.05.13c-.03.1-.06.21-.09.32c-.04.14-.07.29-.09.44a6 6 0 0 0-.06.76v8.76A4.87 4.87 0 0 0 7.37 22h4.82c.55 0 1-.45 1-1v-3.14c0-2.3 1.91-4.17 4.26-4.17c.53-.01 1.82-.01 3.05-.01c.55 0 1-.45 1-1V8.37c0-1.59-.76-2.98-1.93-3.87m-8.44 11.41c-.09.3-.37.51-.7.51H6.79c-.05 0-.09 0-.13-.02a.725.725 0 0 1-.62-.73c0-.42.33-.76.75-.76h3.64c.41 0 .75.34.75.76c0 .08-.01.17-.05.24m2.78-3.71c-.09.3-.37.51-.7.51H6.79c-.05 0-.09 0-.13-.02a.725.725 0 0 1-.62-.73c0-.42.33-.76.75-.76h6.42c.42 0 .75.34.75.76c0 .08-.01.17-.05.24"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconStickynoteFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.29 6.29c-.42 0-.75-.34-.75-.75V2.75a.749.749 0 1 1 1.5 0v2.78c0 .42-.33.76-.75.76m7.42 0c-.42 0-.75-.34-.75-.75V2.75a.749.749 0 1 1 1.5 0v2.78c0 .42-.33.76-.75.76m5.79 9.53c0 .15-.05.3-.18.43l-5.51 5.55c-.13.14-.3.2-.47.2c-.33 0-.65-.26-.65-.64v-3.5c0-1.46 1.24-2.67 2.76-2.67c.95-.01 2.27-.01 3.4-.01c.39 0 .65.31.65.64"/><path d="M21.5 15.82c0 .15-.05.3-.18.43l-5.51 5.55c-.13.14-.3.2-.47.2c-.33 0-.65-.26-.65-.64v-3.5c0-1.46 1.24-2.67 2.76-2.67c.95-.01 2.27-.01 3.4-.01c.39 0 .65.31.65.64"/><path d="M19.57 4.5c-.66-.49-1.61-.02-1.61.81v.1c0 1.17-.84 2.25-2.01 2.37c-1.35.14-2.49-.92-2.49-2.24V4.5c0-.55-.45-1-1-1h-.92c-.55 0-1 .45-1 1v.91c0 .88-.47 1.7-1.2 2.1c-.04.03-.08.05-.12.07c-.01 0-.01.01-.02.01c-.07.03-.14.06-.22.09c-.02.01-.04.01-.06.02c-.12.04-.25.07-.39.08h-.01c-.15.02-.31.02-.46 0h-.01c-.14-.01-.27-.04-.39-.08q-.15-.045-.3-.12a2.23 2.23 0 0 1-1.32-2.04v-.23c0-.77-.82-1.23-1.47-.9c-.01.01-.02.01-.03.02h-.01c-.07.05-.13.1-.2.15a4.3 4.3 0 0 0-.52.49c-.08.08-.15.16-.22.25c-.05.06-.11.12-.15.19c-.05.06-.09.13-.13.19a3.5 3.5 0 0 0-.27.46c-.02.02-.03.03-.03.05c-.06.12-.12.24-.16.37c-.03.05-.04.09-.06.14c-.02.04-.03.09-.05.13c-.03.1-.06.21-.09.32c-.04.14-.07.29-.09.44a6 6 0 0 0-.06.76v8.76A4.87 4.87 0 0 0 7.37 22h4.82c.55 0 1-.45 1-1v-3.14c0-2.3 1.91-4.17 4.26-4.17c.53-.01 1.82-.01 3.05-.01c.55 0 1-.45 1-1V8.37c0-1.59-.76-2.98-1.93-3.87m-8.44 11.41c-.09.3-.37.51-.7.51H6.79c-.05 0-.09 0-.13-.02a.725.725 0 0 1-.62-.73c0-.42.33-.76.75-.76h3.64c.41 0 .75.34.75.76c0 .08-.01.17-.05.24m2.78-3.71c-.09.3-.37.51-.7.51H6.79c-.05 0-.09 0-.13-.02a.725.725 0 0 1-.62-.73c0-.42.33-.76.75-.76h6.42c.42 0 .75.34.75.76c0 .08-.01.17-.05.24"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.29 6.29c-.42 0-.75-.34-.75-.75V2.75a.749.749 0 1 1 1.5 0v2.78c0 .42-.33.76-.75.76m7.42 0c-.42 0-.75-.34-.75-.75V2.75a.749.749 0 1 1 1.5 0v2.78c0 .42-.33.76-.75.76m5.79 9.53c0 .15-.05.3-.18.43l-5.51 5.55c-.13.14-.3.2-.47.2c-.33 0-.65-.26-.65-.64v-3.5c0-1.46 1.24-2.67 2.76-2.67c.95-.01 2.27-.01 3.4-.01c.39 0 .65.31.65.64"/><path d="M21.5 15.82c0 .15-.05.3-.18.43l-5.51 5.55c-.13.14-.3.2-.47.2c-.33 0-.65-.26-.65-.64v-3.5c0-1.46 1.24-2.67 2.76-2.67c.95-.01 2.27-.01 3.4-.01c.39 0 .65.31.65.64"/><path d="M19.57 4.5c-.66-.49-1.61-.02-1.61.81v.1c0 1.17-.84 2.25-2.01 2.37c-1.35.14-2.49-.92-2.49-2.24V4.5c0-.55-.45-1-1-1h-.92c-.55 0-1 .45-1 1v.91c0 .88-.47 1.7-1.2 2.1c-.04.03-.08.05-.12.07c-.01 0-.01.01-.02.01c-.07.03-.14.06-.22.09c-.02.01-.04.01-.06.02c-.12.04-.25.07-.39.08h-.01c-.15.02-.31.02-.46 0h-.01c-.14-.01-.27-.04-.39-.08q-.15-.045-.3-.12a2.23 2.23 0 0 1-1.32-2.04v-.23c0-.77-.82-1.23-1.47-.9c-.01.01-.02.01-.03.02h-.01c-.07.05-.13.1-.2.15a4.3 4.3 0 0 0-.52.49c-.08.08-.15.16-.22.25c-.05.06-.11.12-.15.19c-.05.06-.09.13-.13.19a3.5 3.5 0 0 0-.27.46c-.02.02-.03.03-.03.05c-.06.12-.12.24-.16.37c-.03.05-.04.09-.06.14c-.02.04-.03.09-.05.13c-.03.1-.06.21-.09.32c-.04.14-.07.29-.09.44a6 6 0 0 0-.06.76v8.76A4.87 4.87 0 0 0 7.37 22h4.82c.55 0 1-.45 1-1v-3.14c0-2.3 1.91-4.17 4.26-4.17c.53-.01 1.82-.01 3.05-.01c.55 0 1-.45 1-1V8.37c0-1.59-.76-2.98-1.93-3.87m-8.44 11.41c-.09.3-.37.51-.7.51H6.79c-.05 0-.09 0-.13-.02a.725.725 0 0 1-.62-.73c0-.42.33-.76.75-.76h3.64c.41 0 .75.34.75.76c0 .08-.01.17-.05.24m2.78-3.71c-.09.3-.37.51-.7.51H6.79c-.05 0-.09 0-.13-.02a.725.725 0 0 1-.62-.73c0-.42.33-.76.75-.76h6.42c.42 0 .75.34.75.76c0 .08-.01.17-.05.24"/></g></svg>
</template>

CSS

.icon-stickynote-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M8.29%206.29c-.42%200-.75-.34-.75-.75V2.75a.749.749%200%201%201%201.5%200v2.78c0%20.42-.33.76-.75.76m7.42%200c-.42%200-.75-.34-.75-.75V2.75a.749.749%200%201%201%201.5%200v2.78c0%20.42-.33.76-.75.76m5.79%209.53c0%20.15-.05.3-.18.43l-5.51%205.55c-.13.14-.3.2-.47.2c-.33%200-.65-.26-.65-.64v-3.5c0-1.46%201.24-2.67%202.76-2.67c.95-.01%202.27-.01%203.4-.01c.39%200%20.65.31.65.64%22%2F%3E%3Cpath%20d%3D%22M21.5%2015.82c0%20.15-.05.3-.18.43l-5.51%205.55c-.13.14-.3.2-.47.2c-.33%200-.65-.26-.65-.64v-3.5c0-1.46%201.24-2.67%202.76-2.67c.95-.01%202.27-.01%203.4-.01c.39%200%20.65.31.65.64%22%2F%3E%3Cpath%20d%3D%22M19.57%204.5c-.66-.49-1.61-.02-1.61.81v.1c0%201.17-.84%202.25-2.01%202.37c-1.35.14-2.49-.92-2.49-2.24V4.5c0-.55-.45-1-1-1h-.92c-.55%200-1%20.45-1%201v.91c0%20.88-.47%201.7-1.2%202.1c-.04.03-.08.05-.12.07c-.01%200-.01.01-.02.01c-.07.03-.14.06-.22.09c-.02.01-.04.01-.06.02c-.12.04-.25.07-.39.08h-.01c-.15.02-.31.02-.46%200h-.01c-.14-.01-.27-.04-.39-.08q-.15-.045-.3-.12a2.23%202.23%200%200%201-1.32-2.04v-.23c0-.77-.82-1.23-1.47-.9c-.01.01-.02.01-.03.02h-.01c-.07.05-.13.1-.2.15a4.3%204.3%200%200%200-.52.49c-.08.08-.15.16-.22.25c-.05.06-.11.12-.15.19c-.05.06-.09.13-.13.19a3.5%203.5%200%200%200-.27.46c-.02.02-.03.03-.03.05c-.06.12-.12.24-.16.37c-.03.05-.04.09-.06.14c-.02.04-.03.09-.05.13c-.03.1-.06.21-.09.32c-.04.14-.07.29-.09.44a6%206%200%200%200-.06.76v8.76A4.87%204.87%200%200%200%207.37%2022h4.82c.55%200%201-.45%201-1v-3.14c0-2.3%201.91-4.17%204.26-4.17c.53-.01%201.82-.01%203.05-.01c.55%200%201-.45%201-1V8.37c0-1.59-.76-2.98-1.93-3.87m-8.44%2011.41c-.09.3-.37.51-.7.51H6.79c-.05%200-.09%200-.13-.02a.725.725%200%200%201-.62-.73c0-.42.33-.76.75-.76h3.64c.41%200%20.75.34.75.76c0%20.08-.01.17-.05.24m2.78-3.71c-.09.3-.37.51-.7.51H6.79c-.05%200-.09%200-.13-.02a.725.725%200%200%201-.62-.73c0-.42.33-.76.75-.76h6.42c.42%200%20.75.34.75.76c0%20.08-.01.17-.05.24%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%22currentColor%22%3E%3Cpath%20d%3D%22M8.29%206.29c-.42%200-.75-.34-.75-.75V2.75a.749.749%200%201%201%201.5%200v2.78c0%20.42-.33.76-.75.76m7.42%200c-.42%200-.75-.34-.75-.75V2.75a.749.749%200%201%201%201.5%200v2.78c0%20.42-.33.76-.75.76m5.79%209.53c0%20.15-.05.3-.18.43l-5.51%205.55c-.13.14-.3.2-.47.2c-.33%200-.65-.26-.65-.64v-3.5c0-1.46%201.24-2.67%202.76-2.67c.95-.01%202.27-.01%203.4-.01c.39%200%20.65.31.65.64%22%2F%3E%3Cpath%20d%3D%22M21.5%2015.82c0%20.15-.05.3-.18.43l-5.51%205.55c-.13.14-.3.2-.47.2c-.33%200-.65-.26-.65-.64v-3.5c0-1.46%201.24-2.67%202.76-2.67c.95-.01%202.27-.01%203.4-.01c.39%200%20.65.31.65.64%22%2F%3E%3Cpath%20d%3D%22M19.57%204.5c-.66-.49-1.61-.02-1.61.81v.1c0%201.17-.84%202.25-2.01%202.37c-1.35.14-2.49-.92-2.49-2.24V4.5c0-.55-.45-1-1-1h-.92c-.55%200-1%20.45-1%201v.91c0%20.88-.47%201.7-1.2%202.1c-.04.03-.08.05-.12.07c-.01%200-.01.01-.02.01c-.07.03-.14.06-.22.09c-.02.01-.04.01-.06.02c-.12.04-.25.07-.39.08h-.01c-.15.02-.31.02-.46%200h-.01c-.14-.01-.27-.04-.39-.08q-.15-.045-.3-.12a2.23%202.23%200%200%201-1.32-2.04v-.23c0-.77-.82-1.23-1.47-.9c-.01.01-.02.01-.03.02h-.01c-.07.05-.13.1-.2.15a4.3%204.3%200%200%200-.52.49c-.08.08-.15.16-.22.25c-.05.06-.11.12-.15.19c-.05.06-.09.13-.13.19a3.5%203.5%200%200%200-.27.46c-.02.02-.03.03-.03.05c-.06.12-.12.24-.16.37c-.03.05-.04.09-.06.14c-.02.04-.03.09-.05.13c-.03.1-.06.21-.09.32c-.04.14-.07.29-.09.44a6%206%200%200%200-.06.76v8.76A4.87%204.87%200%200%200%207.37%2022h4.82c.55%200%201-.45%201-1v-3.14c0-2.3%201.91-4.17%204.26-4.17c.53-.01%201.82-.01%203.05-.01c.55%200%201-.45%201-1V8.37c0-1.59-.76-2.98-1.93-3.87m-8.44%2011.41c-.09.3-.37.51-.7.51H6.79c-.05%200-.09%200-.13-.02a.725.725%200%200%201-.62-.73c0-.42.33-.76.75-.76h3.64c.41%200%20.75.34.75.76c0%20.08-.01.17-.05.24m2.78-3.71c-.09.3-.37.51-.7.51H6.79c-.05%200-.09%200-.13-.02a.725.725%200%200%201-.62-.73c0-.42.33-.76.75-.76h6.42c.42%200%20.75.34.75.76c0%20.08-.01.17-.05.24%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/stickynote-filled.svg?color=%231a73e8&size=48