Timee Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Timee 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/333996.svg" alt="Timee icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333996.svg" alt="Timee icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333996.svg" alt="Timee icon" :width="24" :height="24" />
CSS background
.icon-timee {
background-image: url('https://proicons.com/icon/333996.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m18.231 9.6058c.57952-.069876 1.1698-.10583 1.7687-.10583v0h8c.44129 0 .87786.019517 1.3089.057737m7.9172 3.2391c3.2245 2.6552 5.2739 6.6811 5.2739 11.203v4c0 8.033-6.467 14.5-14.5 14.5h-8c-8.033 0-14.5-6.467-14.5-14.5v-4c0-4.375 1.9183-8.2856 4.963-10.94"/><circle class="d" cx="13.75" cy="10" r="4.5"/><circle class="d" cx="33.75" cy="10" r="4.5"/><circle class="d" cx="18" cy="20.5" r="1.75"/><circle class="d" cx="24" cy="22" r="1"/><path class="d" d="m24.5 24.116c-.3094-.17863-.5-.75874-.5-1.116"/><circle class="d" cx="30" cy="20.5" r="1.75"/><path class="d" d="m40.652 35.11c1.6195-1.1431 3.8251-3.7896 4.2461-6.0566-.50068.47717-1.5664 1.6655-2.7482 2.1427"/></svg>
Copied!