comet 02 icon
comet-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- comet-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the comet 02 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="m15 2l-1.001 1.001M9 8l3-3m9.414 5.586a2 2 0 1 1-2.828 2.828a2 2 0 0 1 2.828-2.828Z"/><path stroke-linejoin="round" d="m2.121 16.163l.902-2.846a2.7 2.7 0 0 1 1.393-1.599l1.092-.53c.854-.415 1.893-.121 2.384.674l1.021 1.655c.253.408.379.612.54.718a.88.88 0 0 0 .771.092c.183-.063.356-.232.702-.568c.816-.792 2.173-.662 2.812.27l.802 1.169a2.6 2.6 0 0 1 .355 2.208l-.235.797a2.68 2.68 0 0 1-1.409 1.65l-3.84 1.866a2.81 2.81 0 0 1-2.819-.215l-3.444-2.39a2.62 2.62 0 0 1-1.027-2.95"/><path d="m22 2l-8 8"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsComet02(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="m15 2l-1.001 1.001M9 8l3-3m9.414 5.586a2 2 0 1 1-2.828 2.828a2 2 0 0 1 2.828-2.828Z"/><path strokeLinejoin="round" d="m2.121 16.163l.902-2.846a2.7 2.7 0 0 1 1.393-1.599l1.092-.53c.854-.415 1.893-.121 2.384.674l1.021 1.655c.253.408.379.612.54.718a.88.88 0 0 0 .771.092c.183-.063.356-.232.702-.568c.816-.792 2.173-.662 2.812.27l.802 1.169a2.6 2.6 0 0 1 .355 2.208l-.235.797a2.68 2.68 0 0 1-1.409 1.65l-3.84 1.866a2.81 2.81 0 0 1-2.819-.215l-3.444-2.39a2.62 2.62 0 0 1-1.027-2.95"/><path d="m22 2l-8 8"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="m15 2l-1.001 1.001M9 8l3-3m9.414 5.586a2 2 0 1 1-2.828 2.828a2 2 0 0 1 2.828-2.828Z"/><path stroke-linejoin="round" d="m2.121 16.163l.902-2.846a2.7 2.7 0 0 1 1.393-1.599l1.092-.53c.854-.415 1.893-.121 2.384.674l1.021 1.655c.253.408.379.612.54.718a.88.88 0 0 0 .771.092c.183-.063.356-.232.702-.568c.816-.792 2.173-.662 2.812.27l.802 1.169a2.6 2.6 0 0 1 .355 2.208l-.235.797a2.68 2.68 0 0 1-1.409 1.65l-3.84 1.866a2.81 2.81 0 0 1-2.819-.215l-3.444-2.39a2.62 2.62 0 0 1-1.027-2.95"/><path d="m22 2l-8 8"/></g></svg> </template>
CSS
.icon-comet-02 {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m15%202l-1.001%201.001M9%208l3-3m9.414%205.586a2%202%200%201%201-2.828%202.828a2%202%200%200%201%202.828-2.828Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m2.121%2016.163l.902-2.846a2.7%202.7%200%200%201%201.393-1.599l1.092-.53c.854-.415%201.893-.121%202.384.674l1.021%201.655c.253.408.379.612.54.718a.88.88%200%200%200%20.771.092c.183-.063.356-.232.702-.568c.816-.792%202.173-.662%202.812.27l.802%201.169a2.6%202.6%200%200%201%20.355%202.208l-.235.797a2.68%202.68%200%200%201-1.409%201.65l-3.84%201.866a2.81%202.81%200%200%201-2.819-.215l-3.444-2.39a2.62%202.62%200%200%201-1.027-2.95%22%2F%3E%3Cpath%20d%3D%22m22%202l-8%208%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m15%202l-1.001%201.001M9%208l3-3m9.414%205.586a2%202%200%201%201-2.828%202.828a2%202%200%200%201%202.828-2.828Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m2.121%2016.163l.902-2.846a2.7%202.7%200%200%201%201.393-1.599l1.092-.53c.854-.415%201.893-.121%202.384.674l1.021%201.655c.253.408.379.612.54.718a.88.88%200%200%200%20.771.092c.183-.063.356-.232.702-.568c.816-.792%202.173-.662%202.812.27l.802%201.169a2.6%202.6%200%200%201%20.355%202.208l-.235.797a2.68%202.68%200%200%201-1.409%201.65l-3.84%201.866a2.81%202.81%200%200%201-2.819-.215l-3.444-2.39a2.62%202.62%200%200%201-1.027-2.95%22%2F%3E%3Cpath%20d%3D%22m22%202l-8%208%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/comet-02.svg?color=%231a73e8&size=48