Audiovideomanager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Audiovideomanager 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/322181.svg" alt="Audiovideomanager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322181.svg" alt="Audiovideomanager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322181.svg" alt="Audiovideomanager icon" :width="24" :height="24" />
CSS background
.icon-audiovideomanager {
background-image: url('https://proicons.com/icon/322181.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="21.63" y="21.07" width="20.87" height="20.87" rx="2.03"/><rect class="a" x="23.99" y="23.43" width="3.71" height="3.71"/><rect class="a" x="23.99" y="36.1" width="3.71" height="3.71"/><rect class="a" x="23.99" y="29.39" width="3.71" height="4.45"/><path class="a" d="M38.67,31.27l-7.94-4.58a.41.41,0,0,0-.61.35V36.2a.41.41,0,0,0,.61.35L38.67,32A.4.4,0,0,0,38.67,31.27Z"/><path class="a" d="M28.68,9.32,17.28,6.13a2,2,0,0,0-2.58,2V27.4a6.2,6.2,0,1,0,3.2,5.43c0-.1,0-.2,0-.3h0V15.12L28.33,18a2,2,0,0,0,2.58-2V12.26A3.05,3.05,0,0,0,28.68,9.32Z"/></svg>
Copied!