Photosgallery Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Photosgallery 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/331221.svg" alt="Photosgallery icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331221.svg" alt="Photosgallery icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331221.svg" alt="Photosgallery icon" :width="24" :height="24" />
CSS background
.icon-photosgallery {
background-image: url('https://proicons.com/icon/331221.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>.n{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="f" class="n" d="M31.31616369,36.39614814s-6.10350258,7.40428873-16.42954452-2.999931c0,0,10.00444761-7.32223072,16.42954452,2.999931Z"/><path id="g" class="n" d="M25.59813084,28.93457944s-5.78452424,6.28412547-15.02840583-3.02973878c0,0,9.27665663-6.21066528,15.02840583,3.02973878Z"/><path id="h" class="n" d="M18.97727519,21.96689657s-4.85814892,5.89352261-13.07727743-2.38782944c0,0,7.96315258-5.82821222,13.07727743,2.38782944Z"/><path id="i" class="n" d="M26.36191855,31.71638353s.69275452-9.90437677,5.19905109-10.80649414c0,0,8.66535278,7.25273402-.24480595,15.48625875"/><path id="j" class="n" d="M19.79051835,24s.92910782-6.89719626,4.9477183-8.33942595c0,0,6.65857406,6.24969032.85989419,13.27400539"/><path id="k" class="n" d="M15.28615168,18.36370197s-.8238247-6.97664103,4.62517408-8.25839888c0,0,5.81964907,5.71150897-.93405058,11.86159347"/><path id="l" class="n" d="M16.22690631,12.93726938c-2.03898869-3.19666461-4.6654783-4.56871141-7.77002281-4.24844969-.42357585,1.60060381-.85479056,5.12872417,1.83470954,9.04479116"/><path id="m" class="n" d="M31.31616369,36.39614814s4.02455064,6.42777544,11.18383631,1.37080292"/></svg>
Copied!