Google Ai Edge Gallery Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Ai Edge 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/341176.svg" alt="Google Ai Edge Gallery icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341176.svg" alt="Google Ai Edge Gallery icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341176.svg" alt="Google Ai Edge Gallery icon" :width="24" :height="24" />
CSS background
.icon-google-ai-edge-gallery {
background-image: url('https://proicons.com/icon/341176.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="e" cx="13.7223" cy="34.2779" r="8.2222"/><path class="e" d="M37.2813,20.0179c-2.5688,2.5688-6.7336,2.5688-9.3024,0-2.5688-2.5688-2.5688-6.7336,0-9.3024l3.292-3.2889c2.5688-2.5688,6.7336-2.5688,9.3024,0,2.5688,2.5688,2.5688,6.7336,0,9.3024l-3.292,3.2889Z"/><path class="e" d="M41.5983,41.5979c-2.0707,2.0707-4.3922-.0736-7.3206-.0736s-5.2499,2.1443-7.3206.0736c-2.0707-2.0707.0736-4.3922.0736-7.3206s-2.1443-5.2499-.0736-7.3206c2.0707-2.0707,4.3922.0736,7.3206.0736s5.2499-2.1443,7.3206-.0736c2.0707,2.0707-.0736,4.3922-.0736,7.3206s2.1443,5.2499.0736,7.3206Z"/><path class="e" d="M13.7223,5.4999c1.4422,0,2.451,1.0925,3.7,1.8136s2.6996,1.0485,3.4207,2.2975c.7211,1.249.2794,2.6689.2794,4.1111s.4418,2.8621-.2794,4.1111c-.7211,1.249-2.1717,1.5764-3.4207,2.2975s-2.2578,1.8136-3.7,1.8136-2.451-1.0925-3.7-1.8136-2.6996-1.0485-3.4207-2.2975-.2793-2.6689-.2793-4.1111-.4418-2.8621.2793-4.1111c.7211-1.249,2.1717-1.5764,3.4207-2.2975,1.249-.7211,2.2578-1.8136,3.7-1.8136Z"/></svg>
Copied!