Gallery Alt 1 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gallery Alt 1 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/340919.svg" alt="Gallery Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340919.svg" alt="Gallery Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340919.svg" alt="Gallery Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-gallery-alt-1 {
background-image: url('https://proicons.com/icon/340919.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="c" cx="24" cy="12.7484" rx="5.5575" ry="10.2484"/><ellipse class="c" cx="31.9561" cy="16.0439" rx="10.2484" ry="5.5575" transform="translate(-1.9851 27.2955) rotate(-45)"/><ellipse class="c" cx="35.2516" cy="24" rx="10.2484" ry="5.5575"/><ellipse class="c" cx="31.9561" cy="31.9561" rx="5.5575" ry="10.2484" transform="translate(-13.2366 31.9561) rotate(-45)"/><ellipse class="c" cx="24" cy="35.2516" rx="5.5575" ry="10.2484"/><ellipse class="c" cx="16.0439" cy="31.9561" rx="10.2484" ry="5.5575" transform="translate(-17.8972 20.7045) rotate(-45)"/><ellipse class="c" cx="12.7484" cy="24" rx="10.2484" ry="5.5575"/><ellipse class="c" cx="16.0439" cy="16.0439" rx="5.5575" ry="10.2484" transform="translate(-6.6456 16.0439) rotate(-45)"/></svg>
Copied!