Timetome Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Timetome 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/348567.svg" alt="Timetome icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348567.svg" alt="Timetome icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348567.svg" alt="Timetome icon" :width="24" :height="24" />
CSS background
.icon-timetome {
background-image: url('https://proicons.com/icon/348567.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>.s{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.t{fill:#fff;stroke-width:0px;}</style></defs><path id="b" class="s" d="M9.6613,17.2527v6.3343c0,.6334.4223,1.0557,1.0557,1.0557h.3167"/><line id="c" class="s" x1="8.5" y1="18.9419" x2="10.8226" y2="18.9419"/><line id="d" class="s" x1="12.6823" y1="18.9419" x2="12.6823" y2="24.6427"/><path id="e" class="s" d="M14.5094,21.1589c0-1.1613.9501-2.1114,2.1114-2.1114h0c1.1613,0,2.1114.9501,2.1114,2.1114v3.4839"/><line id="f" class="s" x1="14.5094" y1="18.9419" x2="14.5094" y2="24.6427"/><path id="g" class="s" d="M18.7323,21.1589c0-1.1613.9501-2.1114,2.1114-2.1114h0c1.1613,0,2.1114.9501,2.1114,2.1114v3.4839"/><path id="h" class="s" d="M28.5642,23.587c-.3167.6334-1.0557,1.0557-1.7947,1.0557h0c-1.1613,0-2.1114-.9501-2.1114-2.1114v-1.3724c0-1.1613.9501-2.1114,2.1114-2.1114h0c1.1613,0,2.1114.9501,2.1114,2.1114v.739h-4.2229"/><path id="i" class="s" d="M39.312,30.5985c-.188.3759-.6266.6266-1.0652.6266h0c-.6892,0-1.2532-.5639-1.2532-1.2532v-.8146c0-.6892.5639-1.2532,1.2532-1.2532h0c.6892,0,1.2532.5639,1.2532,1.2532v.4386h-2.5063"/><path id="j" class="s" d="M32.7969,17.2527v6.3343c0,.6334.4223,1.0557,1.0557,1.0557h.3167"/><line id="k" class="s" x1="31.6356" y1="18.9419" x2="33.9582" y2="18.9419"/><path id="l" class="s" d="M35.2771,21.1589c0-1.1613.9501-2.1114,2.1114-2.1114s2.1114.9501,2.1114,2.1114v1.3724c0,1.1613-.9501,2.1114-2.1114,2.1114s-2.1114-.9501-2.1114-2.1114v-1.3724Z"/><circle id="m" class="t" cx="28.3096" cy="30.9953" r=".75"/><circle id="n" class="t" cx="12.6823" cy="17.0047" r=".75"/><path id="o" class="s" d="M30.294,29.1574c0-.6892.5639-1.2532,1.2532-1.2532h0c.6892,0,1.2532.5639,1.2532,1.2532v2.0677"/><line id="p" class="s" x1="30.294" y1="27.8415" x2="30.294" y2="31.2251"/><path id="q" class="s" d="M32.8004,29.1574c0-.6892.5639-1.2532,1.2532-1.2532h0c.6892,0,1.2532.5639,1.2532,1.2532v2.0677"/><path id="r" class="s" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/></svg>
Copied!