My Apps Time Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Apps Time 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/344282.svg" alt="My Apps Time icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344282.svg" alt="My Apps Time icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344282.svg" alt="My Apps Time icon" :width="24" :height="24" />
CSS background
.icon-my-apps-time {
background-image: url('https://proicons.com/icon/344282.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>.o{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><g id="c"><path id="d" class="o" d="M26.5824,11.1083v-2.2081h.2692c.7953,0,1.4356-.6391,1.4356-1.4329v-.5345c0-.7938-.6403-1.4329-1.4356-1.4329h-5.7032c-.7953,0-1.4356.6391-1.4356,1.4329v.5345c0,.7938.6403,1.4329,1.4356,1.4329h.2692v2.2137"/><path id="e" class="o" d="M11.2127,17.4487c-.6898.0183-1.3058-.2098-1.7419-.645-1.0334-1.0315-.8051-2.9317.51-4.2443s3.219-1.5405,4.2524-.5091h0c.4439.443.6725,1.0721.645,1.7748"/><path id="f" class="o" d="M36.8194,17.4491c.6823.0137,1.2911-.2143,1.723-.6454,1.0334-1.0315.8051-2.9317-.51-4.2443,0,0,0,0,0,0-1.3151-1.3126-3.219-1.5405-4.2524-.5091-.4399.4391-.6685,1.061-.6457,1.7565"/><path id="g" class="o" d="M39.8323,26.6981c0,8.7272-7.0884,15.8019-15.8323,15.8019s-15.8323-7.0748-15.8323-15.8019h0c0-8.7272,7.0884-15.8019,15.8323-15.8019h0c8.7439,0,15.8323,7.0748,15.8323,15.8019h0Z"/></g><g id="h"><path id="i" class="o" d="M19.8294,21.0069c0,1.025-.8325,1.8559-1.8594,1.8559s-1.8594-.8309-1.8594-1.8559.8325-1.8559,1.8594-1.8559,1.8594.8309,1.8594,1.8559Z"/><path id="j" class="o" d="M19.8294,26.6981c0,1.025-.8325,1.8559-1.8594,1.8559s-1.8594-.8309-1.8594-1.8559.8325-1.8559,1.8594-1.8559,1.8594.8309,1.8594,1.8559Z"/><path id="k" class="o" d="M19.8294,32.3893c0,1.025-.8325,1.8559-1.8594,1.8559h0c-1.0269,0-1.8594-.8309-1.8594-1.8559s.8325-1.8559,1.8594-1.8559,1.8594.8309,1.8594,1.8559Z"/><path id="l" class="o" d="M22.8069,21.0069h9.0826"/><path id="m" class="o" d="M22.8069,26.6981h9.0826"/><path id="n" class="o" d="M22.8069,32.3893h9.0826"/></g></g></svg>
Copied!