My Vnpt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Vnpt 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/329799.svg" alt="My Vnpt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329799.svg" alt="My Vnpt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329799.svg" alt="My Vnpt icon" :width="24" :height="24" />
CSS background
.icon-my-vnpt {
background-image: url('https://proicons.com/icon/329799.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m6.45,28.5903c-2.3597-8.8076,2.1737-18.0002,10.5978-21.4897,8.4246-3.4899,18.1311-.1951,22.6904,7.7022"/><path class="c" d="m41.5525,19.184c1.4621,5.4566.3032,11.2828-3.1358,15.7644-3.4389,4.4817-8.7666,7.109-14.4156,7.1091"/><path class="c" d="m7.351,16.6114c8.5059-7.4361,13.0472-2.1432,8.3812,8.1328-1.278,2.8147-5.1744,10.2555-6.1086,14.933-.4321,2.1634,1.5043,4.0712,3.6657,3.6291C31.8032,39.5196,46.3663,4.8044,40.2021,4.6294c-2.8893,0-6.0066,1.8337-7.951,3.0681"/></svg>
Copied!