Comet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Comet 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/323942.svg" alt="Comet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323942.svg" alt="Comet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323942.svg" alt="Comet icon" :width="24" :height="24" />
CSS background
.icon-comet {
background-image: url('https://proicons.com/icon/323942.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="40.1583" cy="14.1254" r="2.2116"/><path class="c" d="M41.3345,12.2532c-6.2866-6.6809-16.8779-7.6519-23.9892-1.688-7.3621,6.167-8.3303,17.1506-2.1512,24.5009.98,1.1712,2.0915,2.1872,3.2867,3.0118l-4.3863,4.4221c-1.3265-.9681-2.5695-2.1154-3.6691-3.4301-7.2785-8.6768-6.1432-21.6085,2.5337-28.8991,8.426-7.0634,20.9892-5.9132,28.3753,2.0824Z"/><path class="c" d="M39.0257,12.2265c-2.4859-2.1991-5.5934-3.3704-8.7606-3.4779-3.3704-.1195-6.8005.9561-9.5852,3.2987-5.9758,5.0077-6.7527,13.9117-1.733,19.8756.8844,1.0517,1.8884,1.9481,2.976,2.6891l4.3743-4.4102.0239-.0359c-.4422-.2629-.8725-.5737-1.2788-.9203-.1554-.1315-.3107-.2749-.4542-.4183-.2988-.2749-.5856-.5856-.8605-.9083-.4303-.5139-.8127-1.0637-1.1354-1.6254-2.5935-4.5297-1.6493-10.3979,2.4859-13.8759,4.0755-3.4182,9.9079-3.3823,13.9237-.1673"/><path class="c" d="M38.201,13.099c-3.0716-2.235-7.3742-2.1872-10.4099.3585-3.5855,3.0118-4.0516,8.3423-1.0517,11.9278.6932.8247,1.5059,1.482,2.3903,1.9601l4.0636-4.0994c-.7769-.3346-1.482-.8486-2.0676-1.5418-1.984-2.3664-1.6732-5.9041.6932-7.8881,1.8286-1.5298,4.3385-1.6971,6.3105-.5976"/></svg>
Copied!