Rhvoice Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rhvoice 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/346715.svg" alt="Rhvoice icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346715.svg" alt="Rhvoice icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346715.svg" alt="Rhvoice icon" :width="24" :height="24" />
CSS background
.icon-rhvoice {
background-image: url('https://proicons.com/icon/346715.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#fff;stroke-width:0px;}</style></defs><path class="c" d="M38.5,42.5H9.5c-2.2,0-4-1.8-4-4V9.5c0-2.2,1.8-4,4-4h29c2.2,0,4,1.8,4,4v29c0,2.2-1.8,4-4,4Z"/><path class="c" d="M8,27.5406v-6.7041h2.1948c1.2408,0,2.2467,1.008,2.2467,2.2515s-1.0059,2.2515-2.2467,2.2515h-2.1948"/><line class="c" x1="10.1948" y1="25.3396" x2="12.3894" y2="27.5389"/><line class="c" x1="14.0671" y1="20.8365" x2="14.0671" y2="27.5406"/><line class="c" x1="18.5086" y1="20.8365" x2="18.5086" y2="27.5406"/><line class="c" x1="14.0671" y1="24.1759" x2="18.5086" y2="24.1759"/><polyline class="c" points="24.5447 20.8365 22.324 27.5406 20.1033 20.8365"/><rect class="c" x="25.1094" y="23.0991" width="3.3521" height="4.4415" rx="1.676" ry="1.676"/><circle class="d" cx="30.2095" cy="21.046" r=".75"/><line class="c" x1="30.2095" y1="23.0991" x2="30.2095" y2="27.5406"/><path class="c" d="M39.7803,26.6948c-.2887.5053-.8327.8458-1.4563.8458h0c-.9256,0-1.676-.7504-1.676-1.676v-1.0894c0-.9256.7504-1.676,1.676-1.676h0c.9256,0,1.676.7504,1.676,1.676v.5447s-3.3521,0-3.3521,0"/><path class="c" d="M35.0743,26.6964c-.2889.5044-.8324.8442-1.4554.8442h0c-.9256,0-1.676-.7504-1.676-1.676v-1.0894c0-.9256.7504-1.676,1.676-1.676h0c.6217,0,1.1644.3385,1.4537.8413"/></svg>
Copied!