Vflat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vflat 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/334706.svg" alt="Vflat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334706.svg" alt="Vflat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334706.svg" alt="Vflat icon" :width="24" :height="24" />
CSS background
.icon-vflat {
background-image: url('https://proicons.com/icon/334706.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="M19.9026,7.7626,42.9773,14.29a.7176.7176,0,0,1,.36,1.1455l-9.8144,11.968a1.8471,1.8471,0,0,1-2.154.5273L5.101,16.7058a.99.99,0,0,1-.0937-1.7747L17.2935,8.0689A3.4341,3.4341,0,0,1,19.9026,7.7626Z"/><path class="a" d="M11.4205,19.4063A64.5164,64.5164,0,0,0,4.8266,24.943a.6888.6888,0,0,0,.1675,1.0806C8.53,27.9456,24.0726,36.3775,31.4524,40.12a2.2717,2.2717,0,0,0,3.1495-1.2048c2.0625-5.3554,7.0405-11.5645,8.7094-13.335a.54.54,0,0,0-.1577-.8592,37.2383,37.2383,0,0,0-5.715-2.0926"/></svg>
Copied!