Vk X Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vk X 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/349396.svg" alt="Vk X icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349396.svg" alt="Vk X icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349396.svg" alt="Vk X icon" :width="24" :height="24" />
CSS background
.icon-vk-x {
background-image: url('https://proicons.com/icon/349396.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="5.5" y1="15.0045" x2="27.1287" y2="15.0045"/><line class="c" x1="5.5" y1="22.7128" x2="27.1287" y2="22.7128"/><line class="c" x1="5.5" y1="30.4212" x2="21.4608" y2="30.4212"/><path class="c" d="m33.7941,18.0878l7.777-1.3772c.5373-.0952.9289-.5622.9289-1.1079v-4.1341c0-.7063-.6433-1.238-1.337-1.105l-6.4557,1.2378c-.53.1016-.9132.5653-.9132,1.105v17.7146c0,1.9498.2947,6.0193-3.276,6.9035-4.1247,1.0214-5.6792-.4081-5.7812-2.9926-.102-2.5846,2.0404-3.6048,4.455-4.1489.7559-.1704,1.4897-.3357,2.141-.4825,1.4449-.3256,2.4613-1.6068,2.4613-3.0879v-.6805"/></svg>
Copied!