ringed planet emoji

ringed-planet from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.

Name
ringed-planet
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 ringed planet emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36.146" cy="36.428" r="22.543" fill="#ea5a47"/><path fill="#d22f27" d="M52.524 20.931a22.544 22.544 0 0 1-36.242 26.145A22.542 22.542 0 1 0 52.524 20.93"/><path fill="#f1b31c" d="M52.794 22.755c7.674-.926 13.138-.024 14.191 2.849C68.825 30.622 56.51 39.754 39.478 46S7.146 53.242 5.306 48.224c-1.07-2.919 2.647-7.228 9.296-11.552l.076 1.553c-2.509 2.253-3.714 4.341-3.138 5.913c1.434 3.909 13.352 3.133 26.62-1.733s22.86-11.979 21.428-15.888c-.553-1.507-2.665-2.318-5.812-2.466Z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M17.156 46.594a21.539 21.539 0 1 1 38.77-18.687m1.751 9.257a21.555 21.555 0 0 1-34.892 16.164"/><path d="M52.794 22.755c7.674-.926 13.138-.024 14.191 2.849C68.825 30.622 56.51 39.754 39.478 46S7.146 53.242 5.306 48.224c-1.07-2.919 2.647-7.228 9.296-11.552"/><path d="M53.776 24.05c3.147.15 5.259.96 5.811 2.467c1.434 3.91-8.16 11.023-21.428 15.888s-25.185 5.642-26.619 1.733c-.576-1.572.63-3.66 3.138-5.913"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiRingedPlanet(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36.146" cy="36.428" r="22.543" fill="#ea5a47"/><path fill="#d22f27" d="M52.524 20.931a22.544 22.544 0 0 1-36.242 26.145A22.542 22.542 0 1 0 52.524 20.93"/><path fill="#f1b31c" d="M52.794 22.755c7.674-.926 13.138-.024 14.191 2.849C68.825 30.622 56.51 39.754 39.478 46S7.146 53.242 5.306 48.224c-1.07-2.919 2.647-7.228 9.296-11.552l.076 1.553c-2.509 2.253-3.714 4.341-3.138 5.913c1.434 3.909 13.352 3.133 26.62-1.733s22.86-11.979 21.428-15.888c-.553-1.507-2.665-2.318-5.812-2.466Z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M17.156 46.594a21.539 21.539 0 1 1 38.77-18.687m1.751 9.257a21.555 21.555 0 0 1-34.892 16.164"/><path d="M52.794 22.755c7.674-.926 13.138-.024 14.191 2.849C68.825 30.622 56.51 39.754 39.478 46S7.146 53.242 5.306 48.224c-1.07-2.919 2.647-7.228 9.296-11.552"/><path d="M53.776 24.05c3.147.15 5.259.96 5.811 2.467c1.434 3.91-8.16 11.023-21.428 15.888s-25.185 5.642-26.619 1.733c-.576-1.572.63-3.66 3.138-5.913"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36.146" cy="36.428" r="22.543" fill="#ea5a47"/><path fill="#d22f27" d="M52.524 20.931a22.544 22.544 0 0 1-36.242 26.145A22.542 22.542 0 1 0 52.524 20.93"/><path fill="#f1b31c" d="M52.794 22.755c7.674-.926 13.138-.024 14.191 2.849C68.825 30.622 56.51 39.754 39.478 46S7.146 53.242 5.306 48.224c-1.07-2.919 2.647-7.228 9.296-11.552l.076 1.553c-2.509 2.253-3.714 4.341-3.138 5.913c1.434 3.909 13.352 3.133 26.62-1.733s22.86-11.979 21.428-15.888c-.553-1.507-2.665-2.318-5.812-2.466Z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M17.156 46.594a21.539 21.539 0 1 1 38.77-18.687m1.751 9.257a21.555 21.555 0 0 1-34.892 16.164"/><path d="M52.794 22.755c7.674-.926 13.138-.024 14.191 2.849C68.825 30.622 56.51 39.754 39.478 46S7.146 53.242 5.306 48.224c-1.07-2.919 2.647-7.228 9.296-11.552"/><path d="M53.776 24.05c3.147.15 5.259.96 5.811 2.467c1.434 3.91-8.16 11.023-21.428 15.888s-25.185 5.642-26.619 1.733c-.576-1.572.63-3.66 3.138-5.913"/></g></svg>
</template>

CSS

.icon-ringed-planet {
  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%3Ccircle%20cx%3D%2236.146%22%20cy%3D%2236.428%22%20r%3D%2222.543%22%20fill%3D%22%23ea5a47%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M52.524%2020.931a22.544%2022.544%200%200%201-36.242%2026.145A22.542%2022.542%200%201%200%2052.524%2020.93%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M52.794%2022.755c7.674-.926%2013.138-.024%2014.191%202.849C68.825%2030.622%2056.51%2039.754%2039.478%2046S7.146%2053.242%205.306%2048.224c-1.07-2.919%202.647-7.228%209.296-11.552l.076%201.553c-2.509%202.253-3.714%204.341-3.138%205.913c1.434%203.909%2013.352%203.133%2026.62-1.733s22.86-11.979%2021.428-15.888c-.553-1.507-2.665-2.318-5.812-2.466Z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M17.156%2046.594a21.539%2021.539%200%201%201%2038.77-18.687m1.751%209.257a21.555%2021.555%200%200%201-34.892%2016.164%22%2F%3E%3Cpath%20d%3D%22M52.794%2022.755c7.674-.926%2013.138-.024%2014.191%202.849C68.825%2030.622%2056.51%2039.754%2039.478%2046S7.146%2053.242%205.306%2048.224c-1.07-2.919%202.647-7.228%209.296-11.552%22%2F%3E%3Cpath%20d%3D%22M53.776%2024.05c3.147.15%205.259.96%205.811%202.467c1.434%203.91-8.16%2011.023-21.428%2015.888s-25.185%205.642-26.619%201.733c-.576-1.572.63-3.66%203.138-5.913%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%2072%2072%22%3E%3Ccircle%20cx%3D%2236.146%22%20cy%3D%2236.428%22%20r%3D%2222.543%22%20fill%3D%22%23ea5a47%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M52.524%2020.931a22.544%2022.544%200%200%201-36.242%2026.145A22.542%2022.542%200%201%200%2052.524%2020.93%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M52.794%2022.755c7.674-.926%2013.138-.024%2014.191%202.849C68.825%2030.622%2056.51%2039.754%2039.478%2046S7.146%2053.242%205.306%2048.224c-1.07-2.919%202.647-7.228%209.296-11.552l.076%201.553c-2.509%202.253-3.714%204.341-3.138%205.913c1.434%203.909%2013.352%203.133%2026.62-1.733s22.86-11.979%2021.428-15.888c-.553-1.507-2.665-2.318-5.812-2.466Z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M17.156%2046.594a21.539%2021.539%200%201%201%2038.77-18.687m1.751%209.257a21.555%2021.555%200%200%201-34.892%2016.164%22%2F%3E%3Cpath%20d%3D%22M52.794%2022.755c7.674-.926%2013.138-.024%2014.191%202.849C68.825%2030.622%2056.51%2039.754%2039.478%2046S7.146%2053.242%205.306%2048.224c-1.07-2.919%202.647-7.228%209.296-11.552%22%2F%3E%3Cpath%20d%3D%22M53.776%2024.05c3.147.15%205.259.96%205.811%202.467c1.434%203.91-8.16%2011.023-21.428%2015.888s-25.185%205.642-26.619%201.733c-.576-1.572.63-3.66%203.138-5.913%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/ringed-planet.svg?color=%231a73e8&size=48