spiral-notepad from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
spiral-notepad
Set
Fluent Emoji High Contrast
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji High Contrast

Use the spiral notepad emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.612 1.58c.749.021 1.473.414 1.925 1.02a2.37 2.37 0 0 1 1.95-1.02c.762.022 1.5.428 1.95 1.054a2.37 2.37 0 0 1 1.972-1.054c.758.022 1.49.423 1.942 1.043a2.37 2.37 0 0 1 1.964-1.043c.903.026 1.77.59 2.168 1.42H24.8A2.2 2.2 0 0 1 27 5.2v23.6a2.2 2.2 0 0 1-2.2 2.2H7.484c-.721 0-1.357-.24-1.817-.696A2.27 2.27 0 0 1 5 28.684V5.215c0-.33.072-.646.203-.93A3.53 3.53 0 0 0 7 7.162v21.523c0 .09.032.156.075.199c.035.034.14.116.409.116H16v-3.8a3.2 3.2 0 0 1 3.2-3.2H23V5.214c0-.14-.105-.214-.187-.214h-1.647l-.001-.001h.485v-1.11c-.035-.303-.209-.642-.477-.889a1.26 1.26 0 0 0-.858-.354c-.782 0-1.354.65-1.354 1.45c0 .801.59 1.324 1.125 1.39c.646.08.584 1.133-.203 1.035c-.945-.117-1.983-1.095-1.983-2.44L17.901 4h-.151c0-.575-.56-1.353-1.341-1.353c-.782 0-1.354.65-1.354 1.45c0 .801.59 1.324 1.125 1.39c.646.08.584 1.133-.203 1.035c-.946-.117-1.983-1.095-1.983-2.44L13.995 4h-.167c0-.575-.56-1.353-1.341-1.353c-.782 0-1.354.65-1.354 1.45c0 .801.59 1.324 1.125 1.39c.646.08.584 1.133-.203 1.035c-.946-.117-1.983-1.095-1.983-2.44L10.073 4h-.12c0-.575-.56-1.353-1.341-1.353a1.3 1.3 0 0 0-.97.425a1.5 1.5 0 0 0-.384 1.025c0 .365.122.672.306.904c.22.278.527.45.819.486c.646.08.584 1.133-.203 1.035c-.406-.05-.83-.26-1.18-.588l-.02-.018a2.53 2.53 0 0 1-.783-1.834c0-.322.06-.633.168-.92c.347-.912 1.196-1.581 2.247-1.581M22.586 24H19.2a1.2 1.2 0 0 0-1.2 1.2v3.386z"/><path fill="currentColor" d="M9.5 10a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1zM9 13.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0 3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m.5 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastSpiralNotepad(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.612 1.58c.749.021 1.473.414 1.925 1.02a2.37 2.37 0 0 1 1.95-1.02c.762.022 1.5.428 1.95 1.054a2.37 2.37 0 0 1 1.972-1.054c.758.022 1.49.423 1.942 1.043a2.37 2.37 0 0 1 1.964-1.043c.903.026 1.77.59 2.168 1.42H24.8A2.2 2.2 0 0 1 27 5.2v23.6a2.2 2.2 0 0 1-2.2 2.2H7.484c-.721 0-1.357-.24-1.817-.696A2.27 2.27 0 0 1 5 28.684V5.215c0-.33.072-.646.203-.93A3.53 3.53 0 0 0 7 7.162v21.523c0 .09.032.156.075.199c.035.034.14.116.409.116H16v-3.8a3.2 3.2 0 0 1 3.2-3.2H23V5.214c0-.14-.105-.214-.187-.214h-1.647l-.001-.001h.485v-1.11c-.035-.303-.209-.642-.477-.889a1.26 1.26 0 0 0-.858-.354c-.782 0-1.354.65-1.354 1.45c0 .801.59 1.324 1.125 1.39c.646.08.584 1.133-.203 1.035c-.945-.117-1.983-1.095-1.983-2.44L17.901 4h-.151c0-.575-.56-1.353-1.341-1.353c-.782 0-1.354.65-1.354 1.45c0 .801.59 1.324 1.125 1.39c.646.08.584 1.133-.203 1.035c-.946-.117-1.983-1.095-1.983-2.44L13.995 4h-.167c0-.575-.56-1.353-1.341-1.353c-.782 0-1.354.65-1.354 1.45c0 .801.59 1.324 1.125 1.39c.646.08.584 1.133-.203 1.035c-.946-.117-1.983-1.095-1.983-2.44L10.073 4h-.12c0-.575-.56-1.353-1.341-1.353a1.3 1.3 0 0 0-.97.425a1.5 1.5 0 0 0-.384 1.025c0 .365.122.672.306.904c.22.278.527.45.819.486c.646.08.584 1.133-.203 1.035c-.406-.05-.83-.26-1.18-.588l-.02-.018a2.53 2.53 0 0 1-.783-1.834c0-.322.06-.633.168-.92c.347-.912 1.196-1.581 2.247-1.581M22.586 24H19.2a1.2 1.2 0 0 0-1.2 1.2v3.386z"/><path fill="currentColor" d="M9.5 10a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1zM9 13.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0 3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m.5 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.612 1.58c.749.021 1.473.414 1.925 1.02a2.37 2.37 0 0 1 1.95-1.02c.762.022 1.5.428 1.95 1.054a2.37 2.37 0 0 1 1.972-1.054c.758.022 1.49.423 1.942 1.043a2.37 2.37 0 0 1 1.964-1.043c.903.026 1.77.59 2.168 1.42H24.8A2.2 2.2 0 0 1 27 5.2v23.6a2.2 2.2 0 0 1-2.2 2.2H7.484c-.721 0-1.357-.24-1.817-.696A2.27 2.27 0 0 1 5 28.684V5.215c0-.33.072-.646.203-.93A3.53 3.53 0 0 0 7 7.162v21.523c0 .09.032.156.075.199c.035.034.14.116.409.116H16v-3.8a3.2 3.2 0 0 1 3.2-3.2H23V5.214c0-.14-.105-.214-.187-.214h-1.647l-.001-.001h.485v-1.11c-.035-.303-.209-.642-.477-.889a1.26 1.26 0 0 0-.858-.354c-.782 0-1.354.65-1.354 1.45c0 .801.59 1.324 1.125 1.39c.646.08.584 1.133-.203 1.035c-.945-.117-1.983-1.095-1.983-2.44L17.901 4h-.151c0-.575-.56-1.353-1.341-1.353c-.782 0-1.354.65-1.354 1.45c0 .801.59 1.324 1.125 1.39c.646.08.584 1.133-.203 1.035c-.946-.117-1.983-1.095-1.983-2.44L13.995 4h-.167c0-.575-.56-1.353-1.341-1.353c-.782 0-1.354.65-1.354 1.45c0 .801.59 1.324 1.125 1.39c.646.08.584 1.133-.203 1.035c-.946-.117-1.983-1.095-1.983-2.44L10.073 4h-.12c0-.575-.56-1.353-1.341-1.353a1.3 1.3 0 0 0-.97.425a1.5 1.5 0 0 0-.384 1.025c0 .365.122.672.306.904c.22.278.527.45.819.486c.646.08.584 1.133-.203 1.035c-.406-.05-.83-.26-1.18-.588l-.02-.018a2.53 2.53 0 0 1-.783-1.834c0-.322.06-.633.168-.92c.347-.912 1.196-1.581 2.247-1.581M22.586 24H19.2a1.2 1.2 0 0 0-1.2 1.2v3.386z"/><path fill="currentColor" d="M9.5 10a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1zM9 13.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0 3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m.5 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1z"/></svg>
</template>

CSS

.icon-spiral-notepad {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.612%201.58c.749.021%201.473.414%201.925%201.02a2.37%202.37%200%200%201%201.95-1.02c.762.022%201.5.428%201.95%201.054a2.37%202.37%200%200%201%201.972-1.054c.758.022%201.49.423%201.942%201.043a2.37%202.37%200%200%201%201.964-1.043c.903.026%201.77.59%202.168%201.42H24.8A2.2%202.2%200%200%201%2027%205.2v23.6a2.2%202.2%200%200%201-2.2%202.2H7.484c-.721%200-1.357-.24-1.817-.696A2.27%202.27%200%200%201%205%2028.684V5.215c0-.33.072-.646.203-.93A3.53%203.53%200%200%200%207%207.162v21.523c0%20.09.032.156.075.199c.035.034.14.116.409.116H16v-3.8a3.2%203.2%200%200%201%203.2-3.2H23V5.214c0-.14-.105-.214-.187-.214h-1.647l-.001-.001h.485v-1.11c-.035-.303-.209-.642-.477-.889a1.26%201.26%200%200%200-.858-.354c-.782%200-1.354.65-1.354%201.45c0%20.801.59%201.324%201.125%201.39c.646.08.584%201.133-.203%201.035c-.945-.117-1.983-1.095-1.983-2.44L17.901%204h-.151c0-.575-.56-1.353-1.341-1.353c-.782%200-1.354.65-1.354%201.45c0%20.801.59%201.324%201.125%201.39c.646.08.584%201.133-.203%201.035c-.946-.117-1.983-1.095-1.983-2.44L13.995%204h-.167c0-.575-.56-1.353-1.341-1.353c-.782%200-1.354.65-1.354%201.45c0%20.801.59%201.324%201.125%201.39c.646.08.584%201.133-.203%201.035c-.946-.117-1.983-1.095-1.983-2.44L10.073%204h-.12c0-.575-.56-1.353-1.341-1.353a1.3%201.3%200%200%200-.97.425a1.5%201.5%200%200%200-.384%201.025c0%20.365.122.672.306.904c.22.278.527.45.819.486c.646.08.584%201.133-.203%201.035c-.406-.05-.83-.26-1.18-.588l-.02-.018a2.53%202.53%200%200%201-.783-1.834c0-.322.06-.633.168-.92c.347-.912%201.196-1.581%202.247-1.581M22.586%2024H19.2a1.2%201.2%200%200%200-1.2%201.2v3.386z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%2010a.5.5%200%200%200%200%201h11a.5.5%200%200%200%200-1zM9%2013.5a.5.5%200%200%201%20.5-.5h11a.5.5%200%200%201%200%201h-11a.5.5%200%200%201-.5-.5m0%203a.5.5%200%200%201%20.5-.5h11a.5.5%200%200%201%200%201h-11a.5.5%200%200%201-.5-.5m.5%202.5a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.612%201.58c.749.021%201.473.414%201.925%201.02a2.37%202.37%200%200%201%201.95-1.02c.762.022%201.5.428%201.95%201.054a2.37%202.37%200%200%201%201.972-1.054c.758.022%201.49.423%201.942%201.043a2.37%202.37%200%200%201%201.964-1.043c.903.026%201.77.59%202.168%201.42H24.8A2.2%202.2%200%200%201%2027%205.2v23.6a2.2%202.2%200%200%201-2.2%202.2H7.484c-.721%200-1.357-.24-1.817-.696A2.27%202.27%200%200%201%205%2028.684V5.215c0-.33.072-.646.203-.93A3.53%203.53%200%200%200%207%207.162v21.523c0%20.09.032.156.075.199c.035.034.14.116.409.116H16v-3.8a3.2%203.2%200%200%201%203.2-3.2H23V5.214c0-.14-.105-.214-.187-.214h-1.647l-.001-.001h.485v-1.11c-.035-.303-.209-.642-.477-.889a1.26%201.26%200%200%200-.858-.354c-.782%200-1.354.65-1.354%201.45c0%20.801.59%201.324%201.125%201.39c.646.08.584%201.133-.203%201.035c-.945-.117-1.983-1.095-1.983-2.44L17.901%204h-.151c0-.575-.56-1.353-1.341-1.353c-.782%200-1.354.65-1.354%201.45c0%20.801.59%201.324%201.125%201.39c.646.08.584%201.133-.203%201.035c-.946-.117-1.983-1.095-1.983-2.44L13.995%204h-.167c0-.575-.56-1.353-1.341-1.353c-.782%200-1.354.65-1.354%201.45c0%20.801.59%201.324%201.125%201.39c.646.08.584%201.133-.203%201.035c-.946-.117-1.983-1.095-1.983-2.44L10.073%204h-.12c0-.575-.56-1.353-1.341-1.353a1.3%201.3%200%200%200-.97.425a1.5%201.5%200%200%200-.384%201.025c0%20.365.122.672.306.904c.22.278.527.45.819.486c.646.08.584%201.133-.203%201.035c-.406-.05-.83-.26-1.18-.588l-.02-.018a2.53%202.53%200%200%201-.783-1.834c0-.322.06-.633.168-.92c.347-.912%201.196-1.581%202.247-1.581M22.586%2024H19.2a1.2%201.2%200%200%200-1.2%201.2v3.386z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%2010a.5.5%200%200%200%200%201h11a.5.5%200%200%200%200-1zM9%2013.5a.5.5%200%200%201%20.5-.5h11a.5.5%200%200%201%200%201h-11a.5.5%200%200%201-.5-.5m0%203a.5.5%200%200%201%20.5-.5h11a.5.5%200%200%201%200%201h-11a.5.5%200%200%201-.5-.5m.5%202.5a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/spiral-notepad.svg?color=%231a73e8&size=48