Simplegallery Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Simplegallery 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/347334.svg" alt="Simplegallery icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347334.svg" alt="Simplegallery icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347334.svg" alt="Simplegallery icon" :width="24" :height="24" />
CSS background
.icon-simplegallery {
background-image: url('https://proicons.com/icon/347334.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M13,29.44A12.28,12.28,0,1,1,31.34,18.75h0a12.26,12.26,0,0,1-2.24,7.07"/><path class="a" d="M23.72,20.74l-3.27,4.34-1.3-1.71a1,1,0,0,0-1.55,0L5.82,39a1.58,1.58,0,0,0,1.26,2.53H32.84l0,0h8.1A1.58,1.58,0,0,0,42.18,39L32.81,26.54a1,1,0,0,0-1.56,0l-.8,1.07-5.18-6.87A1,1,0,0,0,23.72,20.74Z"/></svg>
Copied!