Audire Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Audire 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/336741.svg" alt="Audire icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336741.svg" alt="Audire icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336741.svg" alt="Audire icon" :width="24" :height="24" />
CSS background
.icon-audire {
background-image: url('https://proicons.com/icon/336741.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><rect class="c" x="20.1091" y="8.9971" width="16.4409" height="22.9331" rx="4.9144" ry="4.9144" transform="translate(22.7675 -14.0383) rotate(45)"/><rect class="c" x="7.9333" y="29.3299" width="16.4409" height="6.6192" rx="3.3096" ry="3.3096" transform="translate(27.8109 -1.8625) rotate(45)"/><line class="c" x1="24.5856" y1="12.5821" x2="36.211" y2="24.2076"/><path class="c" d="m29.9755,30.4505c4.7379,2.0609,9.0402-.9986,12.5245-6.3419"/><path class="c" d="m5.5,25.9569c3.8349-5.524,7.8398-8.7746,12.3652-6.6394"/></svg>
Copied!