Vsttrafik Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vsttrafik 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/334916.svg" alt="Vsttrafik icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334916.svg" alt="Vsttrafik icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334916.svg" alt="Vsttrafik icon" :width="24" :height="24" />
CSS background
.icon-vsttrafik {
background-image: url('https://proicons.com/icon/334916.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M28.5,4.5h-18a2,2,0,0,0-2,2v35a2,2,0,0,0,2,2h27a2,2,0,0,0,2-2v-26Z"/><path class="a" d="M22.125,29a2.7109,2.7109,0,0,0-2.8-2.7,2.8169,2.8169,0,0,0-2.5,2.8v2.5a2.7,2.7,0,1,0,5.4,0h-2.7"/><line class="a" x1="16.825" y1="15.8" x2="22.125" y2="15.8"/><line class="a" x1="19.525" y1="23.8" x2="19.525" y2="15.8"/><path class="a" d="M25.875,21.1a2.65,2.65,0,1,0,5.3,0V18.4a2.6888,2.6888,0,0,0-2.7-2.7,2.6057,2.6057,0,0,0-2.6,2.7Z"/><path class="a" d="M25.875,31.6a2.65,2.65,0,1,0,5.3,0V28.9a2.6888,2.6888,0,0,0-2.7-2.7,2.6057,2.6057,0,0,0-2.6,2.7Z"/></svg>
Copied!