Verizon Messages Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Verizon Messages 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/334692.svg" alt="Verizon Messages icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334692.svg" alt="Verizon Messages icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334692.svg" alt="Verizon Messages icon" :width="24" :height="24" />
CSS background
.icon-verizon-messages {
background-image: url('https://proicons.com/icon/334692.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="m38,8.8098h-18.7341c-2.4852,0-4.5,2.0148-4.5,4.5v13.2447c0,2.4853,2.0148,4.5,4.5,4.5h6.2872l9.5532,4.3245v-4.3245h2.8936c2.4853,0,4.5-2.0147,4.5-4.5v-13.2447c0-2.4852-2.0147-4.5-4.5-4.5Z"/><path class="b" d="m24.17,31.1662v1.894c0,1.76-1.42,3.18-3.17,3.18h-4.08l-6.35,2.95v-2.95h-1.9c-1.75,0-3.17-1.42-3.17-3.18v-8.72c0-1.75,1.42-3.17,3.17-3.17h5.9204"/></svg>
Copied!