aries emoji
aries from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- aries
- 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)
a-buttonab-buttonanger-symbolantenna-barsaquariusasteriskatm-signatom-symbolb-buttonbaby-symbolback-arrowbaggage-claimballot-box-with-checkbeating-heartbellbell-with-slashbiohazardblack-circleblack-heartblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-button
Use the aries 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="#d8544a"/><path fill="#fff" stroke="#fff" stroke-miterlimit="10" d="M44.3 17c-4.3-.2-6.8 3.2-7.9 7.1c-1.5 5.3-2.9 10.6-4.4 15.9c-1.5-5.3-2.9-10.5-4.4-15.8c-1.1-3.9-3.6-7.4-7.9-7.1c-3.9.2-6.5 3.8-6.7 7.5c-.1 2 2.8 1.9 2.9 0c.1-2.6 1.9-4.4 4.4-4.5c2.6-.1 3.9 2.9 4.4 4.9c1.9 7 3.9 14 5.8 20.9c.4 1.5 2.4 1.5 2.8 0c1.9-7 3.9-14 5.8-20.9c.7-2.3 1.8-4.8 4.5-4.9c2.5-.2 4.3 2.2 4.4 4.5c.1 1.9 3 2 2.9 0c-.1-3.8-2.7-7.4-6.6-7.6z"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneAries(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="#d8544a"/><path fill="#fff" stroke="#fff" strokeMiterlimit="10" d="M44.3 17c-4.3-.2-6.8 3.2-7.9 7.1c-1.5 5.3-2.9 10.6-4.4 15.9c-1.5-5.3-2.9-10.5-4.4-15.8c-1.1-3.9-3.6-7.4-7.9-7.1c-3.9.2-6.5 3.8-6.7 7.5c-.1 2 2.8 1.9 2.9 0c.1-2.6 1.9-4.4 4.4-4.5c2.6-.1 3.9 2.9 4.4 4.9c1.9 7 3.9 14 5.8 20.9c.4 1.5 2.4 1.5 2.8 0c1.9-7 3.9-14 5.8-20.9c.7-2.3 1.8-4.8 4.5-4.9c2.5-.2 4.3 2.2 4.4 4.5c.1 1.9 3 2 2.9 0c-.1-3.8-2.7-7.4-6.6-7.6z"/></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="#d8544a"/><path fill="#fff" stroke="#fff" stroke-miterlimit="10" d="M44.3 17c-4.3-.2-6.8 3.2-7.9 7.1c-1.5 5.3-2.9 10.6-4.4 15.9c-1.5-5.3-2.9-10.5-4.4-15.8c-1.1-3.9-3.6-7.4-7.9-7.1c-3.9.2-6.5 3.8-6.7 7.5c-.1 2 2.8 1.9 2.9 0c.1-2.6 1.9-4.4 4.4-4.5c2.6-.1 3.9 2.9 4.4 4.9c1.9 7 3.9 14 5.8 20.9c.4 1.5 2.4 1.5 2.8 0c1.9-7 3.9-14 5.8-20.9c.7-2.3 1.8-4.8 4.5-4.9c2.5-.2 4.3 2.2 4.4 4.5c.1 1.9 3 2 2.9 0c-.1-3.8-2.7-7.4-6.6-7.6z"/></svg> </template>
CSS
.icon-aries {
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%23d8544a%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M44.3%2017c-4.3-.2-6.8%203.2-7.9%207.1c-1.5%205.3-2.9%2010.6-4.4%2015.9c-1.5-5.3-2.9-10.5-4.4-15.8c-1.1-3.9-3.6-7.4-7.9-7.1c-3.9.2-6.5%203.8-6.7%207.5c-.1%202%202.8%201.9%202.9%200c.1-2.6%201.9-4.4%204.4-4.5c2.6-.1%203.9%202.9%204.4%204.9c1.9%207%203.9%2014%205.8%2020.9c.4%201.5%202.4%201.5%202.8%200c1.9-7%203.9-14%205.8-20.9c.7-2.3%201.8-4.8%204.5-4.9c2.5-.2%204.3%202.2%204.4%204.5c.1%201.9%203%202%202.9%200c-.1-3.8-2.7-7.4-6.6-7.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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23d8544a%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M44.3%2017c-4.3-.2-6.8%203.2-7.9%207.1c-1.5%205.3-2.9%2010.6-4.4%2015.9c-1.5-5.3-2.9-10.5-4.4-15.8c-1.1-3.9-3.6-7.4-7.9-7.1c-3.9.2-6.5%203.8-6.7%207.5c-.1%202%202.8%201.9%202.9%200c.1-2.6%201.9-4.4%204.4-4.5c2.6-.1%203.9%202.9%204.4%204.9c1.9%207%203.9%2014%205.8%2020.9c.4%201.5%202.4%201.5%202.8%200c1.9-7%203.9-14%205.8-20.9c.7-2.3%201.8-4.8%204.5-4.9c2.5-.2%204.3%202.2%204.4%204.5c.1%201.9%203%202%202.9%200c-.1-3.8-2.7-7.4-6.6-7.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/aries.svg?color=%231a73e8&size=48