Google Accessibility Scanner Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Accessibility Scanner 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/341173.svg" alt="Google Accessibility Scanner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341173.svg" alt="Google Accessibility Scanner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341173.svg" alt="Google Accessibility Scanner icon" :width="24" :height="24" />
CSS background
.icon-google-accessibility-scanner {
background-image: url('https://proicons.com/icon/341173.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><path class="c" d="M21.9325,6.9053l-14.9823,10.8853c-1.2328.8957-1.7487,2.4834-1.2778,3.9326l5.7227,17.6128c.4709,1.4493,1.8214,2.4305,3.3453,2.4305h18.5192c1.5238,0,2.8744-.9812,3.3453-2.4305l5.7227-17.6128c.4709-1.4493-.045-3.0369-1.2778-3.9326l-14.9823-10.8853c-1.2328-.8957-2.9022-.8957-4.135,0Z"/><polyline class="c" points="14.7747 25.4418 20.8282 31.4122 32.6305 19.6692"/></svg>
Copied!