Ai Gallery Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ai 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/321472.svg" alt="Ai Gallery icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321472.svg" alt="Ai Gallery icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321472.svg" alt="Ai Gallery icon" :width="24" :height="24" />
CSS background
.icon-ai-gallery {
background-image: url('https://proicons.com/icon/321472.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M18.25,18.0882l9.9756,18.2505c.9561,1.7492,1.1131,3.1695-.8831,3.1726L6.3775,39.544c-1.35.0021-2.43-.8761-1.57-2.453L15.1757,18.0882C16.3223,15.9867,17.7365,17.1484,18.25,18.0882Z"/><path class="a" d="M25.0422,30.5142l6.5851-8.8282L43.5,39.4459l-16.1573.0654"/><path class="a" d="M16.5821,21.8168l-4.1865,9.3215,8.7.0654Z"/><path class="a" d="M8.8635,39.54,10.27,35.6846h12.494l2.0283,3.8307"/><path class="a" d="M31.6273,21.686V39.4942"/><path class="a" d="M35,26.731V39.48"/><circle class="a" cx="32.1507" cy="12.5607" r="4.1047"/></svg>
Copied!