memo plus icon

memo-plus from Reicon by REICON · Outline · Notes · MIT Free for personal and commercial use.

Name
memo-plus
Set
Reicon
Style
Outline
Category
Notes
Viewbox
24×24
License
MIT

1 other variant in Reicon

More notes icons from Reicon

Use the memo plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.567 1.25h5.866c.952 0 1.713 0 2.327.05c.63.052 1.172.16 1.67.413a4.25 4.25 0 0 1 1.857 1.858c.253.497.361 1.04.413 1.67c.05.613.05 1.374.05 2.326V9a.75.75 0 0 1-1.5 0V7.6c0-.992 0-1.692-.045-2.238c-.044-.537-.127-.86-.255-1.11a2.75 2.75 0 0 0-1.2-1.202c-.252-.128-.574-.21-1.111-.255c-.546-.044-1.245-.045-2.238-.045H6.6c-.992 0-1.692 0-2.238.045c-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 2.05 4.252c-.128.25-.21.573-.255 1.11c-.044.546-.045 1.246-.045 2.238v8.8c0 .992 0 1.692.045 2.238c.044.537.127.86.255 1.11a2.75 2.75 0 0 0 1.202 1.202c.25.128.573.21 1.11.255c.546.044 1.246.045 2.238.045h5.155a.75.75 0 0 1 0 1.5H6.567c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413A4.25 4.25 0 0 1 .714 20.43C.46 19.932.352 19.39.3 18.76c-.05-.614-.05-1.375-.05-2.327V7.567c0-.952 0-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.497-.253 1.04-.361 1.67-.413c.613-.05 1.374-.05 2.326-.05"/><path d="M4.75 8a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4A.75.75 0 0 1 4.75 8m0 4a.75.75 0 0 1 .75-.75h6.255a.75.75 0 0 1 0 1.5H5.5a.75.75 0 0 1-.75-.75m0 4a.75.75 0 0 1 .75-.75h4.562a.75.75 0 0 1 0 1.5H5.5a.75.75 0 0 1-.75-.75m15.875 1c0 .345-.28.625-.625.625h-1.375V19a.625.625 0 1 1-1.25 0v-1.375H16a.625.625 0 1 1 0-1.25h1.375V15a.625.625 0 1 1 1.25 0v1.375H20c.345 0 .625.28.625.625"/><path fill-rule="evenodd" d="M18 11.25a5.75 5.75 0 1 0 0 11.5a5.75 5.75 0 0 0 0-11.5M13.75 17a4.25 4.25 0 1 1 8.5 0a4.25 4.25 0 0 1-8.5 0" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMemoPlus(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="M6.567 1.25h5.866c.952 0 1.713 0 2.327.05c.63.052 1.172.16 1.67.413a4.25 4.25 0 0 1 1.857 1.858c.253.497.361 1.04.413 1.67c.05.613.05 1.374.05 2.326V9a.75.75 0 0 1-1.5 0V7.6c0-.992 0-1.692-.045-2.238c-.044-.537-.127-.86-.255-1.11a2.75 2.75 0 0 0-1.2-1.202c-.252-.128-.574-.21-1.111-.255c-.546-.044-1.245-.045-2.238-.045H6.6c-.992 0-1.692 0-2.238.045c-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 2.05 4.252c-.128.25-.21.573-.255 1.11c-.044.546-.045 1.246-.045 2.238v8.8c0 .992 0 1.692.045 2.238c.044.537.127.86.255 1.11a2.75 2.75 0 0 0 1.202 1.202c.25.128.573.21 1.11.255c.546.044 1.246.045 2.238.045h5.155a.75.75 0 0 1 0 1.5H6.567c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413A4.25 4.25 0 0 1 .714 20.43C.46 19.932.352 19.39.3 18.76c-.05-.614-.05-1.375-.05-2.327V7.567c0-.952 0-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.497-.253 1.04-.361 1.67-.413c.613-.05 1.374-.05 2.326-.05"/><path d="M4.75 8a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4A.75.75 0 0 1 4.75 8m0 4a.75.75 0 0 1 .75-.75h6.255a.75.75 0 0 1 0 1.5H5.5a.75.75 0 0 1-.75-.75m0 4a.75.75 0 0 1 .75-.75h4.562a.75.75 0 0 1 0 1.5H5.5a.75.75 0 0 1-.75-.75m15.875 1c0 .345-.28.625-.625.625h-1.375V19a.625.625 0 1 1-1.25 0v-1.375H16a.625.625 0 1 1 0-1.25h1.375V15a.625.625 0 1 1 1.25 0v1.375H20c.345 0 .625.28.625.625"/><path fillRule="evenodd" d="M18 11.25a5.75 5.75 0 1 0 0 11.5a5.75 5.75 0 0 0 0-11.5M13.75 17a4.25 4.25 0 1 1 8.5 0a4.25 4.25 0 0 1-8.5 0" clipRule="evenodd"/></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="M6.567 1.25h5.866c.952 0 1.713 0 2.327.05c.63.052 1.172.16 1.67.413a4.25 4.25 0 0 1 1.857 1.858c.253.497.361 1.04.413 1.67c.05.613.05 1.374.05 2.326V9a.75.75 0 0 1-1.5 0V7.6c0-.992 0-1.692-.045-2.238c-.044-.537-.127-.86-.255-1.11a2.75 2.75 0 0 0-1.2-1.202c-.252-.128-.574-.21-1.111-.255c-.546-.044-1.245-.045-2.238-.045H6.6c-.992 0-1.692 0-2.238.045c-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 2.05 4.252c-.128.25-.21.573-.255 1.11c-.044.546-.045 1.246-.045 2.238v8.8c0 .992 0 1.692.045 2.238c.044.537.127.86.255 1.11a2.75 2.75 0 0 0 1.202 1.202c.25.128.573.21 1.11.255c.546.044 1.246.045 2.238.045h5.155a.75.75 0 0 1 0 1.5H6.567c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413A4.25 4.25 0 0 1 .714 20.43C.46 19.932.352 19.39.3 18.76c-.05-.614-.05-1.375-.05-2.327V7.567c0-.952 0-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.497-.253 1.04-.361 1.67-.413c.613-.05 1.374-.05 2.326-.05"/><path d="M4.75 8a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4A.75.75 0 0 1 4.75 8m0 4a.75.75 0 0 1 .75-.75h6.255a.75.75 0 0 1 0 1.5H5.5a.75.75 0 0 1-.75-.75m0 4a.75.75 0 0 1 .75-.75h4.562a.75.75 0 0 1 0 1.5H5.5a.75.75 0 0 1-.75-.75m15.875 1c0 .345-.28.625-.625.625h-1.375V19a.625.625 0 1 1-1.25 0v-1.375H16a.625.625 0 1 1 0-1.25h1.375V15a.625.625 0 1 1 1.25 0v1.375H20c.345 0 .625.28.625.625"/><path fill-rule="evenodd" d="M18 11.25a5.75 5.75 0 1 0 0 11.5a5.75 5.75 0 0 0 0-11.5M13.75 17a4.25 4.25 0 1 1 8.5 0a4.25 4.25 0 0 1-8.5 0" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-memo-plus {
  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%22M6.567%201.25h5.866c.952%200%201.713%200%202.327.05c.63.052%201.172.16%201.67.413a4.25%204.25%200%200%201%201.857%201.858c.253.497.361%201.04.413%201.67c.05.613.05%201.374.05%202.326V9a.75.75%200%200%201-1.5%200V7.6c0-.992%200-1.692-.045-2.238c-.044-.537-.127-.86-.255-1.11a2.75%202.75%200%200%200-1.2-1.202c-.252-.128-.574-.21-1.111-.255c-.546-.044-1.245-.045-2.238-.045H6.6c-.992%200-1.692%200-2.238.045c-.537.044-.86.127-1.11.255A2.75%202.75%200%200%200%202.05%204.252c-.128.25-.21.573-.255%201.11c-.044.546-.045%201.246-.045%202.238v8.8c0%20.992%200%201.692.045%202.238c.044.537.127.86.255%201.11a2.75%202.75%200%200%200%201.202%201.202c.25.128.573.21%201.11.255c.546.044%201.246.045%202.238.045h5.155a.75.75%200%200%201%200%201.5H6.567c-.952%200-1.713%200-2.327-.05c-.63-.052-1.172-.16-1.67-.413A4.25%204.25%200%200%201%20.714%2020.43C.46%2019.932.352%2019.39.3%2018.76c-.05-.614-.05-1.375-.05-2.327V7.567c0-.952%200-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25%204.25%200%200%201%201.858-1.857c.497-.253%201.04-.361%201.67-.413c.613-.05%201.374-.05%202.326-.05%22%2F%3E%3Cpath%20d%3D%22M4.75%208a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5h-4A.75.75%200%200%201%204.75%208m0%204a.75.75%200%200%201%20.75-.75h6.255a.75.75%200%200%201%200%201.5H5.5a.75.75%200%200%201-.75-.75m0%204a.75.75%200%200%201%20.75-.75h4.562a.75.75%200%200%201%200%201.5H5.5a.75.75%200%200%201-.75-.75m15.875%201c0%20.345-.28.625-.625.625h-1.375V19a.625.625%200%201%201-1.25%200v-1.375H16a.625.625%200%201%201%200-1.25h1.375V15a.625.625%200%201%201%201.25%200v1.375H20c.345%200%20.625.28.625.625%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2011.25a5.75%205.75%200%201%200%200%2011.5a5.75%205.75%200%200%200%200-11.5M13.75%2017a4.25%204.25%200%201%201%208.5%200a4.25%204.25%200%200%201-8.5%200%22%20clip-rule%3D%22evenodd%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%22M6.567%201.25h5.866c.952%200%201.713%200%202.327.05c.63.052%201.172.16%201.67.413a4.25%204.25%200%200%201%201.857%201.858c.253.497.361%201.04.413%201.67c.05.613.05%201.374.05%202.326V9a.75.75%200%200%201-1.5%200V7.6c0-.992%200-1.692-.045-2.238c-.044-.537-.127-.86-.255-1.11a2.75%202.75%200%200%200-1.2-1.202c-.252-.128-.574-.21-1.111-.255c-.546-.044-1.245-.045-2.238-.045H6.6c-.992%200-1.692%200-2.238.045c-.537.044-.86.127-1.11.255A2.75%202.75%200%200%200%202.05%204.252c-.128.25-.21.573-.255%201.11c-.044.546-.045%201.246-.045%202.238v8.8c0%20.992%200%201.692.045%202.238c.044.537.127.86.255%201.11a2.75%202.75%200%200%200%201.202%201.202c.25.128.573.21%201.11.255c.546.044%201.246.045%202.238.045h5.155a.75.75%200%200%201%200%201.5H6.567c-.952%200-1.713%200-2.327-.05c-.63-.052-1.172-.16-1.67-.413A4.25%204.25%200%200%201%20.714%2020.43C.46%2019.932.352%2019.39.3%2018.76c-.05-.614-.05-1.375-.05-2.327V7.567c0-.952%200-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25%204.25%200%200%201%201.858-1.857c.497-.253%201.04-.361%201.67-.413c.613-.05%201.374-.05%202.326-.05%22%2F%3E%3Cpath%20d%3D%22M4.75%208a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5h-4A.75.75%200%200%201%204.75%208m0%204a.75.75%200%200%201%20.75-.75h6.255a.75.75%200%200%201%200%201.5H5.5a.75.75%200%200%201-.75-.75m0%204a.75.75%200%200%201%20.75-.75h4.562a.75.75%200%200%201%200%201.5H5.5a.75.75%200%200%201-.75-.75m15.875%201c0%20.345-.28.625-.625.625h-1.375V19a.625.625%200%201%201-1.25%200v-1.375H16a.625.625%200%201%201%200-1.25h1.375V15a.625.625%200%201%201%201.25%200v1.375H20c.345%200%20.625.28.625.625%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2011.25a5.75%205.75%200%201%200%200%2011.5a5.75%205.75%200%200%200%200-11.5M13.75%2017a4.25%204.25%200%201%201%208.5%200a4.25%204.25%200%200%201-8.5%200%22%20clip-rule%3D%22evenodd%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/memo-plus.svg?color=%231a73e8&size=48