Memories Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Memories 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/329067.svg" alt="Memories icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329067.svg" alt="Memories icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329067.svg" alt="Memories icon" :width="24" :height="24" />
CSS background
.icon-memories {
background-image: url('https://proicons.com/icon/329067.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="7.4923" y="8.0036" width="25.3299" height="33.3992" rx="2.7254" ry="2.7254"/><path class="b" d="M32.538,9.5233l.4765.1207.0095.0032.0032.0032,3.0051.7656c.737.1874,1.3247.6576,1.6773,1.2643.3526.5972.4765,1.3278.2891,2.0521l-5.1779,20.2828"/><path class="b" d="M29.8283,42.4808l.0032-.0032c.467-.2732.8513-.6862,1.0864-1.2008"/><path class="b" d="M7.4934,37.3569c-.8196-.648-1.2262-1.7376-.9498-2.8145l.27-1.0546v-.0032l.6798-2.662"/><path class="b" d="M13.3193,8.0048l.1366-.54c.3748-1.4581,1.8583-2.3412,3.3164-1.9663l1.4422.3685,8.3736,2.1379"/><polyline class="b" points="33.0145 9.644 33.024 9.6472 33.0272 9.6503"/><path class="b" d="M30.4096,41.3881l-.2033.4701c-.0985.2287-.2255.4352-.3748.6194l-.0032.0032c-.7465.9339-2.0521,1.2929-3.2052.7942l-4.317-1.871"/><path class="b" d="M37.7095,11.6802l2.1887.9466c1.3818.6004,2.0172,2.2046,1.42,3.5832l-8.4975,19.6125"/><path class="b" d="M18.2145,5.867c.6798-1.1881,2.1569-1.6995,3.4435-1.1404l7.5699,3.2783"/><rect class="b" x="9.8734" y="11.1432" width="20.5677" height="23.1326" rx="1.8621" ry="1.8621"/><circle class="b" cx="20.1573" cy="22.5561" r="7.5"/><polygon class="b" points="22.3211 18.8084 17.9935 18.8084 15.8297 22.5561 17.9935 26.3038 22.3211 26.3038 24.4849 22.5561 22.3211 18.8084"/><line class="b" x1="24.4849" y1="22.5561" x2="26.6543" y2="26.3137"/><line class="b" x1="13.666" y1="18.8084" x2="15.8297" y2="22.5561"/><line class="b" x1="20.1573" y1="15.0562" x2="17.9935" y2="18.8083"/><line class="b" x1="22.3211" y1="26.3039" x2="20.1573" y2="30.0561"/><line class="b" x1="17.9935" y1="26.3039" x2="13.66" y2="26.3039"/><line class="b" x1="22.3211" y1="18.8083" x2="26.6543" y2="18.8083"/></svg>
Copied!