Google Admin Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Admin 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/341174.svg" alt="Google Admin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341174.svg" alt="Google Admin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341174.svg" alt="Google Admin icon" :width="24" :height="24" />
CSS background
.icon-google-admin {
background-image: url('https://proicons.com/icon/341174.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="m32.0705,5.6625H15.9295c-1.5573,0-2.9964.8308-3.7751,2.1795l-8.0705,13.9785c-.7787,1.3487-.7787,3.0104,0,4.3591l8.0705,13.9785c.7787,1.3487,2.2177,2.1795,3.7751,2.1795h16.1409c1.5573,0,2.9964-.8308,3.7751-2.1795l8.0705-13.9785c.7787-1.3487.7787-3.0104,0-4.3591l-8.0705-13.9785c-.7787-1.3487-2.2177-2.1795-3.7751-2.1795Z"/><polyline class="c" points="7.3204 31.7851 19.5053 31.7851 19.5053 31.7851 25.5978 42.3375"/><polyline class="c" points="39.0819 13.4475 32.9894 24 39.0819 34.5525"/><polyline class="c" points="7.3204 16.2149 19.5053 16.2149 19.5053 16.2149 25.5978 5.6625"/><polygon class="c" points="28.4947 16.2149 19.5053 16.2149 15.0106 24 19.5053 31.7851 28.4947 31.7851 32.9894 24 28.4947 16.2149"/></svg>
Copied!