Photoprism Gallery Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Photoprism 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/345777.svg" alt="Photoprism Gallery icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345777.svg" alt="Photoprism Gallery icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345777.svg" alt="Photoprism Gallery icon" :width="24" :height="24" />
CSS background
.icon-photoprism-gallery {
background-image: url('https://proicons.com/icon/345777.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="m21.4789,12.6509c4.4077-2.3395,10.0721-4.1762,16.3312-4.9946m3.3918,4.3328c-.8661,4.8924-2.6903,10.0993-6.0639,15.0962,3.4542-5.3158,3.2828-12.0778,2.6721-19.4301l3.3918,4.3339c-7.9891-1.8162-13.6307-2.0637-19.723.6618m-.0568-8.5181l6.871-1.1329c-6.955,4.5939-12.2095,9.7031-14.5138,15.6149m-1.0909-12.8248l-4.2602,5.6008m21.5131,22.487c-1.8071,1.0976-3.8815,1.6765-5.9958,1.6732M28.2931,3c3.4122,4.7278,5.7631,11.1152,6.51,16.565-3.8799-8.1877-15.0088-12.5126-22.1147-13.7749-1.4757,7.2092-1.3258,13.7737-.1794,19.9443m22.2941-6.1695c-2.8605-9.3535-17.9976-9.1662-26.3749-8.173m0,0c.8309,5.1808,2.0716,9.9143,4.0808,14.3424-.0879-.5797-.1319-1.1652-.1317-1.7515,0-2.9661,1.117-5.6711,2.9514-7.7189m0,0c2.1923-2.4526,5.3272-3.853,8.6168-3.8492-6.913-.6958-13.9054,2.5643-20.2213,6.5066m-.3576,8.1957c5.3998,3.7301,12.163,8.2729,20.58,8.4341M3.7231,18.9214l-.3576,8.1957c3.3268-4.2846,7.3747-7.9568,11.9621-10.8519m5.401,18.833c-2.7667-.8035-5.1352-2.6083-6.6439-5.0627-5.0797-3.5405-7.4964-6.7881-10.3615-11.1141m28.3477,13.297c-.6429.6345-1.3575,1.1918-2.1295,1.6607-4.4724,3.4168-10.5579,5.7631-17.8648,6.6065m0,0l-5.4305-6.1116m0,0c1.9365-7.1377,3.7914-12.6375,8.6838-18.1099m-2.8208,9.4704c-.8627,4.981-.9842,9.1639-.4314,14.7511m11.8678-4.9344c-1.0879.001-2.1705-.1515-3.2158-.4529-2.5609,1.1522-9.4909.3485-14.0836-.7242m19.8172,10.626l-6.6916-1.5063m0,0c-3.1216-4.7358-5.5417-8.988-5.6848-13.457m21.4291-6.0537c.004,3.0961-1.2371,6.0638-3.444,8.2354-3.9537,3.8175-6.6473,8.1457-12.3003,11.2753m-7.2615-17.7592c.2372,1.5574.7832,3.0138,1.5778,4.3022,3.0705,5.3749,6.3908,10.273,12.3752,14.9633m14.8022-8.2922l-5.8176,3.8697m0,0c-5.7199-1.0818-10.1424-3.3498-14.717-5.4793m3.2158-22.6834c2.8356,0,5.4316,1.0194,7.4431,2.713,6.5134,5.2398,8.6679,14.0916,9.8757,21.5801-6.8483,1.1453-14.2664-.0704-20.5346-1.6096m-6.9504-16.4833c1.7901-5.922,4.0025-9.7917,7.6417-14.4821,6.3692,4.6166,11.2753,10.6476,13.3821,15.4322,1.9729,7.1264,2.3838,14.1892.6436,21.0114m9.1866-18.9l-.42,5.6598m0,0c-3.5223,2.9184-8.9903,5.2682-14.2721,6.5429m1.4473-18.7524c1.7799-.6096,8.5544,3.4383,13.2448,6.5497-3.5904,4.9991-8.2479,9.2377-14.6921,12.2027m-3.4803,11.1209c6.2921-6.6553,9.7939-17.7876,9.0527-21.017.0032-3.4173-1.5078-6.6604-4.1262-8.8563,5.5905,2.209,9.6225,7.4238,12.8248,12.2095"/></svg>
Copied!