ringed planet emoji

ringed-planet from Twitter Emoji by Twitter · Default · Travel & Places · CC-BY-4.0 Attribution required.

Name
ringed-planet
Set
Twitter Emoji
Style
Default
Category
Travel & Places
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More travel & places icons from Twitter Emoji

Use the ringed planet emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="10.694" fill="#ffcc4d"/><path fill="#f4900c" d="M10.229 22.751c-.985.067-1.689-.308-2.203-.917c.214.557.487 1.081.788 1.588c.771.289 1.591.41 2.54-.272c-.463-.227-.88-.415-1.125-.399M23.086 8.608c.045.328-.187.5-.75.363c-.955-.232-1.793.776-2.274 1.619c-.947 1.657-4.854 3.524-4.857 2.087c-.001-.679-3.452.843-3.893.161c-.417-.644-1.663-.396-1.921-1.168a10.66 10.66 0 0 0-2.04 5.422c.377.718.864 1.282 1.352 1.526c.66.33 3.726 1.528 4.174.763c.747-1.276 5.229-.373 5.122-1.044c-.205-1.285 2.427-.23 3.373-1.886c.482-.843 1.533-1.49 2.489-1.258c1.116.271 2.493-1.643 2.389-3.996a10.7 10.7 0 0 0-3.164-2.589m3.181 16.175c-.338.166-.671.293-.975.326c-2.248.243-2.734 2.005-4.242 1.703c-.777-.156-1.837 1.214-3.05 1.297a22 22 0 0 0-2.386.308a10.7 10.7 0 0 0 2.386.277c3.331 0 6.305-1.523 8.267-3.911"/><path fill="#e85e00" d="M23.225 8.674a10.7 10.7 0 0 1 2.554 2.003c2.491-.157 4.01.429 3.883 1.777c-.066.705-.585 1.542-1.431 2.435c-2.108 2.221-6.309 4.796-11.07 6.602c-3.309 1.255-6.258 1.9-8.366 1.934c-2.145.035-3.418-.563-3.302-1.803c.076-.815.752-1.806 1.852-2.857c-.019-.255-.039-.507-.039-.765c0-.848.109-1.669.296-2.461C3.3 18.522.5 21.807.5 24.369c0 3.487 5.162 4.558 12.275 2.957A43 43 0 0 0 18 25.777c3.9-1.419 7.489-3.3 10.399-5.317c4.301-2.983 7.101-6.268 7.101-8.83c0-3.486-5.162-4.558-12.275-2.956"/><path fill="#f4900c" d="M6.356 18.051a11.3 11.3 0 0 0-1.88 2.382c-.49.852-.907 1.811-.844 2.671c.035.856.682 1.366 1.558 1.602c.874.227 1.845.287 2.834.229a25.3 25.3 0 0 0 5.841-.965c1.924-.505 3.791-1.225 5.615-2.036a42.6 42.6 0 0 0 10.132-6.382c.368-.333.771-.649 1.124-.986c.333-.337.647-.713.91-1.097c.522-.768.826-1.667.335-2.352c-.49-.696-1.495-1.075-2.453-1.271c-.981-.187-2.01-.23-3.03-.111c.992-.265 2.037-.395 3.088-.316c1.03.092 2.172.3 3.008 1.221c.41.457.599 1.145.524 1.746c-.057.611-.293 1.15-.563 1.635c-.278.485-.59.925-.945 1.348c-.352.404-.709.777-1.072 1.163c-2.932 2.994-6.44 5.414-10.261 7.159c-3.816 1.72-7.974 2.911-12.261 2.754c-1.056-.04-2.157-.133-3.236-.548c-.534-.209-1.082-.517-1.5-1.016a2.5 2.5 0 0 1-.589-1.774c.098-1.213.704-2.152 1.349-2.976a9.8 9.8 0 0 1 2.316-2.08"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiRingedPlanet(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="10.694" fill="#ffcc4d"/><path fill="#f4900c" d="M10.229 22.751c-.985.067-1.689-.308-2.203-.917c.214.557.487 1.081.788 1.588c.771.289 1.591.41 2.54-.272c-.463-.227-.88-.415-1.125-.399M23.086 8.608c.045.328-.187.5-.75.363c-.955-.232-1.793.776-2.274 1.619c-.947 1.657-4.854 3.524-4.857 2.087c-.001-.679-3.452.843-3.893.161c-.417-.644-1.663-.396-1.921-1.168a10.66 10.66 0 0 0-2.04 5.422c.377.718.864 1.282 1.352 1.526c.66.33 3.726 1.528 4.174.763c.747-1.276 5.229-.373 5.122-1.044c-.205-1.285 2.427-.23 3.373-1.886c.482-.843 1.533-1.49 2.489-1.258c1.116.271 2.493-1.643 2.389-3.996a10.7 10.7 0 0 0-3.164-2.589m3.181 16.175c-.338.166-.671.293-.975.326c-2.248.243-2.734 2.005-4.242 1.703c-.777-.156-1.837 1.214-3.05 1.297a22 22 0 0 0-2.386.308a10.7 10.7 0 0 0 2.386.277c3.331 0 6.305-1.523 8.267-3.911"/><path fill="#e85e00" d="M23.225 8.674a10.7 10.7 0 0 1 2.554 2.003c2.491-.157 4.01.429 3.883 1.777c-.066.705-.585 1.542-1.431 2.435c-2.108 2.221-6.309 4.796-11.07 6.602c-3.309 1.255-6.258 1.9-8.366 1.934c-2.145.035-3.418-.563-3.302-1.803c.076-.815.752-1.806 1.852-2.857c-.019-.255-.039-.507-.039-.765c0-.848.109-1.669.296-2.461C3.3 18.522.5 21.807.5 24.369c0 3.487 5.162 4.558 12.275 2.957A43 43 0 0 0 18 25.777c3.9-1.419 7.489-3.3 10.399-5.317c4.301-2.983 7.101-6.268 7.101-8.83c0-3.486-5.162-4.558-12.275-2.956"/><path fill="#f4900c" d="M6.356 18.051a11.3 11.3 0 0 0-1.88 2.382c-.49.852-.907 1.811-.844 2.671c.035.856.682 1.366 1.558 1.602c.874.227 1.845.287 2.834.229a25.3 25.3 0 0 0 5.841-.965c1.924-.505 3.791-1.225 5.615-2.036a42.6 42.6 0 0 0 10.132-6.382c.368-.333.771-.649 1.124-.986c.333-.337.647-.713.91-1.097c.522-.768.826-1.667.335-2.352c-.49-.696-1.495-1.075-2.453-1.271c-.981-.187-2.01-.23-3.03-.111c.992-.265 2.037-.395 3.088-.316c1.03.092 2.172.3 3.008 1.221c.41.457.599 1.145.524 1.746c-.057.611-.293 1.15-.563 1.635c-.278.485-.59.925-.945 1.348c-.352.404-.709.777-1.072 1.163c-2.932 2.994-6.44 5.414-10.261 7.159c-3.816 1.72-7.974 2.911-12.261 2.754c-1.056-.04-2.157-.133-3.236-.548c-.534-.209-1.082-.517-1.5-1.016a2.5 2.5 0 0 1-.589-1.774c.098-1.213.704-2.152 1.349-2.976a9.8 9.8 0 0 1 2.316-2.08"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="10.694" fill="#ffcc4d"/><path fill="#f4900c" d="M10.229 22.751c-.985.067-1.689-.308-2.203-.917c.214.557.487 1.081.788 1.588c.771.289 1.591.41 2.54-.272c-.463-.227-.88-.415-1.125-.399M23.086 8.608c.045.328-.187.5-.75.363c-.955-.232-1.793.776-2.274 1.619c-.947 1.657-4.854 3.524-4.857 2.087c-.001-.679-3.452.843-3.893.161c-.417-.644-1.663-.396-1.921-1.168a10.66 10.66 0 0 0-2.04 5.422c.377.718.864 1.282 1.352 1.526c.66.33 3.726 1.528 4.174.763c.747-1.276 5.229-.373 5.122-1.044c-.205-1.285 2.427-.23 3.373-1.886c.482-.843 1.533-1.49 2.489-1.258c1.116.271 2.493-1.643 2.389-3.996a10.7 10.7 0 0 0-3.164-2.589m3.181 16.175c-.338.166-.671.293-.975.326c-2.248.243-2.734 2.005-4.242 1.703c-.777-.156-1.837 1.214-3.05 1.297a22 22 0 0 0-2.386.308a10.7 10.7 0 0 0 2.386.277c3.331 0 6.305-1.523 8.267-3.911"/><path fill="#e85e00" d="M23.225 8.674a10.7 10.7 0 0 1 2.554 2.003c2.491-.157 4.01.429 3.883 1.777c-.066.705-.585 1.542-1.431 2.435c-2.108 2.221-6.309 4.796-11.07 6.602c-3.309 1.255-6.258 1.9-8.366 1.934c-2.145.035-3.418-.563-3.302-1.803c.076-.815.752-1.806 1.852-2.857c-.019-.255-.039-.507-.039-.765c0-.848.109-1.669.296-2.461C3.3 18.522.5 21.807.5 24.369c0 3.487 5.162 4.558 12.275 2.957A43 43 0 0 0 18 25.777c3.9-1.419 7.489-3.3 10.399-5.317c4.301-2.983 7.101-6.268 7.101-8.83c0-3.486-5.162-4.558-12.275-2.956"/><path fill="#f4900c" d="M6.356 18.051a11.3 11.3 0 0 0-1.88 2.382c-.49.852-.907 1.811-.844 2.671c.035.856.682 1.366 1.558 1.602c.874.227 1.845.287 2.834.229a25.3 25.3 0 0 0 5.841-.965c1.924-.505 3.791-1.225 5.615-2.036a42.6 42.6 0 0 0 10.132-6.382c.368-.333.771-.649 1.124-.986c.333-.337.647-.713.91-1.097c.522-.768.826-1.667.335-2.352c-.49-.696-1.495-1.075-2.453-1.271c-.981-.187-2.01-.23-3.03-.111c.992-.265 2.037-.395 3.088-.316c1.03.092 2.172.3 3.008 1.221c.41.457.599 1.145.524 1.746c-.057.611-.293 1.15-.563 1.635c-.278.485-.59.925-.945 1.348c-.352.404-.709.777-1.072 1.163c-2.932 2.994-6.44 5.414-10.261 7.159c-3.816 1.72-7.974 2.911-12.261 2.754c-1.056-.04-2.157-.133-3.236-.548c-.534-.209-1.082-.517-1.5-1.016a2.5 2.5 0 0 1-.589-1.774c.098-1.213.704-2.152 1.349-2.976a9.8 9.8 0 0 1 2.316-2.08"/></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%2036%2036%22%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2210.694%22%20fill%3D%22%23ffcc4d%22%2F%3E%3Cpath%20fill%3D%22%23f4900c%22%20d%3D%22M10.229%2022.751c-.985.067-1.689-.308-2.203-.917c.214.557.487%201.081.788%201.588c.771.289%201.591.41%202.54-.272c-.463-.227-.88-.415-1.125-.399M23.086%208.608c.045.328-.187.5-.75.363c-.955-.232-1.793.776-2.274%201.619c-.947%201.657-4.854%203.524-4.857%202.087c-.001-.679-3.452.843-3.893.161c-.417-.644-1.663-.396-1.921-1.168a10.66%2010.66%200%200%200-2.04%205.422c.377.718.864%201.282%201.352%201.526c.66.33%203.726%201.528%204.174.763c.747-1.276%205.229-.373%205.122-1.044c-.205-1.285%202.427-.23%203.373-1.886c.482-.843%201.533-1.49%202.489-1.258c1.116.271%202.493-1.643%202.389-3.996a10.7%2010.7%200%200%200-3.164-2.589m3.181%2016.175c-.338.166-.671.293-.975.326c-2.248.243-2.734%202.005-4.242%201.703c-.777-.156-1.837%201.214-3.05%201.297a22%2022%200%200%200-2.386.308a10.7%2010.7%200%200%200%202.386.277c3.331%200%206.305-1.523%208.267-3.911%22%2F%3E%3Cpath%20fill%3D%22%23e85e00%22%20d%3D%22M23.225%208.674a10.7%2010.7%200%200%201%202.554%202.003c2.491-.157%204.01.429%203.883%201.777c-.066.705-.585%201.542-1.431%202.435c-2.108%202.221-6.309%204.796-11.07%206.602c-3.309%201.255-6.258%201.9-8.366%201.934c-2.145.035-3.418-.563-3.302-1.803c.076-.815.752-1.806%201.852-2.857c-.019-.255-.039-.507-.039-.765c0-.848.109-1.669.296-2.461C3.3%2018.522.5%2021.807.5%2024.369c0%203.487%205.162%204.558%2012.275%202.957A43%2043%200%200%200%2018%2025.777c3.9-1.419%207.489-3.3%2010.399-5.317c4.301-2.983%207.101-6.268%207.101-8.83c0-3.486-5.162-4.558-12.275-2.956%22%2F%3E%3Cpath%20fill%3D%22%23f4900c%22%20d%3D%22M6.356%2018.051a11.3%2011.3%200%200%200-1.88%202.382c-.49.852-.907%201.811-.844%202.671c.035.856.682%201.366%201.558%201.602c.874.227%201.845.287%202.834.229a25.3%2025.3%200%200%200%205.841-.965c1.924-.505%203.791-1.225%205.615-2.036a42.6%2042.6%200%200%200%2010.132-6.382c.368-.333.771-.649%201.124-.986c.333-.337.647-.713.91-1.097c.522-.768.826-1.667.335-2.352c-.49-.696-1.495-1.075-2.453-1.271c-.981-.187-2.01-.23-3.03-.111c.992-.265%202.037-.395%203.088-.316c1.03.092%202.172.3%203.008%201.221c.41.457.599%201.145.524%201.746c-.057.611-.293%201.15-.563%201.635c-.278.485-.59.925-.945%201.348c-.352.404-.709.777-1.072%201.163c-2.932%202.994-6.44%205.414-10.261%207.159c-3.816%201.72-7.974%202.911-12.261%202.754c-1.056-.04-2.157-.133-3.236-.548c-.534-.209-1.082-.517-1.5-1.016a2.5%202.5%200%200%201-.589-1.774c.098-1.213.704-2.152%201.349-2.976a9.8%209.8%200%200%201%202.316-2.08%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%2036%2036%22%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2210.694%22%20fill%3D%22%23ffcc4d%22%2F%3E%3Cpath%20fill%3D%22%23f4900c%22%20d%3D%22M10.229%2022.751c-.985.067-1.689-.308-2.203-.917c.214.557.487%201.081.788%201.588c.771.289%201.591.41%202.54-.272c-.463-.227-.88-.415-1.125-.399M23.086%208.608c.045.328-.187.5-.75.363c-.955-.232-1.793.776-2.274%201.619c-.947%201.657-4.854%203.524-4.857%202.087c-.001-.679-3.452.843-3.893.161c-.417-.644-1.663-.396-1.921-1.168a10.66%2010.66%200%200%200-2.04%205.422c.377.718.864%201.282%201.352%201.526c.66.33%203.726%201.528%204.174.763c.747-1.276%205.229-.373%205.122-1.044c-.205-1.285%202.427-.23%203.373-1.886c.482-.843%201.533-1.49%202.489-1.258c1.116.271%202.493-1.643%202.389-3.996a10.7%2010.7%200%200%200-3.164-2.589m3.181%2016.175c-.338.166-.671.293-.975.326c-2.248.243-2.734%202.005-4.242%201.703c-.777-.156-1.837%201.214-3.05%201.297a22%2022%200%200%200-2.386.308a10.7%2010.7%200%200%200%202.386.277c3.331%200%206.305-1.523%208.267-3.911%22%2F%3E%3Cpath%20fill%3D%22%23e85e00%22%20d%3D%22M23.225%208.674a10.7%2010.7%200%200%201%202.554%202.003c2.491-.157%204.01.429%203.883%201.777c-.066.705-.585%201.542-1.431%202.435c-2.108%202.221-6.309%204.796-11.07%206.602c-3.309%201.255-6.258%201.9-8.366%201.934c-2.145.035-3.418-.563-3.302-1.803c.076-.815.752-1.806%201.852-2.857c-.019-.255-.039-.507-.039-.765c0-.848.109-1.669.296-2.461C3.3%2018.522.5%2021.807.5%2024.369c0%203.487%205.162%204.558%2012.275%202.957A43%2043%200%200%200%2018%2025.777c3.9-1.419%207.489-3.3%2010.399-5.317c4.301-2.983%207.101-6.268%207.101-8.83c0-3.486-5.162-4.558-12.275-2.956%22%2F%3E%3Cpath%20fill%3D%22%23f4900c%22%20d%3D%22M6.356%2018.051a11.3%2011.3%200%200%200-1.88%202.382c-.49.852-.907%201.811-.844%202.671c.035.856.682%201.366%201.558%201.602c.874.227%201.845.287%202.834.229a25.3%2025.3%200%200%200%205.841-.965c1.924-.505%203.791-1.225%205.615-2.036a42.6%2042.6%200%200%200%2010.132-6.382c.368-.333.771-.649%201.124-.986c.333-.337.647-.713.91-1.097c.522-.768.826-1.667.335-2.352c-.49-.696-1.495-1.075-2.453-1.271c-.981-.187-2.01-.23-3.03-.111c.992-.265%202.037-.395%203.088-.316c1.03.092%202.172.3%203.008%201.221c.41.457.599%201.145.524%201.746c-.057.611-.293%201.15-.563%201.635c-.278.485-.59.925-.945%201.348c-.352.404-.709.777-1.072%201.163c-2.932%202.994-6.44%205.414-10.261%207.159c-3.816%201.72-7.974%202.911-12.261%202.754c-1.056-.04-2.157-.133-3.236-.548c-.534-.209-1.082-.517-1.5-1.016a2.5%202.5%200%200%201-.589-1.774c.098-1.213.704-2.152%201.349-2.976a9.8%209.8%200%200%201%202.316-2.08%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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