Launchtime Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Launchtime 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/328195.svg" alt="Launchtime icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328195.svg" alt="Launchtime icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328195.svg" alt="Launchtime icon" :width="24" :height="24" />
CSS background
.icon-launchtime {
background-image: url('https://proicons.com/icon/328195.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="m33.8505,14.1495c-2.4522-2.4522-3.93-4.9911-3.93-4.9911"/><ellipse class="b" cx="27.9975" cy="20.0025" rx="2.4616" ry="2.2126" transform="translate(-5.9436 25.6558) rotate(-45)"/><polygon class="b" points="16.8616 7.7189 15.6341 9.996 16.8142 12.2981 14.2692 11.8345 12.4444 13.6681 12.0989 11.1044 9.7911 9.9356 12.1226 8.8147 12.5211 6.2587 14.3075 8.1298 16.8616 7.7189"/><polygon class="b" points="10.5113 15.4463 11.2776 16.6545 12.7073 16.7082 11.795 17.8104 12.1857 19.1867 10.8556 18.6597 9.6674 19.4566 9.7576 18.0287 8.6325 17.1448 10.0184 16.7894 10.5113 15.4463"/><polygon class="b" points="31.4666 32.3466 32.5212 34.9658 35.2768 35.582 33.1116 37.3944 33.3771 40.2054 30.9844 38.7063 28.3929 39.8275 29.0793 37.0886 27.2122 34.9705 30.0291 34.7769 31.4666 32.3466"/><polygon class="b" points="41.3675 24.9541 40.5459 26.7407 41.5518 28.4304 39.5988 28.201 38.3027 29.6799 37.9173 27.7516 36.1103 26.9759 37.8251 26.0135 38.0044 24.0553 39.4497 25.3887 41.3675 24.9541"/><path class="b" d="m12.873,32.1946c-1.0505,1.0505-2.3138,1.5469-2.9068,1.6616"/><path class="b" d="m11.7496,30.4685c-1.1617,1.1977-3.9065.8247-3.9065.8247"/><path class="b" d="m12.7627,27.4653c-.3752.9483-.614,1.5827-.6958,1.6782-.3138.3411-.6003.5731-.6003.5731,0,0,.2319,1.4599,2.797,4.025l-.0051-.0051c2.5651,2.5651,4.025,2.797,4.025,2.797,0,0,.2319-.2865.5731-.6003.0955-.0819.73-.3206,1.6782-.6958"/><path class="b" d="m24.0958,33.7228c2.1899-1.0301,4.5912-2.3945,6.2354-4.0387,3.6771-3.6771,10.0625-10.0625,12.1637-24.1842l.0051.0051c-14.1216,2.1012-20.5071,8.4866-24.1842,12.1637-1.6441,1.6441-3.0085,4.0455-4.0387,6.2354"/><path class="b" d="m15.8374,32.1626c1.8849,1.8849,4.2119,2.4618,5.4026,3.6237s1.4059,4.0741-1.8649,6.7137c5.8673-2.0801,7.1727-5.9677,5.4656-8.0191s-4.691-2.7974-6.6076-4.714c-1.9166-1.9166-2.6626-4.9005-4.714-6.6076s-5.939-.4017-8.0191,5.4656c2.6396-3.2708,5.5517-3.0556,6.7137-1.8649s1.7388,3.5176,3.6237,5.4026Z"/><path class="b" d="m33.8505,14.1495c2.4522,2.4522,4.9911,3.93,4.9911,3.93"/><path class="b" d="m15.8054,35.127c-1.0505,1.0505-1.5469,2.3138-1.6616,2.9068"/><path class="b" d="m17.5315,36.2504c-1.1977,1.1617-.8247,3.9065-.8247,3.9065"/></svg>
Copied!