Vietnamworks Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vietnamworks 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/334759.svg" alt="Vietnamworks icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334759.svg" alt="Vietnamworks icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334759.svg" alt="Vietnamworks icon" :width="24" :height="24" />
CSS background
.icon-vietnamworks {
background-image: url('https://proicons.com/icon/334759.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="m7.8452,26.8933c1.2374-6.187,2.9698-10.3941,7.6719-13.3639-8.9093-1.2765-11.1366,6.187-7.6719,13.3639Z"/><path class="c" d="m24.6738,37.2875c12.374-10.8891,11.879-18.066,9.8992-24.0055,15.3437,0,6.4345,24.0055-9.8992,24.0055Z"/><path class="c" d="m6.1128,27.1408c1.4849,1.9798,7.6719,11.1366,17.0761,11.1366-11.879,6.9294-20.0459-.7424-17.0761-11.1366Z"/><path class="c" d="m13.7847,12.0445c7.9194-5.4446,13.8589-7.9194,19.7984.495-4.9496,0-7.4244,1.2374-9.8992,1.2374s-5.9395-1.7324-9.8992-1.7324Z"/></svg>
Copied!