Truthin Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Truthin 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/334312.svg" alt="Truthin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334312.svg" alt="Truthin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334312.svg" alt="Truthin icon" :width="24" :height="24" />
CSS background
.icon-truthin {
background-image: url('https://proicons.com/icon/334312.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;}</style></defs><path class="c" d="M18.8409,29.6462c0,2.7783,2.2522,4.0128,5.0305,4.0128s5.0305-1.2346,5.0305-4.0128v-10.9982l-10.061-.0105v11.0088Z"/><path class="c" d="M38.0668,38.0877l4.2373,3.6624V5.5h-13.521v5.3509h-9.8474v-5.3509H5.7922l-.0963,22.3989c0,10.1091,8.195,14.6011,18.3041,14.6011,5.6539,0,10.7092-1.4052,14.0668-4.4123Z"/></svg>
Copied!