Vatan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vatan 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/334654.svg" alt="Vatan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334654.svg" alt="Vatan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334654.svg" alt="Vatan icon" :width="24" :height="24" />
CSS background
.icon-vatan {
background-image: url('https://proicons.com/icon/334654.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><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><polyline class="b" points="15.3183 17.5002 12.3933 26.5002 9.4683 17.5002"/><path class="b" d="M24.0736,18.6252v6.75c0,.675.45,1.125,1.125,1.125h.3375"/><line class="b" x1="22.8361" y1="20.4252" x2="25.3112" y2="20.4252"/><path class="b" d="M31.6139,24.2502c0,1.2375-1.0125,2.25-2.25,2.25h0c-1.2375,0-2.25-1.0125-2.25-2.25v-1.4625c0-1.2375,1.0125-2.25,2.25-2.25h0c1.2375,0,2.25,1.0125,2.25,2.25"/><line class="b" x1="31.6139" y1="26.5002" x2="31.6139" y2="20.4252"/><path class="b" d="M38.5315,26.5002v-3.7125c0-1.2375-1.0125-2.25-2.25-2.25s-2.25,1.0125-2.25,2.25"/><line class="b" x1="34.0315" y1="26.5002" x2="34.0315" y2="20.4252"/><path class="b" d="M20.5725,24.2502c0,1.2375-1.0125,2.25-2.25,2.25h0c-1.2375,0-2.25-1.0125-2.25-2.25v-1.4625c0-1.2375,1.0125-2.25,2.25-2.25h0c1.2375,0,2.25,1.0125,2.25,2.25"/><line class="b" x1="20.5725" y1="26.5002" x2="20.5725" y2="20.4252"/></svg>
Copied!