Memento Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Memento 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/343622.svg" alt="Memento icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343622.svg" alt="Memento icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343622.svg" alt="Memento icon" :width="24" :height="24" />
CSS background
.icon-memento {
background-image: url('https://proicons.com/icon/343622.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><polygon class="c" points="42.5 10.81 42.5 34.31 34.31 42.5 9.6 42.5 9.6 10.81 42.5 10.81"/><polyline class="c" points="9.6 36.49 5.5 36.49 5.5 5.5 37.68 5.5 37.68 10.81"/><line class="c" x1="14.617" y1="16.5319" x2="36.617" y2="16.5319"/><line class="c" x1="14.617" y1="26.4468" x2="36.617" y2="26.4468"/><line class="c" x1="14.617" y1="21.4894" x2="25.8085" y2="21.4894"/><line class="c" x1="14.617" y1="31.4043" x2="25.8085" y2="31.4043"/><line class="c" x1="20.68" y1="36.36" x2="18.72" y2="36.36"/><line class="c" x1="24.79" y1="36.36" x2="22.81" y2="36.36"/><line class="c" x1="16.6" y1="36.36" x2="14.62" y2="36.36"/><polyline class="c" points="34.3138 42.5 34.3138 34.3138 42.5 34.3138"/></svg>
Copied!