capricorn emoji
capricorn from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- capricorn
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Symbols
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More symbols icons from Emoji One (Colored)
Use the capricorn emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#44618b"/><path fill="#fff" stroke="#fff" stroke-miterlimit="10" d="M48 37.4V37c-.4-3.7-3.2-6.1-7-6.3c-2.2-.1-4.1.9-5.4 2.5c-1.3-4.4-2.6-8.7-4-13c-1.5-4.6-7.2-5.1-9.9-2.2c-1-1.2-2.5-1.9-4.2-1.9c-1.9-.1-1.9 2.9 0 2.9c1.4 0 2.6 1 2.7 2.5v21.3c0 1.9 2.9 1.9 2.9 0V21.6c.6-3.3 4.1-3.3 5.5-1.2c.5.8.7 2.1 1 3c.6 2.2 1.3 4.3 2 6.5c.8 2.5 1.6 5.1 2.4 7.6c-.1.3-.1.7-.1.8c-.2.9-.5 1.7-.8 2.6c-.9 2.3-2.6 4.2-5.2 4.2c-1.9.1-1.9 3 0 2.9c3.9-.1 6.5-2.8 7.9-6.2c1.4 1.4 3.3 2.2 5.3 2.3c3.7.2 6.6-2.9 7-6.3c-.1-.1-.1-.2-.1-.4zm-11.1.1v-.2c-.1-4.9 7.9-4.8 8.2.1c-.3 5-7.8 5-8.2.1z"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneCapricorn(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#44618b"/><path fill="#fff" stroke="#fff" strokeMiterlimit="10" d="M48 37.4V37c-.4-3.7-3.2-6.1-7-6.3c-2.2-.1-4.1.9-5.4 2.5c-1.3-4.4-2.6-8.7-4-13c-1.5-4.6-7.2-5.1-9.9-2.2c-1-1.2-2.5-1.9-4.2-1.9c-1.9-.1-1.9 2.9 0 2.9c1.4 0 2.6 1 2.7 2.5v21.3c0 1.9 2.9 1.9 2.9 0V21.6c.6-3.3 4.1-3.3 5.5-1.2c.5.8.7 2.1 1 3c.6 2.2 1.3 4.3 2 6.5c.8 2.5 1.6 5.1 2.4 7.6c-.1.3-.1.7-.1.8c-.2.9-.5 1.7-.8 2.6c-.9 2.3-2.6 4.2-5.2 4.2c-1.9.1-1.9 3 0 2.9c3.9-.1 6.5-2.8 7.9-6.2c1.4 1.4 3.3 2.2 5.3 2.3c3.7.2 6.6-2.9 7-6.3c-.1-.1-.1-.2-.1-.4zm-11.1.1v-.2c-.1-4.9 7.9-4.8 8.2.1c-.3 5-7.8 5-8.2.1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#44618b"/><path fill="#fff" stroke="#fff" stroke-miterlimit="10" d="M48 37.4V37c-.4-3.7-3.2-6.1-7-6.3c-2.2-.1-4.1.9-5.4 2.5c-1.3-4.4-2.6-8.7-4-13c-1.5-4.6-7.2-5.1-9.9-2.2c-1-1.2-2.5-1.9-4.2-1.9c-1.9-.1-1.9 2.9 0 2.9c1.4 0 2.6 1 2.7 2.5v21.3c0 1.9 2.9 1.9 2.9 0V21.6c.6-3.3 4.1-3.3 5.5-1.2c.5.8.7 2.1 1 3c.6 2.2 1.3 4.3 2 6.5c.8 2.5 1.6 5.1 2.4 7.6c-.1.3-.1.7-.1.8c-.2.9-.5 1.7-.8 2.6c-.9 2.3-2.6 4.2-5.2 4.2c-1.9.1-1.9 3 0 2.9c3.9-.1 6.5-2.8 7.9-6.2c1.4 1.4 3.3 2.2 5.3 2.3c3.7.2 6.6-2.9 7-6.3c-.1-.1-.1-.2-.1-.4zm-11.1.1v-.2c-.1-4.9 7.9-4.8 8.2.1c-.3 5-7.8 5-8.2.1z"/></svg> </template>
CSS
.icon-capricorn {
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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%2344618b%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M48%2037.4V37c-.4-3.7-3.2-6.1-7-6.3c-2.2-.1-4.1.9-5.4%202.5c-1.3-4.4-2.6-8.7-4-13c-1.5-4.6-7.2-5.1-9.9-2.2c-1-1.2-2.5-1.9-4.2-1.9c-1.9-.1-1.9%202.9%200%202.9c1.4%200%202.6%201%202.7%202.5v21.3c0%201.9%202.9%201.9%202.9%200V21.6c.6-3.3%204.1-3.3%205.5-1.2c.5.8.7%202.1%201%203c.6%202.2%201.3%204.3%202%206.5c.8%202.5%201.6%205.1%202.4%207.6c-.1.3-.1.7-.1.8c-.2.9-.5%201.7-.8%202.6c-.9%202.3-2.6%204.2-5.2%204.2c-1.9.1-1.9%203%200%202.9c3.9-.1%206.5-2.8%207.9-6.2c1.4%201.4%203.3%202.2%205.3%202.3c3.7.2%206.6-2.9%207-6.3c-.1-.1-.1-.2-.1-.4zm-11.1.1v-.2c-.1-4.9%207.9-4.8%208.2.1c-.3%205-7.8%205-8.2.1z%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%2344618b%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M48%2037.4V37c-.4-3.7-3.2-6.1-7-6.3c-2.2-.1-4.1.9-5.4%202.5c-1.3-4.4-2.6-8.7-4-13c-1.5-4.6-7.2-5.1-9.9-2.2c-1-1.2-2.5-1.9-4.2-1.9c-1.9-.1-1.9%202.9%200%202.9c1.4%200%202.6%201%202.7%202.5v21.3c0%201.9%202.9%201.9%202.9%200V21.6c.6-3.3%204.1-3.3%205.5-1.2c.5.8.7%202.1%201%203c.6%202.2%201.3%204.3%202%206.5c.8%202.5%201.6%205.1%202.4%207.6c-.1.3-.1.7-.1.8c-.2.9-.5%201.7-.8%202.6c-.9%202.3-2.6%204.2-5.2%204.2c-1.9.1-1.9%203%200%202.9c3.9-.1%206.5-2.8%207.9-6.2c1.4%201.4%203.3%202.2%205.3%202.3c3.7.2%206.6-2.9%207-6.3c-.1-.1-.1-.2-.1-.4zm-11.1.1v-.2c-.1-4.9%207.9-4.8%208.2.1c-.3%205-7.8%205-8.2.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/capricorn.svg?color=%231a73e8&size=48