Vita3k Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vita3k 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/334801.svg" alt="Vita3k icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334801.svg" alt="Vita3k icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334801.svg" alt="Vita3k icon" :width="24" :height="24" />
CSS background
.icon-vita3k {
background-image: url('https://proicons.com/icon/334801.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;}.d{fill:#000;stroke-width:0px;}</style></defs><rect class="c" x="4.115" y="14.9597" width="39.77" height="18.0806" rx="7.7077" ry="7.7077" transform="translate(-7.2218 10.6883) rotate(-21.9086)"/><rect class="c" x="12.0395" y="16.7451" width="23.6152" height="13.7495" transform="translate(-7.091 10.6038) rotate(-21.9086)"/><circle class="d" cx="39.3545" cy="14.8469" r=".7499"/><circle class="d" cx="36.2395" cy="16.0997" r=".7499"/><circle class="d" cx="38.4234" cy="17.0308" r=".7499"/><circle class="d" cx="37.1706" cy="13.9158" r=".7499"/><line class="c" x1="6.4789" y1="28.0864" x2="7.0928" y2="27.8395"/><line class="c" x1="9.1147" y1="27.0263" x2="9.7286" y2="26.7794"/><line class="c" x1="7.4503" y1="25.8081" x2="7.6972" y2="26.422"/><line class="c" x1="8.5103" y1="28.4439" x2="8.7572" y2="29.0578"/><circle class="c" cx="10.8126" cy="31.5261" r="1.2426"/><circle class="c" cx="38.6162" cy="20.3443" r="1.2426"/></svg>
Copied!