memo icon
memo from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.
- Name
- memo
- Set
- Element Plus
- Style
- Outline
- Viewbox
- 1024×1024
- License
- MIT
The same icon in other sets
Use the memo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M480 320h192q32 0 32-32c0-32-10.7-32-32-32H480q-32 0-32 32c0 32 10.7 32 32 32"/><path fill="currentColor" d="M887 73q-9-9-23-9H160q-14 0-23 9t-9 23v832q0 14 9 23c9 9 13.7 9 23 9h704q14 0 23-9c9-9 9-13.7 9-23V96q0-14-9-23M192 896V128h96v768zm640 0H352V128h480z"/><path fill="currentColor" d="M480 512h192q32 0 32-32c0-32-10.7-32-32-32H480q-32 0-32 32c0 32 10.7 32 32 32m0 192h192q32 0 32-32c0-32-10.7-32-32-32H480q-32 0-32 32c0 32 10.7 32 32 32"/></svg>
React
import type { SVGProps } from "react";
export function EpMemo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M480 320h192q32 0 32-32c0-32-10.7-32-32-32H480q-32 0-32 32c0 32 10.7 32 32 32"/><path fill="currentColor" d="M887 73q-9-9-23-9H160q-14 0-23 9t-9 23v832q0 14 9 23c9 9 13.7 9 23 9h704q14 0 23-9c9-9 9-13.7 9-23V96q0-14-9-23M192 896V128h96v768zm640 0H352V128h480z"/><path fill="currentColor" d="M480 512h192q32 0 32-32c0-32-10.7-32-32-32H480q-32 0-32 32c0 32 10.7 32 32 32m0 192h192q32 0 32-32c0-32-10.7-32-32-32H480q-32 0-32 32c0 32 10.7 32 32 32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M480 320h192q32 0 32-32c0-32-10.7-32-32-32H480q-32 0-32 32c0 32 10.7 32 32 32"/><path fill="currentColor" d="M887 73q-9-9-23-9H160q-14 0-23 9t-9 23v832q0 14 9 23c9 9 13.7 9 23 9h704q14 0 23-9c9-9 9-13.7 9-23V96q0-14-9-23M192 896V128h96v768zm640 0H352V128h480z"/><path fill="currentColor" d="M480 512h192q32 0 32-32c0-32-10.7-32-32-32H480q-32 0-32 32c0 32 10.7 32 32 32m0 192h192q32 0 32-32c0-32-10.7-32-32-32H480q-32 0-32 32c0 32 10.7 32 32 32"/></svg> </template>
CSS
.icon-memo {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%20320h192q32%200%2032-32c0-32-10.7-32-32-32H480q-32%200-32%2032c0%2032%2010.7%2032%2032%2032%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M887%2073q-9-9-23-9H160q-14%200-23%209t-9%2023v832q0%2014%209%2023c9%209%2013.7%209%2023%209h704q14%200%2023-9c9-9%209-13.7%209-23V96q0-14-9-23M192%20896V128h96v768zm640%200H352V128h480z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%20512h192q32%200%2032-32c0-32-10.7-32-32-32H480q-32%200-32%2032c0%2032%2010.7%2032%2032%2032m0%20192h192q32%200%2032-32c0-32-10.7-32-32-32H480q-32%200-32%2032c0%2032%2010.7%2032%2032%2032%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%20320h192q32%200%2032-32c0-32-10.7-32-32-32H480q-32%200-32%2032c0%2032%2010.7%2032%2032%2032%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M887%2073q-9-9-23-9H160q-14%200-23%209t-9%2023v832q0%2014%209%2023c9%209%2013.7%209%2023%209h704q14%200%2023-9c9-9%209-13.7%209-23V96q0-14-9-23M192%20896V128h96v768zm640%200H352V128h480z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%20512h192q32%200%2032-32c0-32-10.7-32-32-32H480q-32%200-32%2032c0%2032%2010.7%2032%2032%2032m0%20192h192q32%200%2032-32c0-32-10.7-32-32-32H480q-32%200-32%2032c0%2032%2010.7%2032%2032%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/memo.svg?color=%231a73e8&size=48