Oraimo Sound Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oraimo Sound 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/345319.svg" alt="Oraimo Sound icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345319.svg" alt="Oraimo Sound icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345319.svg" alt="Oraimo Sound icon" :width="24" :height="24" />
CSS background
.icon-oraimo-sound {
background-image: url('https://proicons.com/icon/345319.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><path class="b" d="M19.4285,45.2565c-9.6781-2.0957-16.9285-10.7076-16.9285-21.013C2.5,12.3694,12.1259,2.7435,24,2.7435s21.5,9.6259,21.5,21.5c0,10.3054-7.2505,18.9173-16.9286,21.013"/><path class="b" d="M19.4375,45.2494c-6.9621-1.9685-12.0232-8.4993-12.0232-16.0916,0-9.1601,7.4257-16.5857,16.5857-16.5857.7142,0,1.4178.0451,2.1082.1327.0611.0077.1066.0595.1066.121v14.8764c0,.0967-.1068.1539-.1903.105-4.2453-2.4802-11.4312-.3536-10.4402,4.4509,1.7152,8.3144,15.2269,6.9393,15.2269,1.3651v-9.6442c0-.0971.1084-.1553.1892-.1016,3.886,2.5807,5.0907,6.5058,5.4052,7.8825.0288.1258.2037.1371.234.0118.4342-1.7887,1.3641-8.115-5.7661-12.3028-.0377-.0222-.0624-.0627-.0624-.1064v-5.1435c0-.0892.0921-.1466.173-.109,5.6702,2.6361,9.6014,8.3829,9.6014,15.0478,0,7.5923-5.0191,14.123-11.9813,16.0916"/></svg>
Copied!