comet emoji
comet from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.
- Name
- comet
- Set
- OpenMoji
- Style
- Default
- Category
- Travel Places
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More travel places icons from OpenMoji
Use the comet emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="20.767" cy="48.407" fill="#ea5a47" rx="6.586" ry="7.025" transform="rotate(-25.837 20.767 48.407)"/><path fill="#d22f27" d="M24.98 42.16c-.036-.034.104 1.5.114 1.548a9.5 9.5 0 0 1-.56 4.409c-.753 2.321-2.116 5.892-3.164 5.954c-2.231.133 4.166.094 4.166.094s.438-.096.878-.878c.179-.317 1.24-.199 1.419-.813c.172-.592.443-.485.702-.741c.674-.667.544-.578.514-1.08c-.042-.697 0-4.391 0-4.391Z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.49" d="m28.054 44.314l1.033 2.742l.312 2.05l-1.016 2.793l-.979 1.171l-1.6.703l-1.082.596l-2.495.693l-.757-.165l-1.964-.025l-2.03-.911l-1.612-2.042l-.749-2.004l-.974-2.012l.448-1.285l.325-1.23l.5-2.333l3.81-2.037L21.56 41s.936.42 1.258.56c.112.049 1.054.38 1.173.408Z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m26.841 36.759l19.435-19.436M31.782 37.982l23.6-23.6M35.171 40.229l15.964-15.964m-10.964-6.036L43.7 14.7M25.171 33.229L28.7 29.7m4.471 16.529L36.7 42.7m19.471-23.471L59.7 15.7"/><path d="M22.608 30.496a1.126 1.126 0 0 0 0-2.25a1.126 1.126 0 0 0 0 2.25m8 28a1.126 1.126 0 0 0 0-2.25a1.126 1.126 0 0 0 0 2.25"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M40 41h2l.75-2.25l.75 2.25h2L44 42.25l.5 2L42.75 43L41 44.25l.75-2zM28 20h2l.75-2.25l.75 2.25h2L32 21.25l.5 2L30.75 22L29 23.25l.75-2z"/><path d="M53.608 28.496a1.126 1.126 0 0 0 0-2.25a1.126 1.126 0 0 0 0 2.25"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiComet(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="20.767" cy="48.407" fill="#ea5a47" rx="6.586" ry="7.025" transform="rotate(-25.837 20.767 48.407)"/><path fill="#d22f27" d="M24.98 42.16c-.036-.034.104 1.5.114 1.548a9.5 9.5 0 0 1-.56 4.409c-.753 2.321-2.116 5.892-3.164 5.954c-2.231.133 4.166.094 4.166.094s.438-.096.878-.878c.179-.317 1.24-.199 1.419-.813c.172-.592.443-.485.702-.741c.674-.667.544-.578.514-1.08c-.042-.697 0-4.391 0-4.391Z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.49" d="m28.054 44.314l1.033 2.742l.312 2.05l-1.016 2.793l-.979 1.171l-1.6.703l-1.082.596l-2.495.693l-.757-.165l-1.964-.025l-2.03-.911l-1.612-2.042l-.749-2.004l-.974-2.012l.448-1.285l.325-1.23l.5-2.333l3.81-2.037L21.56 41s.936.42 1.258.56c.112.049 1.054.38 1.173.408Z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m26.841 36.759l19.435-19.436M31.782 37.982l23.6-23.6M35.171 40.229l15.964-15.964m-10.964-6.036L43.7 14.7M25.171 33.229L28.7 29.7m4.471 16.529L36.7 42.7m19.471-23.471L59.7 15.7"/><path d="M22.608 30.496a1.126 1.126 0 0 0 0-2.25a1.126 1.126 0 0 0 0 2.25m8 28a1.126 1.126 0 0 0 0-2.25a1.126 1.126 0 0 0 0 2.25"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M40 41h2l.75-2.25l.75 2.25h2L44 42.25l.5 2L42.75 43L41 44.25l.75-2zM28 20h2l.75-2.25l.75 2.25h2L32 21.25l.5 2L30.75 22L29 23.25l.75-2z"/><path d="M53.608 28.496a1.126 1.126 0 0 0 0-2.25a1.126 1.126 0 0 0 0 2.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="20.767" cy="48.407" fill="#ea5a47" rx="6.586" ry="7.025" transform="rotate(-25.837 20.767 48.407)"/><path fill="#d22f27" d="M24.98 42.16c-.036-.034.104 1.5.114 1.548a9.5 9.5 0 0 1-.56 4.409c-.753 2.321-2.116 5.892-3.164 5.954c-2.231.133 4.166.094 4.166.094s.438-.096.878-.878c.179-.317 1.24-.199 1.419-.813c.172-.592.443-.485.702-.741c.674-.667.544-.578.514-1.08c-.042-.697 0-4.391 0-4.391Z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.49" d="m28.054 44.314l1.033 2.742l.312 2.05l-1.016 2.793l-.979 1.171l-1.6.703l-1.082.596l-2.495.693l-.757-.165l-1.964-.025l-2.03-.911l-1.612-2.042l-.749-2.004l-.974-2.012l.448-1.285l.325-1.23l.5-2.333l3.81-2.037L21.56 41s.936.42 1.258.56c.112.049 1.054.38 1.173.408Z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m26.841 36.759l19.435-19.436M31.782 37.982l23.6-23.6M35.171 40.229l15.964-15.964m-10.964-6.036L43.7 14.7M25.171 33.229L28.7 29.7m4.471 16.529L36.7 42.7m19.471-23.471L59.7 15.7"/><path d="M22.608 30.496a1.126 1.126 0 0 0 0-2.25a1.126 1.126 0 0 0 0 2.25m8 28a1.126 1.126 0 0 0 0-2.25a1.126 1.126 0 0 0 0 2.25"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M40 41h2l.75-2.25l.75 2.25h2L44 42.25l.5 2L42.75 43L41 44.25l.75-2zM28 20h2l.75-2.25l.75 2.25h2L32 21.25l.5 2L30.75 22L29 23.25l.75-2z"/><path d="M53.608 28.496a1.126 1.126 0 0 0 0-2.25a1.126 1.126 0 0 0 0 2.25"/></svg> </template>
CSS
.icon-comet {
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%2072%2072%22%3E%3Cellipse%20cx%3D%2220.767%22%20cy%3D%2248.407%22%20fill%3D%22%23ea5a47%22%20rx%3D%226.586%22%20ry%3D%227.025%22%20transform%3D%22rotate(-25.837%2020.767%2048.407)%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M24.98%2042.16c-.036-.034.104%201.5.114%201.548a9.5%209.5%200%200%201-.56%204.409c-.753%202.321-2.116%205.892-3.164%205.954c-2.231.133%204.166.094%204.166.094s.438-.096.878-.878c.179-.317%201.24-.199%201.419-.813c.172-.592.443-.485.702-.741c.674-.667.544-.578.514-1.08c-.042-.697%200-4.391%200-4.391Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.49%22%20d%3D%22m28.054%2044.314l1.033%202.742l.312%202.05l-1.016%202.793l-.979%201.171l-1.6.703l-1.082.596l-2.495.693l-.757-.165l-1.964-.025l-2.03-.911l-1.612-2.042l-.749-2.004l-.974-2.012l.448-1.285l.325-1.23l.5-2.333l3.81-2.037L21.56%2041s.936.42%201.258.56c.112.049%201.054.38%201.173.408Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m26.841%2036.759l19.435-19.436M31.782%2037.982l23.6-23.6M35.171%2040.229l15.964-15.964m-10.964-6.036L43.7%2014.7M25.171%2033.229L28.7%2029.7m4.471%2016.529L36.7%2042.7m19.471-23.471L59.7%2015.7%22%2F%3E%3Cpath%20d%3D%22M22.608%2030.496a1.126%201.126%200%200%200%200-2.25a1.126%201.126%200%200%200%200%202.25m8%2028a1.126%201.126%200%200%200%200-2.25a1.126%201.126%200%200%200%200%202.25%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M40%2041h2l.75-2.25l.75%202.25h2L44%2042.25l.5%202L42.75%2043L41%2044.25l.75-2zM28%2020h2l.75-2.25l.75%202.25h2L32%2021.25l.5%202L30.75%2022L29%2023.25l.75-2z%22%2F%3E%3Cpath%20d%3D%22M53.608%2028.496a1.126%201.126%200%200%200%200-2.25a1.126%201.126%200%200%200%200%202.25%22%2F%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%2072%2072%22%3E%3Cellipse%20cx%3D%2220.767%22%20cy%3D%2248.407%22%20fill%3D%22%23ea5a47%22%20rx%3D%226.586%22%20ry%3D%227.025%22%20transform%3D%22rotate(-25.837%2020.767%2048.407)%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M24.98%2042.16c-.036-.034.104%201.5.114%201.548a9.5%209.5%200%200%201-.56%204.409c-.753%202.321-2.116%205.892-3.164%205.954c-2.231.133%204.166.094%204.166.094s.438-.096.878-.878c.179-.317%201.24-.199%201.419-.813c.172-.592.443-.485.702-.741c.674-.667.544-.578.514-1.08c-.042-.697%200-4.391%200-4.391Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.49%22%20d%3D%22m28.054%2044.314l1.033%202.742l.312%202.05l-1.016%202.793l-.979%201.171l-1.6.703l-1.082.596l-2.495.693l-.757-.165l-1.964-.025l-2.03-.911l-1.612-2.042l-.749-2.004l-.974-2.012l.448-1.285l.325-1.23l.5-2.333l3.81-2.037L21.56%2041s.936.42%201.258.56c.112.049%201.054.38%201.173.408Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m26.841%2036.759l19.435-19.436M31.782%2037.982l23.6-23.6M35.171%2040.229l15.964-15.964m-10.964-6.036L43.7%2014.7M25.171%2033.229L28.7%2029.7m4.471%2016.529L36.7%2042.7m19.471-23.471L59.7%2015.7%22%2F%3E%3Cpath%20d%3D%22M22.608%2030.496a1.126%201.126%200%200%200%200-2.25a1.126%201.126%200%200%200%200%202.25m8%2028a1.126%201.126%200%200%200%200-2.25a1.126%201.126%200%200%200%200%202.25%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M40%2041h2l.75-2.25l.75%202.25h2L44%2042.25l.5%202L42.75%2043L41%2044.25l.75-2zM28%2020h2l.75-2.25l.75%202.25h2L32%2021.25l.5%202L30.75%2022L29%2023.25l.75-2z%22%2F%3E%3Cpath%20d%3D%22M53.608%2028.496a1.126%201.126%200%200%200%200-2.25a1.126%201.126%200%200%200%200%202.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/comet.svg?color=%231a73e8&size=48