Voipdotms Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Voipdotms 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/316559.svg" alt="Voipdotms icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316559.svg" alt="Voipdotms icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316559.svg" alt="Voipdotms icon" :width="24" :height="24" />
CSS background
.icon-voipdotms {
background-image: url('https://proicons.com/icon/316559.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>VoIP.ms</title><path d="M17.51 2.372c-.946 0-1.877.24-2.71.696a5.721 5.721 0 0 0-2.055 1.92l-5.177 8.047c-.928 1.446-3.076 1.656-3.92.943l4.051 6.343c.258.402.611.731 1.027.96a2.808 2.808 0 0 0 2.706 0 2.85 2.85 0 0 0 1.025-.96L24 2.371ZM0 8.309l2.228 3.521s.89 1.302 2.402 1.302c1.513 0 2.378-1.302 2.378-1.302l2.23-3.52Z"/></svg>
Copied!