Tkident Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tkident 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/348599.svg" alt="Tkident icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348599.svg" alt="Tkident icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348599.svg" alt="Tkident icon" :width="24" :height="24" />
CSS background
.icon-tkident {
background-image: url('https://proicons.com/icon/348599.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="m5.5,29.9977h9.1614v3.0569h-2.8272v4.4557h-3.507v-4.4557h-2.8272v-3.0569Zm10.7295,3.0451h4.3335l-4.3953,4.4675,4.3953,4.4714h-4.3335l-4.3953-4.4714,4.3953-4.4675Z"/><path id="c" class="e" d="m13.5314,27.5871V6.0184c1.7152,2.2709,4.3963,3.6057,7.2421,3.6057s5.5269-1.3349,7.2421-3.6057c1.7152,2.2709,4.3963,3.6057,7.2421,3.6057s5.5269-1.3349,7.2421-3.6057v21.5687c0,2.5772-1.9371,4.9862-3.8658,6.6957-2.8798,2.5526-10.6185,4.5305-10.6185,4.5305,0,0-3.031-.7747-6.0051-1.9801"/><path id="d" class="e" d="m31.8772,29.7397h-7.4281l1.7389-7.0897c-1.5932-.7196-2.6168-2.3091-2.6168-4.061,0-2.4614,1.9899-4.4568,4.4445-4.4568s4.4445,1.9954,4.4445,4.4568h0c0,1.6454-.9041,3.157-2.3542,3.9263l1.7712,7.2243Z"/></svg>
Copied!