Fossify Gallery Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fossify Gallery 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/326187.svg" alt="Fossify Gallery icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326187.svg" alt="Fossify Gallery icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326187.svg" alt="Fossify Gallery icon" :width="24" :height="24" />
CSS background
.icon-fossify-gallery {
background-image: url('https://proicons.com/icon/326187.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M20.52541604,21.22208929l4.87824631-6.51021957c.57148361-.76266384,1.1587677-1.68775272,2.30814171-1.68775272s1.73666.92508888,2.30814171,1.68775272l13.0514431,17.41768837c1.00761032,1.34470367.16807938,2.84632492-1.54724121,2.84632492H6.47585215c-1.71532011,0-2.55485129-1.50162125-1.54724121-2.84632492l7.70910692-10.28811836c.34748459-.46373749.89016914-1.01245308,1.7388382-1.01245308s1.39134312.5487175,1.73882771,1.01245499l6.32075882,8.43530083"/></svg>
Copied!