Tim Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tim 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/333984.svg" alt="Tim icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333984.svg" alt="Tim icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333984.svg" alt="Tim icon" :width="24" :height="24" />
CSS background
.icon-tim {
background-image: url('https://proicons.com/icon/333984.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M14.3824,4.5h19.235A6.6476,6.6476,0,0,1,40.28,11.1623V29.83a6.6476,6.6476,0,0,1-6.6622,6.6622H30.2288V43.5l-8.6309-7.0074H14.3826A6.6476,6.6476,0,0,1,7.72,29.83V11.1623A6.6476,6.6476,0,0,1,14.3826,4.5Z"/><path class="a" d="M23.9284,10.3748V21.2813"/><path class="a" d="M34.2627,17.8068l-10.3341,3.474"/><path class="a" d="M30.4163,29.6479l-6.4876-8.3664"/><path class="a" d="M17.2327,29.61l6.6957-8.3293"/><path class="a" d="M13.24,17.6648,23.9284,21.28"/></svg>
Copied!