Breeno Memory Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Breeno Memory 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/337511.svg" alt="Breeno Memory icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337511.svg" alt="Breeno Memory icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337511.svg" alt="Breeno Memory icon" :width="24" :height="24" />
CSS background
.icon-breeno-memory {
background-image: url('https://proicons.com/icon/337511.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M28.5048,5.0603c-7.8331-1.2805-15.2879,1.7991-17.4123,10.2109l-5.1232,2.7724c-.9233.4996-1.6084,1.9657-1.053,2.9512.8253,1.4644,1.8679,1.9594,1.4823,3.1316-.4322,1.3136-.9857,1.8921-1.4369,3.3302-1.9461,6.2024,2.622,6.5382,7.0272,8.1026,2.751.977,4.0908,4.1493,5.1349,7.2211M33.7979,43.2188l-2.5954-4.181c-.677-1.0905.1377-2.8767,1.3877-3.31,6.3996-2.2189,9.9063-6.8807,9.7044-14.729M28.1241,12.5836c1.412-.4573,2.9499-1.0205,4.0998-2.1742,1.1498-1.1537,1.7131-2.6917,2.1703-4.1036.1677-.5178.6565-.8223,1.0066-.8223s.8389.3045,1.0066.8223c.4572,1.412,1.0205,2.9499,2.1703,4.1036s2.6878,1.7169,4.0998,2.1742c.5178.1677.8223.6565.8223,1.0066s-.3045.8389-.8223,1.0066c-1.412.4573-2.9499,1.0205-4.0998,2.1742s-1.7131,2.6917-2.1703,4.1036c-.1677.5178-.6565.8223-1.0066.8223s-.8389-.3045-1.0066-.8223c-.4572-1.412-1.0205-2.9499-2.1703-4.1036-1.1498-1.1537-2.6878-1.7169-4.0998-2.1742-.5178-.1677-.8222-.6565-.8222-1.0066s.3045-.8389.8222-1.0066"/></svg>
Copied!