Tiime Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tiime 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/333970.svg" alt="Tiime icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333970.svg" alt="Tiime icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333970.svg" alt="Tiime icon" :width="24" :height="24" />
CSS background
.icon-tiime {
background-image: url('https://proicons.com/icon/333970.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M42.1196,32.8839V15.1161c0-.9762-.5208-1.8782-1.3661-2.3662L25.3661,3.8661c-.8454-.4881-1.8869-.4881-2.7323,0L7.2466,12.7499c-.8454.4881-1.3661,1.3901-1.3661,2.3662v17.7677c0,.9762.5208,1.8782,1.3661,2.3662l15.3873,8.8839c.8454.4881,1.8869.4881,2.7323,0l15.3873-8.8839c.8454-.4881,1.3661-1.3901,1.3661-2.3662Z"/><polygon class="b" points="35.315 30.5327 35.315 17.4673 24 10.9345 12.685 17.4673 12.685 30.5327 24 37.0655 35.315 30.5327"/><line class="b" x1="30.8046" y1="7.0059" x2="24" y2="10.9345"/><line class="b" x1="17.1954" y1="40.9941" x2="24" y2="37.0655"/><line class="b" x1="42.1196" y1="21.3959" x2="35.315" y2="17.4673"/><line class="b" x1="35.315" y1="30.5327" x2="35.315" y2="38.39"/><line class="b" x1="5.8804" y1="26.6041" x2="12.685" y2="30.5327"/><line class="b" x1="12.685" y1="17.4673" x2="12.685" y2="9.61"/></svg>
Copied!