colossus of rhodes emoji
colossus-of-rhodes from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- colossus-of-rhodes
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras openmoji icons from OpenMoji
Use the colossus of rhodes emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M27.767 61.516H17.622v-.575h-1.575v1.575a1 1 0 0 0 1 1h10.72a1 1 0 1 0 0-2m16.532 0h10.145v-.575h1.575v1.575a1 1 0 0 1-1 1h-10.72a1 1 0 0 1 0-2"/><rect width="18.532" height="4.111" x="26.767" y="61.889" fill="#61b2e4" rx="1"/><circle cx="35.952" cy="19.368" r="2.314" fill="#f4aa41"/><path fill="#f4aa41" d="m41.74 38.912l-1.135-9.588l.183-.395l3.396 3.743a.76.76 0 0 1 .077.93c-.47.72-1.045 1.636-1.425 2.195a2.22 2.22 0 0 0 .85 3.115l4.468-6.112l-6.167-6.465l-2.667-1.028l-7.005-.15l-1.085-.618l-3.31-4.22l-1.419-6.347c-1.29 0-1.863.765-1.863 1.544c0 1.255.057 1.495.057 4.065c0 2.21 2.177 4.924 4.262 6.754a12 12 0 0 0 2.363 1.753l-.214 1.236l-.502 9.588l-6.697 22.041h2.546l8.752-19.286h1.543l8.919 19.286h2.545Z"/><path fill="none" stroke="#9b9b9a" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.095 7.544c0-.972.558-1.944 1.41-1.944m2.341 1.944a2.096 2.096 0 0 1 1.432-2.23c1.53-.617 2.853.668 4.49-.308"/><path fill="#f4aa41" d="M31.807 9.882c0 1.746-1.997 3.16-4.462 3.16s-4.462-1.414-4.462-3.16Z"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="m34.316 17.732l-1.879-1.878"/><circle cx="35.952" cy="19.368" r="2.314" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="M35.952 17.054v-2.686m1.757 3.502l1.902-1.903m-1.345 3.401h2.685m-7.313 0h-2.657m-3.573-5.958l.195 5.885a3.5 3.5 0 0 0 .5 1.691c1.255 2.075 3.295 4.282 4.787 4.095a30 30 0 0 1 6.172 0a4 4 0 0 1 2.629.886a50.5 50.5 0 0 1 5.017 5.182a2.76 2.76 0 0 1 .18 3.431l-2.59 3.644M31.807 9.882c0 1.746-1.997 3.16-4.462 3.16s-4.462-1.414-4.462-3.16Zm-14.76 51.071h10.72V65m16.532 0v-4.047h10.72"/><path stroke-linecap="round" stroke-linejoin="round" d="m39.832 29.324l1.515 9.588l6.458 20.073h.002a1.46 1.46 0 0 1-2.673 1.166l-7.33-16.955a1.858 1.858 0 0 0-3.658 0l-7.33 16.955a1.46 1.46 0 0 1-2.672-1.167l.002.001l6.457-20.073l1.515-9.588"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiColossusOfRhodes(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M27.767 61.516H17.622v-.575h-1.575v1.575a1 1 0 0 0 1 1h10.72a1 1 0 1 0 0-2m16.532 0h10.145v-.575h1.575v1.575a1 1 0 0 1-1 1h-10.72a1 1 0 0 1 0-2"/><rect width="18.532" height="4.111" x="26.767" y="61.889" fill="#61b2e4" rx="1"/><circle cx="35.952" cy="19.368" r="2.314" fill="#f4aa41"/><path fill="#f4aa41" d="m41.74 38.912l-1.135-9.588l.183-.395l3.396 3.743a.76.76 0 0 1 .077.93c-.47.72-1.045 1.636-1.425 2.195a2.22 2.22 0 0 0 .85 3.115l4.468-6.112l-6.167-6.465l-2.667-1.028l-7.005-.15l-1.085-.618l-3.31-4.22l-1.419-6.347c-1.29 0-1.863.765-1.863 1.544c0 1.255.057 1.495.057 4.065c0 2.21 2.177 4.924 4.262 6.754a12 12 0 0 0 2.363 1.753l-.214 1.236l-.502 9.588l-6.697 22.041h2.546l8.752-19.286h1.543l8.919 19.286h2.545Z"/><path fill="none" stroke="#9b9b9a" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M25.095 7.544c0-.972.558-1.944 1.41-1.944m2.341 1.944a2.096 2.096 0 0 1 1.432-2.23c1.53-.617 2.853.668 4.49-.308"/><path fill="#f4aa41" d="M31.807 9.882c0 1.746-1.997 3.16-4.462 3.16s-4.462-1.414-4.462-3.16Z"/><g fill="none" stroke="#000" strokeWidth="2"><path strokeLinecap="round" strokeLinejoin="round" d="m34.316 17.732l-1.879-1.878"/><circle cx="35.952" cy="19.368" r="2.314" strokeMiterlimit="10"/><path strokeLinecap="round" strokeLinejoin="round" d="M35.952 17.054v-2.686m1.757 3.502l1.902-1.903m-1.345 3.401h2.685m-7.313 0h-2.657m-3.573-5.958l.195 5.885a3.5 3.5 0 0 0 .5 1.691c1.255 2.075 3.295 4.282 4.787 4.095a30 30 0 0 1 6.172 0a4 4 0 0 1 2.629.886a50.5 50.5 0 0 1 5.017 5.182a2.76 2.76 0 0 1 .18 3.431l-2.59 3.644M31.807 9.882c0 1.746-1.997 3.16-4.462 3.16s-4.462-1.414-4.462-3.16Zm-14.76 51.071h10.72V65m16.532 0v-4.047h10.72"/><path strokeLinecap="round" strokeLinejoin="round" d="m39.832 29.324l1.515 9.588l6.458 20.073h.002a1.46 1.46 0 0 1-2.673 1.166l-7.33-16.955a1.858 1.858 0 0 0-3.658 0l-7.33 16.955a1.46 1.46 0 0 1-2.672-1.167l.002.001l6.457-20.073l1.515-9.588"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M27.767 61.516H17.622v-.575h-1.575v1.575a1 1 0 0 0 1 1h10.72a1 1 0 1 0 0-2m16.532 0h10.145v-.575h1.575v1.575a1 1 0 0 1-1 1h-10.72a1 1 0 0 1 0-2"/><rect width="18.532" height="4.111" x="26.767" y="61.889" fill="#61b2e4" rx="1"/><circle cx="35.952" cy="19.368" r="2.314" fill="#f4aa41"/><path fill="#f4aa41" d="m41.74 38.912l-1.135-9.588l.183-.395l3.396 3.743a.76.76 0 0 1 .077.93c-.47.72-1.045 1.636-1.425 2.195a2.22 2.22 0 0 0 .85 3.115l4.468-6.112l-6.167-6.465l-2.667-1.028l-7.005-.15l-1.085-.618l-3.31-4.22l-1.419-6.347c-1.29 0-1.863.765-1.863 1.544c0 1.255.057 1.495.057 4.065c0 2.21 2.177 4.924 4.262 6.754a12 12 0 0 0 2.363 1.753l-.214 1.236l-.502 9.588l-6.697 22.041h2.546l8.752-19.286h1.543l8.919 19.286h2.545Z"/><path fill="none" stroke="#9b9b9a" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.095 7.544c0-.972.558-1.944 1.41-1.944m2.341 1.944a2.096 2.096 0 0 1 1.432-2.23c1.53-.617 2.853.668 4.49-.308"/><path fill="#f4aa41" d="M31.807 9.882c0 1.746-1.997 3.16-4.462 3.16s-4.462-1.414-4.462-3.16Z"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="m34.316 17.732l-1.879-1.878"/><circle cx="35.952" cy="19.368" r="2.314" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="M35.952 17.054v-2.686m1.757 3.502l1.902-1.903m-1.345 3.401h2.685m-7.313 0h-2.657m-3.573-5.958l.195 5.885a3.5 3.5 0 0 0 .5 1.691c1.255 2.075 3.295 4.282 4.787 4.095a30 30 0 0 1 6.172 0a4 4 0 0 1 2.629.886a50.5 50.5 0 0 1 5.017 5.182a2.76 2.76 0 0 1 .18 3.431l-2.59 3.644M31.807 9.882c0 1.746-1.997 3.16-4.462 3.16s-4.462-1.414-4.462-3.16Zm-14.76 51.071h10.72V65m16.532 0v-4.047h10.72"/><path stroke-linecap="round" stroke-linejoin="round" d="m39.832 29.324l1.515 9.588l6.458 20.073h.002a1.46 1.46 0 0 1-2.673 1.166l-7.33-16.955a1.858 1.858 0 0 0-3.658 0l-7.33 16.955a1.46 1.46 0 0 1-2.672-1.167l.002.001l6.457-20.073l1.515-9.588"/></g></svg> </template>
CSS
.icon-colossus-of-rhodes {
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%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M27.767%2061.516H17.622v-.575h-1.575v1.575a1%201%200%200%200%201%201h10.72a1%201%200%201%200%200-2m16.532%200h10.145v-.575h1.575v1.575a1%201%200%200%201-1%201h-10.72a1%201%200%200%201%200-2%22%2F%3E%3Crect%20width%3D%2218.532%22%20height%3D%224.111%22%20x%3D%2226.767%22%20y%3D%2261.889%22%20fill%3D%22%2361b2e4%22%20rx%3D%221%22%2F%3E%3Ccircle%20cx%3D%2235.952%22%20cy%3D%2219.368%22%20r%3D%222.314%22%20fill%3D%22%23f4aa41%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22m41.74%2038.912l-1.135-9.588l.183-.395l3.396%203.743a.76.76%200%200%201%20.077.93c-.47.72-1.045%201.636-1.425%202.195a2.22%202.22%200%200%200%20.85%203.115l4.468-6.112l-6.167-6.465l-2.667-1.028l-7.005-.15l-1.085-.618l-3.31-4.22l-1.419-6.347c-1.29%200-1.863.765-1.863%201.544c0%201.255.057%201.495.057%204.065c0%202.21%202.177%204.924%204.262%206.754a12%2012%200%200%200%202.363%201.753l-.214%201.236l-.502%209.588l-6.697%2022.041h2.546l8.752-19.286h1.543l8.919%2019.286h2.545Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%239b9b9a%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M25.095%207.544c0-.972.558-1.944%201.41-1.944m2.341%201.944a2.096%202.096%200%200%201%201.432-2.23c1.53-.617%202.853.668%204.49-.308%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M31.807%209.882c0%201.746-1.997%203.16-4.462%203.16s-4.462-1.414-4.462-3.16Z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m34.316%2017.732l-1.879-1.878%22%2F%3E%3Ccircle%20cx%3D%2235.952%22%20cy%3D%2219.368%22%20r%3D%222.314%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M35.952%2017.054v-2.686m1.757%203.502l1.902-1.903m-1.345%203.401h2.685m-7.313%200h-2.657m-3.573-5.958l.195%205.885a3.5%203.5%200%200%200%20.5%201.691c1.255%202.075%203.295%204.282%204.787%204.095a30%2030%200%200%201%206.172%200a4%204%200%200%201%202.629.886a50.5%2050.5%200%200%201%205.017%205.182a2.76%202.76%200%200%201%20.18%203.431l-2.59%203.644M31.807%209.882c0%201.746-1.997%203.16-4.462%203.16s-4.462-1.414-4.462-3.16Zm-14.76%2051.071h10.72V65m16.532%200v-4.047h10.72%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m39.832%2029.324l1.515%209.588l6.458%2020.073h.002a1.46%201.46%200%200%201-2.673%201.166l-7.33-16.955a1.858%201.858%200%200%200-3.658%200l-7.33%2016.955a1.46%201.46%200%200%201-2.672-1.167l.002.001l6.457-20.073l1.515-9.588%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%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M27.767%2061.516H17.622v-.575h-1.575v1.575a1%201%200%200%200%201%201h10.72a1%201%200%201%200%200-2m16.532%200h10.145v-.575h1.575v1.575a1%201%200%200%201-1%201h-10.72a1%201%200%200%201%200-2%22%2F%3E%3Crect%20width%3D%2218.532%22%20height%3D%224.111%22%20x%3D%2226.767%22%20y%3D%2261.889%22%20fill%3D%22%2361b2e4%22%20rx%3D%221%22%2F%3E%3Ccircle%20cx%3D%2235.952%22%20cy%3D%2219.368%22%20r%3D%222.314%22%20fill%3D%22%23f4aa41%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22m41.74%2038.912l-1.135-9.588l.183-.395l3.396%203.743a.76.76%200%200%201%20.077.93c-.47.72-1.045%201.636-1.425%202.195a2.22%202.22%200%200%200%20.85%203.115l4.468-6.112l-6.167-6.465l-2.667-1.028l-7.005-.15l-1.085-.618l-3.31-4.22l-1.419-6.347c-1.29%200-1.863.765-1.863%201.544c0%201.255.057%201.495.057%204.065c0%202.21%202.177%204.924%204.262%206.754a12%2012%200%200%200%202.363%201.753l-.214%201.236l-.502%209.588l-6.697%2022.041h2.546l8.752-19.286h1.543l8.919%2019.286h2.545Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%239b9b9a%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M25.095%207.544c0-.972.558-1.944%201.41-1.944m2.341%201.944a2.096%202.096%200%200%201%201.432-2.23c1.53-.617%202.853.668%204.49-.308%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M31.807%209.882c0%201.746-1.997%203.16-4.462%203.16s-4.462-1.414-4.462-3.16Z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m34.316%2017.732l-1.879-1.878%22%2F%3E%3Ccircle%20cx%3D%2235.952%22%20cy%3D%2219.368%22%20r%3D%222.314%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M35.952%2017.054v-2.686m1.757%203.502l1.902-1.903m-1.345%203.401h2.685m-7.313%200h-2.657m-3.573-5.958l.195%205.885a3.5%203.5%200%200%200%20.5%201.691c1.255%202.075%203.295%204.282%204.787%204.095a30%2030%200%200%201%206.172%200a4%204%200%200%201%202.629.886a50.5%2050.5%200%200%201%205.017%205.182a2.76%202.76%200%200%201%20.18%203.431l-2.59%203.644M31.807%209.882c0%201.746-1.997%203.16-4.462%203.16s-4.462-1.414-4.462-3.16Zm-14.76%2051.071h10.72V65m16.532%200v-4.047h10.72%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m39.832%2029.324l1.515%209.588l6.458%2020.073h.002a1.46%201.46%200%200%201-2.673%201.166l-7.33-16.955a1.858%201.858%200%200%200-3.658%200l-7.33%2016.955a1.46%201.46%200%200%201-2.672-1.167l.002.001l6.457-20.073l1.515-9.588%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/colossus-of-rhodes.svg?color=%231a73e8&size=48