Adguard Home Manager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Adguard Home Manager icon is commonly used in navigation bars, dashboards and breadcrumbs. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/321372.svg" alt="Adguard Home Manager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321372.svg" alt="Adguard Home Manager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321372.svg" alt="Adguard Home Manager icon" :width="24" :height="24" />
CSS background
.icon-adguard-home-manager {
background-image: url('https://proicons.com/icon/321372.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m23.1281,18.2131l-7.5131,3.0953v7.6294c0,4.0884,8.385,7.9927,8.385,7.9927,0,0,8.385-3.9043,8.385-7.9927v-7.6294l-7.5131-3.0953c-.558-.2325-1.1858-.2325-1.7439,0Z"/><polyline class="c" points="20.7351 27.0437 23.6318 29.9211 28.2918 23.9339"/><path class="c" d="m41.9727,20.7037L25.9452,6.4089c-1.1083-.9885-2.7818-.9885-3.8901,0L6.0273,20.7036c-1.0746.9584-.3967,2.7371,1.0433,2.7371h2.0508v16.617c0,1.2563,1.0185,2.2748,2.2748,2.2748h25.2081c1.2563,0,2.2748-1.0185,2.2748-2.2748v-16.617h2.0505c1.4399,0,2.1179-1.7787,1.0433-2.7371Z"/></svg>
Copied!