Galeria Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Galeria 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/340914.svg" alt="Galeria icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340914.svg" alt="Galeria icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340914.svg" alt="Galeria icon" :width="24" :height="24" />
CSS background
.icon-galeria {
background-image: url('https://proicons.com/icon/340914.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="M29.4883,33.506c6.1751,2.3686,11.0727,2.8094,12.2653.744S40.1153,28.1634,34.9765,24c5.1388-4.1634,7.9694-8.1845,6.7771-10.25-.74-1.282-2.9078-1.5984-5.9222-1.0877"/><path class="a" d="M13.0235,24c-5.1388,4.1635-7.9694,8.1847-6.7771,10.25s6.09,1.6246,12.2653-.744C19.548,40.038,21.6151,44.5,24,44.5c1.4883,0,2.8529-1.7377,3.92-4.6318"/><path class="a" d="M29.4883,14.494C28.452,7.9619,26.3849,3.5,24,3.5s-4.452,4.4619-5.4883,10.994C12.3366,12.1254,7.439,11.6846,6.2464,13.75c-.726,1.2576.0395,3.24,1.9094,5.5386"/></svg>
Copied!