1gallery Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 1gallery 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/335713.svg" alt="1gallery icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335713.svg" alt="1gallery icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335713.svg" alt="1gallery icon" :width="24" :height="24" />
CSS background
.icon-1gallery {
background-image: url('https://proicons.com/icon/335713.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m37.1161,23.4229h-9.9557c-1.4264,0-2.5827-1.1563-2.5827-2.5827v-9.9557c0-1.4264,1.1563-2.5827,2.5827-2.5827h9.9557c1.4264,0,2.5827,1.1563,2.5827,2.5827v9.9557c0,1.4264-1.1563,2.5827-2.5827,2.5827Z"/><path class="b" d="m23.3349,26.4888c-.235-.8884-.9354-1.5887-1.8237-1.819-.2162-.0611-.4418-.094-.6721-.094h-9.9553c-1.4242,0-2.5805,1.1563-2.5805,2.5852v9.9553c0,1.4242,1.1563,2.5805,2.5805,2.5805h8.9071"/><path class="b" d="m22.1833,22.1833c.8837.235,1.8378-.0235,2.4865-.6721"/><path class="b" d="m12.5053,12.5053l4.4559-7.7132c.7144-1.2362,2.2938-1.6592,3.5299-.9448l7.7179,4.4559"/><path class="b" d="m25.8167,25.8167c-.8837-.235-1.8331.0235-2.4818.6721-.1598.1551-.2961.3337-.4136.5358l-4.9776,8.6251c-.7144,1.2315-.2914,2.8108.9448,3.5252l.9025.5217,7.7179,4.4559c1.2362.7145,2.8155.2914,3.5299-.9448l4.4559-7.7132"/><path class="b" d="m8.3033,28.2091l-4.4559-7.7179c-.7144-1.2362-.2914-2.8155.9448-3.5299l7.7132-4.4559.9072-.5217c1.2362-.7097,2.8155-.2867,3.5299.9448l4.9776,8.6251c.1175.2021.2021.4136.2632.6298.235.8837-.0235,1.8378-.6721,2.4865"/><path class="b" d="m26.4888,23.3349c-.6486.6486-.9072,1.5981-.6721,2.4818.0611.2162.1457.4277.2632.6298l4.9776,8.6251c.7144,1.2362,2.2938,1.6592,3.5299.9448l.9072-.5217,7.7132-4.4559c1.2362-.7144,1.6592-2.2938.9448-3.5299l-4.4559-7.7179"/><path class="b" d="m32.1382,12.9235c-2.0774,0-3.8887,1.1798-4.8763,2.934.9876,1.7542,2.7989,2.934,4.8763,2.934s3.8887-1.1798,4.8763-2.934c-.9876-1.7542-2.7989-2.934-4.8763-2.934Z"/><circle class="b" cx="32.1382" cy="15.8576" r="1.6577"/><line class="b" x1="33.3104" y1="14.6854" x2="30.966" y2="17.0298"/></svg>
Copied!