Audiorelay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Audiorelay 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/336736.svg" alt="Audiorelay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336736.svg" alt="Audiorelay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336736.svg" alt="Audiorelay icon" :width="24" :height="24" />
CSS background
.icon-audiorelay {
background-image: url('https://proicons.com/icon/336736.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m13.3503,12.5476l-.3166,13.2821-2.9483,2.9483c-.7805.7805-.7805,2.0459,0,2.8263l7.0872,7.0872c.7805.7805,2.0459.7805,2.8263,0l2.9483-2.9483,13.2821-.3166c2.8679,0,2.8432-1.8018.9093-3.7356L17.0865,11.6389c-1.3529-1.3529-3.6823-1.3314-3.7356.9093l-.0006-.0006Z"/><path class="b" d="m37.7302,22.5502c-.0005-.0106-.001-.0212-.0015-.0318-.1432-4.5188-3.0841-8.8169-7.275-10.5392-1.3476-.5898-2.7903-.8998-4.2398-.9473"/><path class="b" d="m33.7431,22.701c-.1183-3.2994-2.458-6.4387-5.6755-7.3419-.6541-.2046-1.3286-.3148-2.0042-.3369"/></svg>
Copied!