21vek Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 21vek 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/335728.svg" alt="21vek icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335728.svg" alt="21vek icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335728.svg" alt="21vek icon" :width="24" :height="24" />
CSS background
.icon-21vek {
background-image: url('https://proicons.com/icon/335728.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="d" points="17.2841 20.8636 19.439 19.6904 19.439 28.3096"/><polyline class="d" points="25.9447 22.5994 23.7899 28.3096 21.6351 22.5994"/><line class="d" x1="34.1904" y1="19.6904" x2="34.1904" y2="28.3096"/><line class="d" x1="34.1912" y1="26.4787" x2="38.0927" y2="22.5963"/><line class="d" x1="35.4329" y1="25.2431" x2="38.5" y2="28.2967"/><path class="d" d="M31.7045,27.2222c-.3711.6496-1.0706,1.0874-1.8723,1.0874h0c-1.1901,0-2.1548-.9647-2.1548-2.1548v-1.4006c0-1.1901.9647-2.1548,2.1548-2.1548h0c1.1901,0,2.1548.9647,2.1548,2.1548v.7003s-4.3096,0-4.3096,0"/><path class="d" d="M9.5,22.5455c0-1.7621,1.5963-3.1514,3.4217-2.8006,1.1974.2301,2.1535,1.2657,2.2727,2.4791.0887.9026-.197,1.7932-.8204,2.3404-1.155,1.0136-4.874,3.7453-4.874,3.7453h5.7103"/><path id="c" class="d" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!