memo plus icon
memo-plus-filled from Reicon by REICON · Filled · Notes · MIT Free for personal and commercial use.
- Name
- memo-plus-filled
- Set
- Reicon
- Style
- Filled
- 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" fill-rule="evenodd" clip-rule="evenodd"><path d="M12.433 1.25H6.567c-.952 0-1.713 0-2.327.05c-.63.052-1.172.16-1.67.413A4.25 4.25 0 0 0 .714 3.571C.46 4.068.352 4.61.3 5.24C.25 5.853.25 6.614.25 7.566v8.866c0 .952 0 1.713.05 2.327c.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.858 1.857c.497.253 1.04.361 1.67.413c.613.05 1.374.05 2.326.05h5.188a.75.75 0 0 0 .585-1.22A7.25 7.25 0 0 1 18 9.75a.75.75 0 0 0 .75-.75V7.567c0-.952 0-1.713-.05-2.327c-.052-.63-.16-1.172-.413-1.67a4.25 4.25 0 0 0-1.857-1.857c-.498-.253-1.04-.361-1.67-.413c-.614-.05-1.375-.05-2.327-.05M4.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 8m.75 3.25a.75.75 0 0 0 0 1.5h5.721a8 8 0 0 1 1.217-1.5zm4.504 5.5q.025-.772.188-1.5H5.5a.75.75 0 0 0 0 1.5z"/><path d="M12.25 17a5.75 5.75 0 1 1 11.5 0a5.75 5.75 0 0 1-11.5 0M18 19.625a.625.625 0 0 1-.625-.625v-1.375H16a.625.625 0 1 1 0-1.25h1.375V15a.625.625 0 1 1 1.25 0v1.375H20a.625.625 0 1 1 0 1.25h-1.375V19c0 .345-.28.625-.625.625"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMemoPlusFilled(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" fillRule="evenodd" clipRule="evenodd"><path d="M12.433 1.25H6.567c-.952 0-1.713 0-2.327.05c-.63.052-1.172.16-1.67.413A4.25 4.25 0 0 0 .714 3.571C.46 4.068.352 4.61.3 5.24C.25 5.853.25 6.614.25 7.566v8.866c0 .952 0 1.713.05 2.327c.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.858 1.857c.497.253 1.04.361 1.67.413c.613.05 1.374.05 2.326.05h5.188a.75.75 0 0 0 .585-1.22A7.25 7.25 0 0 1 18 9.75a.75.75 0 0 0 .75-.75V7.567c0-.952 0-1.713-.05-2.327c-.052-.63-.16-1.172-.413-1.67a4.25 4.25 0 0 0-1.857-1.857c-.498-.253-1.04-.361-1.67-.413c-.614-.05-1.375-.05-2.327-.05M4.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 8m.75 3.25a.75.75 0 0 0 0 1.5h5.721a8 8 0 0 1 1.217-1.5zm4.504 5.5q.025-.772.188-1.5H5.5a.75.75 0 0 0 0 1.5z"/><path d="M12.25 17a5.75 5.75 0 1 1 11.5 0a5.75 5.75 0 0 1-11.5 0M18 19.625a.625.625 0 0 1-.625-.625v-1.375H16a.625.625 0 1 1 0-1.25h1.375V15a.625.625 0 1 1 1.25 0v1.375H20a.625.625 0 1 1 0 1.25h-1.375V19c0 .345-.28.625-.625.625"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12.433 1.25H6.567c-.952 0-1.713 0-2.327.05c-.63.052-1.172.16-1.67.413A4.25 4.25 0 0 0 .714 3.571C.46 4.068.352 4.61.3 5.24C.25 5.853.25 6.614.25 7.566v8.866c0 .952 0 1.713.05 2.327c.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.858 1.857c.497.253 1.04.361 1.67.413c.613.05 1.374.05 2.326.05h5.188a.75.75 0 0 0 .585-1.22A7.25 7.25 0 0 1 18 9.75a.75.75 0 0 0 .75-.75V7.567c0-.952 0-1.713-.05-2.327c-.052-.63-.16-1.172-.413-1.67a4.25 4.25 0 0 0-1.857-1.857c-.498-.253-1.04-.361-1.67-.413c-.614-.05-1.375-.05-2.327-.05M4.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 8m.75 3.25a.75.75 0 0 0 0 1.5h5.721a8 8 0 0 1 1.217-1.5zm4.504 5.5q.025-.772.188-1.5H5.5a.75.75 0 0 0 0 1.5z"/><path d="M12.25 17a5.75 5.75 0 1 1 11.5 0a5.75 5.75 0 0 1-11.5 0M18 19.625a.625.625 0 0 1-.625-.625v-1.375H16a.625.625 0 1 1 0-1.25h1.375V15a.625.625 0 1 1 1.25 0v1.375H20a.625.625 0 1 1 0 1.25h-1.375V19c0 .345-.28.625-.625.625"/></g></svg> </template>
CSS
.icon-memo-plus-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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12.433%201.25H6.567c-.952%200-1.713%200-2.327.05c-.63.052-1.172.16-1.67.413A4.25%204.25%200%200%200%20.714%203.571C.46%204.068.352%204.61.3%205.24C.25%205.853.25%206.614.25%207.566v8.866c0%20.952%200%201.713.05%202.327c.052.63.16%201.172.413%201.67a4.25%204.25%200%200%200%201.858%201.857c.497.253%201.04.361%201.67.413c.613.05%201.374.05%202.326.05h5.188a.75.75%200%200%200%20.585-1.22A7.25%207.25%200%200%201%2018%209.75a.75.75%200%200%200%20.75-.75V7.567c0-.952%200-1.713-.05-2.327c-.052-.63-.16-1.172-.413-1.67a4.25%204.25%200%200%200-1.857-1.857c-.498-.253-1.04-.361-1.67-.413c-.614-.05-1.375-.05-2.327-.05M4.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%208m.75%203.25a.75.75%200%200%200%200%201.5h5.721a8%208%200%200%201%201.217-1.5zm4.504%205.5q.025-.772.188-1.5H5.5a.75.75%200%200%200%200%201.5z%22%2F%3E%3Cpath%20d%3D%22M12.25%2017a5.75%205.75%200%201%201%2011.5%200a5.75%205.75%200%200%201-11.5%200M18%2019.625a.625.625%200%200%201-.625-.625v-1.375H16a.625.625%200%201%201%200-1.25h1.375V15a.625.625%200%201%201%201.25%200v1.375H20a.625.625%200%201%201%200%201.25h-1.375V19c0%20.345-.28.625-.625.625%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12.433%201.25H6.567c-.952%200-1.713%200-2.327.05c-.63.052-1.172.16-1.67.413A4.25%204.25%200%200%200%20.714%203.571C.46%204.068.352%204.61.3%205.24C.25%205.853.25%206.614.25%207.566v8.866c0%20.952%200%201.713.05%202.327c.052.63.16%201.172.413%201.67a4.25%204.25%200%200%200%201.858%201.857c.497.253%201.04.361%201.67.413c.613.05%201.374.05%202.326.05h5.188a.75.75%200%200%200%20.585-1.22A7.25%207.25%200%200%201%2018%209.75a.75.75%200%200%200%20.75-.75V7.567c0-.952%200-1.713-.05-2.327c-.052-.63-.16-1.172-.413-1.67a4.25%204.25%200%200%200-1.857-1.857c-.498-.253-1.04-.361-1.67-.413c-.614-.05-1.375-.05-2.327-.05M4.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%208m.75%203.25a.75.75%200%200%200%200%201.5h5.721a8%208%200%200%201%201.217-1.5zm4.504%205.5q.025-.772.188-1.5H5.5a.75.75%200%200%200%200%201.5z%22%2F%3E%3Cpath%20d%3D%22M12.25%2017a5.75%205.75%200%201%201%2011.5%200a5.75%205.75%200%200%201-11.5%200M18%2019.625a.625.625%200%200%201-.625-.625v-1.375H16a.625.625%200%201%201%200-1.25h1.375V15a.625.625%200%201%201%201.25%200v1.375H20a.625.625%200%201%201%200%201.25h-1.375V19c0%20.345-.28.625-.625.625%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-filled.svg?color=%231a73e8&size=48