Av Controller Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Av Controller 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/322240.svg" alt="Av Controller icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322240.svg" alt="Av Controller icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322240.svg" alt="Av Controller icon" :width="24" :height="24" />
CSS background
.icon-av-controller {
background-image: url('https://proicons.com/icon/322240.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"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M21.1045,42.5351c1.3686-.0017,2.4773-1.1114,2.4779-2.48,0-1.3698-1.1091-2.48-2.4779-2.48s-2.4148,1.1123-2.4768,2.4811c-.163,3.5828,2.7912,5.0935,5.5634,4.1863,1.742-.5698,3.4346-2.0132,3.2485-4.0654-1.1081-12.2392-2.3044-19.2902-3.3704-28.9442-.5908-5.349,2.952-9.8191,5.1986-6.7073.8431,1.168.2407,6.7241-2.8837,9.5121-3.2979,2.9436-6.0008,4.2935-7.8784,7.9268-2.4285,4.6982-1.6926,10.9166,4.7918,12.1361,4.2924.8074,10.7884-5.7979,5.4825-10.001-3.894-3.0845-10.0903,4.1694-5.0767,6.8502"/></svg>
Copied!