Agov Access Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Agov Access 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/321456.svg" alt="Agov Access icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321456.svg" alt="Agov Access icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321456.svg" alt="Agov Access icon" :width="24" :height="24" />
CSS background
.icon-agov-access {
background-image: url('https://proicons.com/icon/321456.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"><rect x="8.2708" y="17.7587" width="31.4584" height="24.7413" rx="4.1287" ry="4.1287" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><rect x="15.5477" y="21.677" width="16.9047" height="16.9047" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><polyline points="32.4523 31.3048 28.4128 31.3048 28.4128 34.5428 19.5875 34.5428 19.5875 25.7174 28.4128 25.7174 28.4128 27.2746" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M14.619,17.7587v-2.8777c0-5.181,4.2-9.381,9.381-9.381s9.381,4.2,9.381,9.381v2.8777" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!