Voice Tools Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Voice Tools 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/334860.svg" alt="Voice Tools icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334860.svg" alt="Voice Tools icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334860.svg" alt="Voice Tools icon" :width="24" :height="24" />
CSS background
.icon-voice-tools {
background-image: url('https://proicons.com/icon/334860.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m36,24.12l1.6199-1.62,5.8801,5.88m-10.5-7.26l4.6199-4.62,5.8801,5.88m-39,3.144l5.3181,5.3181,3.3419-3.3421m-8.66-7.976l5.3181,5.3181,5.3419-5.4421m-1.1645,4.4215c.9483,4.7738,5.1374,8.2125,10.0045,8.2125s9.0562-3.4387,10.0045-8.2125M24,7.425h0c3.5725,0,6.4685,2.896,6.4685,6.4685v8.007c0,3.5725-2.896,6.4685-6.4685,6.4685h0c-3.5725,0-6.4685-2.896-6.4685-6.4685v-8.007c0-3.5725,2.896-6.4685,6.4685-6.4685Zm2.499,24.3525v8.2535c0,.2972-.2384.5394-.5355.544h-3.927c-.2971-.0046-.5355-.2468-.5355-.544v-8.2535"/></svg>
Copied!