My Viettel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Viettel 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/329797.svg" alt="My Viettel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329797.svg" alt="My Viettel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329797.svg" alt="My Viettel icon" :width="24" :height="24" />
CSS background
.icon-my-viettel {
background-image: url('https://proicons.com/icon/329797.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="m7.6144,19.1635c-1.2664-3.8974.8518-8.0545,4.7492-9.3209l16.4152-5.3336m4.5657-.009c2.1759.7039,3.9914,2.4074,4.7552,4.7582l2.2858,7.0351c1.2664,3.8974-.8518,8.0546-4.7492,9.3209l-4.7409,1.5404"/><g><path class="b" d="m7.6146,19.1634l2.2859,7.0351"/><path class="b" d="m9.9005,26.1989l2.2859,7.0351"/><path class="b" d="m12.1866,33.2336l2.2859,7.0351"/><path class="b" d="m14.4723,40.269l1.0498,3.231"/><path class="b" d="m15.5219,43.4999c.6155-2.9935,2.1654-5.8981,4.5915-8.7195"/><path class="b" d="m9.5327,13.5704c3.2876,0,5.7533.8219,6.9862,2.8767l6.5752,13.5614c.2055.411.6164.411.8219,0l6.5752-13.5614c1.2329-2.0548,3.2876-2.8767,6.9862-2.8767"/><path class="b" d="m37.4773,13.7545l-9.8628,19.9525c-1.8156,2.8511-6.8299,3.0648-8.219,0L9.5327,13.5704"/></g></svg>
Copied!