Ultrasonic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ultrasonic 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/334483.svg" alt="Ultrasonic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334483.svg" alt="Ultrasonic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334483.svg" alt="Ultrasonic icon" :width="24" :height="24" />
CSS background
.icon-ultrasonic {
background-image: url('https://proicons.com/icon/334483.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><path class="a" d="M5.5036,28.4872a3.8165,3.8165,0,1,1,7.6329,0"/><path class="a" d="M13.1364,35.755a3.8165,3.8165,0,0,1-7.6329,0"/><path class="a" d="M5.5036,35.755V28.4872"/><path class="a" d="M13.1364,28.4872v7.2677"/><path class="a" d="M5.5036,28.4872V23.2737"/><path class="a" d="M5.4985,23.2786c0-9.376,8.2827-16.9769,18.5-16.9769s18.5,7.6008,18.5,16.9769"/><path class="a" d="M42.4984,28.4921a3.8165,3.8165,0,1,0-7.6329,0"/><path class="a" d="M34.8656,35.76a3.8165,3.8165,0,1,0,7.6329,0"/><path class="a" d="M42.4984,35.76V28.4921"/><path class="a" d="M34.8656,28.4921V35.76"/><path class="a" d="M42.4984,28.4921V23.2786"/></svg>
Copied!