Audiometer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Audiometer 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/336735.svg" alt="Audiometer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336735.svg" alt="Audiometer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336735.svg" alt="Audiometer icon" :width="24" :height="24" />
CSS background
.icon-audiometer {
background-image: url('https://proicons.com/icon/336735.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:#fff;stroke-linecap:round;}</style></defs><path class="a" d="M6.63,36.5H41.37a.12.12,0,0,1,.13.12v6.76a.12.12,0,0,1-.13.12H6.63a.12.12,0,0,1-.13-.12V36.62A.12.12,0,0,1,6.63,36.5Z"/><path class="a" d="M6.63,4.5H41.37a.12.12,0,0,1,.13.12v6.76a.12.12,0,0,1-.13.12H6.63a.12.12,0,0,1-.13-.12V4.62A.12.12,0,0,1,6.63,4.5Z"/><path class="a" d="M6.63,25.83H41.37a.13.13,0,0,1,.13.12v6.76a.12.12,0,0,1-.13.12H6.63a.12.12,0,0,1-.13-.12V26A.13.13,0,0,1,6.63,25.83Z"/><path class="a" d="M6.63,15.17H41.37a.12.12,0,0,1,.13.12v6.76a.13.13,0,0,1-.13.12H6.63a.13.13,0,0,1-.13-.12V15.29A.12.12,0,0,1,6.63,15.17Z"/></svg>
Copied!