Smarttime Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smarttime Pro 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/332953.svg" alt="Smarttime Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332953.svg" alt="Smarttime Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332953.svg" alt="Smarttime Pro icon" :width="24" :height="24" />
CSS background
.icon-smarttime-pro {
background-image: url('https://proicons.com/icon/332953.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="h" d="M5.5,36.2702h37"/><path id="d" class="h" d="M29.7069,15.4625l-20.6496,18.167"/><path id="e" class="h" d="M20.7262,23.3989l6.4092,5.8395-8.7707,3.1627"/><path id="f" class="h" d="M33.5159,13.8605c0,1.1767-.9539,2.1307-2.1307,2.1307s-2.1307-.9539-2.1307-2.1307h0c0-1.1767.9539-2.1307,2.1307-2.1307h0c1.1767,0,2.1307.9539,2.1307,2.1307h0Z"/><path id="g" class="h" d="M15.6381,15.0814l6.8143-2.7371,10.6421,10.7104,6.658-.1146"/></svg>
Copied!