ophiuchus emoji
ophiuchus from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- ophiuchus
- Set
- Noto Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More symbols icons from Noto Emoji
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the ophiuchus emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="64" r="60" fill="#0097a7"/><circle cx="60.1" cy="63.1" r="56.1" fill="#00bcd4"/><path fill="#fff" d="M24 29.7c4.5-7.1 14.1-13 24.1-14.8c2.5-.4 5-.6 7.1.2c1.6.6 2.9 2.1 2 3.8c-.7 1.4-2.6 2-4.1 2.5c-9.3 3-17.9 6.4-23.1 14.3c-2 3-4.9 14.4-8.6 12.3c-3.9-2.3-3.1-9.5 2.6-18.3" opacity=".3"/><path fill="#fafafa" d="M101.8 50.3c-.8-1.6-2.5-2.6-4.3-2.6c-.8 0-1.6.2-2.3.6l-2 1c-1.9 1-3.6 1.8-5.2 2.5V32.9c0-2.7-1.9-5-4.4-5.2h-.5c-1.3 0-2.5.5-3.5 1.5c-.9 1-1.4 2.2-1.4 3.6v21.4h-1.7c-2.9 0-5.9-.4-9.3-1.3l-7.3-2c-4.2-1.1-8-1.7-11.7-1.7h-1.6V32.9c0-2.7-1.9-5-4.4-5.2h-.5c-1.3 0-2.5.5-3.5 1.5c-.9 1-1.4 2.2-1.4 3.6V51c-3.1 1-6.2 2.3-9.6 4.1l-3 1.5c-2.2 1.2-3.3 3.9-2.5 6.3c.7 2 2.5 3.4 4.6 3.4c.8 0 1.5-.2 2.2-.6l3.1-1.6c1.8-1 3.5-1.8 5.2-2.5V77c0 15.1 11.4 27.3 25.5 27.3S88 92.2 88 77.1V62.6c3.1-1 6.2-2.3 9.6-4.1l2.2-1.1c2.4-1.4 3.3-4.6 2-7.1M78.2 76.7c0 9.3-6.8 17.2-15.2 17.5h-.6c-8.7 0-15.8-7.7-15.8-17.1V59.4h1.7c2.9 0 5.9.4 9.3 1.3l7.3 2c4.2 1.1 8 1.7 11.7 1.7h1.6z"/></svg>
React
import type { SVGProps } from "react";
export function NotoOphiuchus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="64" r="60" fill="#0097a7"/><circle cx="60.1" cy="63.1" r="56.1" fill="#00bcd4"/><path fill="#fff" d="M24 29.7c4.5-7.1 14.1-13 24.1-14.8c2.5-.4 5-.6 7.1.2c1.6.6 2.9 2.1 2 3.8c-.7 1.4-2.6 2-4.1 2.5c-9.3 3-17.9 6.4-23.1 14.3c-2 3-4.9 14.4-8.6 12.3c-3.9-2.3-3.1-9.5 2.6-18.3" opacity=".3"/><path fill="#fafafa" d="M101.8 50.3c-.8-1.6-2.5-2.6-4.3-2.6c-.8 0-1.6.2-2.3.6l-2 1c-1.9 1-3.6 1.8-5.2 2.5V32.9c0-2.7-1.9-5-4.4-5.2h-.5c-1.3 0-2.5.5-3.5 1.5c-.9 1-1.4 2.2-1.4 3.6v21.4h-1.7c-2.9 0-5.9-.4-9.3-1.3l-7.3-2c-4.2-1.1-8-1.7-11.7-1.7h-1.6V32.9c0-2.7-1.9-5-4.4-5.2h-.5c-1.3 0-2.5.5-3.5 1.5c-.9 1-1.4 2.2-1.4 3.6V51c-3.1 1-6.2 2.3-9.6 4.1l-3 1.5c-2.2 1.2-3.3 3.9-2.5 6.3c.7 2 2.5 3.4 4.6 3.4c.8 0 1.5-.2 2.2-.6l3.1-1.6c1.8-1 3.5-1.8 5.2-2.5V77c0 15.1 11.4 27.3 25.5 27.3S88 92.2 88 77.1V62.6c3.1-1 6.2-2.3 9.6-4.1l2.2-1.1c2.4-1.4 3.3-4.6 2-7.1M78.2 76.7c0 9.3-6.8 17.2-15.2 17.5h-.6c-8.7 0-15.8-7.7-15.8-17.1V59.4h1.7c2.9 0 5.9.4 9.3 1.3l7.3 2c4.2 1.1 8 1.7 11.7 1.7h1.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="64" r="60" fill="#0097a7"/><circle cx="60.1" cy="63.1" r="56.1" fill="#00bcd4"/><path fill="#fff" d="M24 29.7c4.5-7.1 14.1-13 24.1-14.8c2.5-.4 5-.6 7.1.2c1.6.6 2.9 2.1 2 3.8c-.7 1.4-2.6 2-4.1 2.5c-9.3 3-17.9 6.4-23.1 14.3c-2 3-4.9 14.4-8.6 12.3c-3.9-2.3-3.1-9.5 2.6-18.3" opacity=".3"/><path fill="#fafafa" d="M101.8 50.3c-.8-1.6-2.5-2.6-4.3-2.6c-.8 0-1.6.2-2.3.6l-2 1c-1.9 1-3.6 1.8-5.2 2.5V32.9c0-2.7-1.9-5-4.4-5.2h-.5c-1.3 0-2.5.5-3.5 1.5c-.9 1-1.4 2.2-1.4 3.6v21.4h-1.7c-2.9 0-5.9-.4-9.3-1.3l-7.3-2c-4.2-1.1-8-1.7-11.7-1.7h-1.6V32.9c0-2.7-1.9-5-4.4-5.2h-.5c-1.3 0-2.5.5-3.5 1.5c-.9 1-1.4 2.2-1.4 3.6V51c-3.1 1-6.2 2.3-9.6 4.1l-3 1.5c-2.2 1.2-3.3 3.9-2.5 6.3c.7 2 2.5 3.4 4.6 3.4c.8 0 1.5-.2 2.2-.6l3.1-1.6c1.8-1 3.5-1.8 5.2-2.5V77c0 15.1 11.4 27.3 25.5 27.3S88 92.2 88 77.1V62.6c3.1-1 6.2-2.3 9.6-4.1l2.2-1.1c2.4-1.4 3.3-4.6 2-7.1M78.2 76.7c0 9.3-6.8 17.2-15.2 17.5h-.6c-8.7 0-15.8-7.7-15.8-17.1V59.4h1.7c2.9 0 5.9.4 9.3 1.3l7.3 2c4.2 1.1 8 1.7 11.7 1.7h1.6z"/></svg> </template>
CSS
.icon-ophiuchus {
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%20128%20128%22%3E%3Ccircle%20cx%3D%2264%22%20cy%3D%2264%22%20r%3D%2260%22%20fill%3D%22%230097a7%22%2F%3E%3Ccircle%20cx%3D%2260.1%22%20cy%3D%2263.1%22%20r%3D%2256.1%22%20fill%3D%22%2300bcd4%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2029.7c4.5-7.1%2014.1-13%2024.1-14.8c2.5-.4%205-.6%207.1.2c1.6.6%202.9%202.1%202%203.8c-.7%201.4-2.6%202-4.1%202.5c-9.3%203-17.9%206.4-23.1%2014.3c-2%203-4.9%2014.4-8.6%2012.3c-3.9-2.3-3.1-9.5%202.6-18.3%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22%23fafafa%22%20d%3D%22M101.8%2050.3c-.8-1.6-2.5-2.6-4.3-2.6c-.8%200-1.6.2-2.3.6l-2%201c-1.9%201-3.6%201.8-5.2%202.5V32.9c0-2.7-1.9-5-4.4-5.2h-.5c-1.3%200-2.5.5-3.5%201.5c-.9%201-1.4%202.2-1.4%203.6v21.4h-1.7c-2.9%200-5.9-.4-9.3-1.3l-7.3-2c-4.2-1.1-8-1.7-11.7-1.7h-1.6V32.9c0-2.7-1.9-5-4.4-5.2h-.5c-1.3%200-2.5.5-3.5%201.5c-.9%201-1.4%202.2-1.4%203.6V51c-3.1%201-6.2%202.3-9.6%204.1l-3%201.5c-2.2%201.2-3.3%203.9-2.5%206.3c.7%202%202.5%203.4%204.6%203.4c.8%200%201.5-.2%202.2-.6l3.1-1.6c1.8-1%203.5-1.8%205.2-2.5V77c0%2015.1%2011.4%2027.3%2025.5%2027.3S88%2092.2%2088%2077.1V62.6c3.1-1%206.2-2.3%209.6-4.1l2.2-1.1c2.4-1.4%203.3-4.6%202-7.1M78.2%2076.7c0%209.3-6.8%2017.2-15.2%2017.5h-.6c-8.7%200-15.8-7.7-15.8-17.1V59.4h1.7c2.9%200%205.9.4%209.3%201.3l7.3%202c4.2%201.1%208%201.7%2011.7%201.7h1.6z%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%20128%20128%22%3E%3Ccircle%20cx%3D%2264%22%20cy%3D%2264%22%20r%3D%2260%22%20fill%3D%22%230097a7%22%2F%3E%3Ccircle%20cx%3D%2260.1%22%20cy%3D%2263.1%22%20r%3D%2256.1%22%20fill%3D%22%2300bcd4%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2029.7c4.5-7.1%2014.1-13%2024.1-14.8c2.5-.4%205-.6%207.1.2c1.6.6%202.9%202.1%202%203.8c-.7%201.4-2.6%202-4.1%202.5c-9.3%203-17.9%206.4-23.1%2014.3c-2%203-4.9%2014.4-8.6%2012.3c-3.9-2.3-3.1-9.5%202.6-18.3%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22%23fafafa%22%20d%3D%22M101.8%2050.3c-.8-1.6-2.5-2.6-4.3-2.6c-.8%200-1.6.2-2.3.6l-2%201c-1.9%201-3.6%201.8-5.2%202.5V32.9c0-2.7-1.9-5-4.4-5.2h-.5c-1.3%200-2.5.5-3.5%201.5c-.9%201-1.4%202.2-1.4%203.6v21.4h-1.7c-2.9%200-5.9-.4-9.3-1.3l-7.3-2c-4.2-1.1-8-1.7-11.7-1.7h-1.6V32.9c0-2.7-1.9-5-4.4-5.2h-.5c-1.3%200-2.5.5-3.5%201.5c-.9%201-1.4%202.2-1.4%203.6V51c-3.1%201-6.2%202.3-9.6%204.1l-3%201.5c-2.2%201.2-3.3%203.9-2.5%206.3c.7%202%202.5%203.4%204.6%203.4c.8%200%201.5-.2%202.2-.6l3.1-1.6c1.8-1%203.5-1.8%205.2-2.5V77c0%2015.1%2011.4%2027.3%2025.5%2027.3S88%2092.2%2088%2077.1V62.6c3.1-1%206.2-2.3%209.6-4.1l2.2-1.1c2.4-1.4%203.3-4.6%202-7.1M78.2%2076.7c0%209.3-6.8%2017.2-15.2%2017.5h-.6c-8.7%200-15.8-7.7-15.8-17.1V59.4h1.7c2.9%200%205.9.4%209.3%201.3l7.3%202c4.2%201.1%208%201.7%2011.7%201.7h1.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/ophiuchus.svg?color=%231a73e8&size=48