Fast Memo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fast Memo icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/340283.svg" alt="Fast Memo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340283.svg" alt="Fast Memo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340283.svg" alt="Fast Memo icon" :width="24" :height="24" />
CSS background
.icon-fast-memo {
background-image: url('https://proicons.com/icon/340283.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M14.8778,6.5001l-.6617,2.4696c-.4387,1.6374.5329,3.3204,2.1703,3.7591.2591.0694.5262.1046.7944.1046h19.122c2.6543,0,4.9777-1.7828,5.6647-4.3467l.5323-1.9867H14.8778Z"/><path class="c" d="M10.3198,23.5131l-4.8195,17.987h9.2073l4.2872-16h14.415c2.3594,0,4.4246-1.5847,5.0353-3.8637l.6617-2.4696H15.9848c-2.6543,0-4.9777,1.7828-5.6647,4.3467l-.0003-.0004Z"/></svg>
Copied!