aries emoji
aries from Firefox OS Emoji by Mozilla · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- aries
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 512×512
- License
- Apache 2.0
The same emoji in other sets
More symbols icons from Firefox OS Emoji
alarmclockantennawithbarsanticlockwiseupwardsanddownwardsarrowsaquariusarrowrightwardsdownwardsarrowrightwardsupwardsautomatedtellermachinebabysymbolbackwithleftwardsarrowbaggageclaimballotboxwithcheckblackclubsuitblackdiamondsuitblackdownpointingdoublearrowblackheartsuitblacklargesquareblackleftpointingarrowblackleftpointingdoublearrowblackmediumsmallsquareblackmediumsquareblackquestionmarkblackrightpointingarrowblackrightpointingdoublearrowblackrightwardsarrow
Use the aries emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#A97DFF" d="M508.333 32.666C508.333 16.35 494.984 3 478.668 3H29.032C14.348 3 2.333 15.015 2.333 29.699v452.602C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#7F4AFF" d="M478.668 488.915H29.032c-14.684 0-26.699-12.015-26.699-26.699v20.085C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.349 29.666-29.665 29.666"/><path fill="#FFF" d="M255.9 433.504a18.5 18.5 0 0 1-17.472-12.421c-.754-2.168-75.682-217.443-96.434-269.931c-7.073-17.888-18.074-21.658-26.005-19.22c-6.042 1.856-12.199 8.055-9.663 19.414c2.226 9.972-4.054 19.86-14.026 22.086c-9.97 2.226-19.859-4.053-22.085-14.026c-6.308-28.262 8.373-54.691 34.909-62.843c13.516-4.153 27.95-2.669 40.643 4.176c13.373 7.211 23.966 19.94 30.636 36.809c14.863 37.593 55.595 153.121 79.307 220.809c23.226-67.725 63.13-183.194 78.002-220.809c6.669-16.869 17.263-29.597 30.635-36.809c12.693-6.844 27.128-8.327 40.644-4.176c26.536 8.152 41.218 34.581 34.909 62.843c-2.226 9.972-12.112 16.257-22.086 14.026c-9.972-2.226-16.251-12.114-14.025-22.086c2.535-11.359-3.621-17.558-9.663-19.414c-7.936-2.438-18.933 1.331-26.005 19.22c-20.729 52.431-93.968 267.642-94.705 269.81a18.5 18.5 0 0 1-17.45 12.542z"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiAries(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#A97DFF" d="M508.333 32.666C508.333 16.35 494.984 3 478.668 3H29.032C14.348 3 2.333 15.015 2.333 29.699v452.602C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#7F4AFF" d="M478.668 488.915H29.032c-14.684 0-26.699-12.015-26.699-26.699v20.085C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.349 29.666-29.665 29.666"/><path fill="#FFF" d="M255.9 433.504a18.5 18.5 0 0 1-17.472-12.421c-.754-2.168-75.682-217.443-96.434-269.931c-7.073-17.888-18.074-21.658-26.005-19.22c-6.042 1.856-12.199 8.055-9.663 19.414c2.226 9.972-4.054 19.86-14.026 22.086c-9.97 2.226-19.859-4.053-22.085-14.026c-6.308-28.262 8.373-54.691 34.909-62.843c13.516-4.153 27.95-2.669 40.643 4.176c13.373 7.211 23.966 19.94 30.636 36.809c14.863 37.593 55.595 153.121 79.307 220.809c23.226-67.725 63.13-183.194 78.002-220.809c6.669-16.869 17.263-29.597 30.635-36.809c12.693-6.844 27.128-8.327 40.644-4.176c26.536 8.152 41.218 34.581 34.909 62.843c-2.226 9.972-12.112 16.257-22.086 14.026c-9.972-2.226-16.251-12.114-14.025-22.086c2.535-11.359-3.621-17.558-9.663-19.414c-7.936-2.438-18.933 1.331-26.005 19.22c-20.729 52.431-93.968 267.642-94.705 269.81a18.5 18.5 0 0 1-17.45 12.542z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#A97DFF" d="M508.333 32.666C508.333 16.35 494.984 3 478.668 3H29.032C14.348 3 2.333 15.015 2.333 29.699v452.602C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#7F4AFF" d="M478.668 488.915H29.032c-14.684 0-26.699-12.015-26.699-26.699v20.085C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.349 29.666-29.665 29.666"/><path fill="#FFF" d="M255.9 433.504a18.5 18.5 0 0 1-17.472-12.421c-.754-2.168-75.682-217.443-96.434-269.931c-7.073-17.888-18.074-21.658-26.005-19.22c-6.042 1.856-12.199 8.055-9.663 19.414c2.226 9.972-4.054 19.86-14.026 22.086c-9.97 2.226-19.859-4.053-22.085-14.026c-6.308-28.262 8.373-54.691 34.909-62.843c13.516-4.153 27.95-2.669 40.643 4.176c13.373 7.211 23.966 19.94 30.636 36.809c14.863 37.593 55.595 153.121 79.307 220.809c23.226-67.725 63.13-183.194 78.002-220.809c6.669-16.869 17.263-29.597 30.635-36.809c12.693-6.844 27.128-8.327 40.644-4.176c26.536 8.152 41.218 34.581 34.909 62.843c-2.226 9.972-12.112 16.257-22.086 14.026c-9.972-2.226-16.251-12.114-14.025-22.086c2.535-11.359-3.621-17.558-9.663-19.414c-7.936-2.438-18.933 1.331-26.005 19.22c-20.729 52.431-93.968 267.642-94.705 269.81a18.5 18.5 0 0 1-17.45 12.542z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22%23A97DFF%22%20d%3D%22M508.333%2032.666C508.333%2016.35%20494.984%203%20478.668%203H29.032C14.348%203%202.333%2015.015%202.333%2029.699v452.602C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666z%22%2F%3E%3Cpath%20fill%3D%22%237F4AFF%22%20d%3D%22M478.668%20488.915H29.032c-14.684%200-26.699-12.015-26.699-26.699v20.085C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666v-20.085c0%2016.316-13.349%2029.666-29.665%2029.666%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M255.9%20433.504a18.5%2018.5%200%200%201-17.472-12.421c-.754-2.168-75.682-217.443-96.434-269.931c-7.073-17.888-18.074-21.658-26.005-19.22c-6.042%201.856-12.199%208.055-9.663%2019.414c2.226%209.972-4.054%2019.86-14.026%2022.086c-9.97%202.226-19.859-4.053-22.085-14.026c-6.308-28.262%208.373-54.691%2034.909-62.843c13.516-4.153%2027.95-2.669%2040.643%204.176c13.373%207.211%2023.966%2019.94%2030.636%2036.809c14.863%2037.593%2055.595%20153.121%2079.307%20220.809c23.226-67.725%2063.13-183.194%2078.002-220.809c6.669-16.869%2017.263-29.597%2030.635-36.809c12.693-6.844%2027.128-8.327%2040.644-4.176c26.536%208.152%2041.218%2034.581%2034.909%2062.843c-2.226%209.972-12.112%2016.257-22.086%2014.026c-9.972-2.226-16.251-12.114-14.025-22.086c2.535-11.359-3.621-17.558-9.663-19.414c-7.936-2.438-18.933%201.331-26.005%2019.22c-20.729%2052.431-93.968%20267.642-94.705%20269.81a18.5%2018.5%200%200%201-17.45%2012.542z%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23A97DFF%22%20d%3D%22M508.333%2032.666C508.333%2016.35%20494.984%203%20478.668%203H29.032C14.348%203%202.333%2015.015%202.333%2029.699v452.602C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666z%22%2F%3E%3Cpath%20fill%3D%22%237F4AFF%22%20d%3D%22M478.668%20488.915H29.032c-14.684%200-26.699-12.015-26.699-26.699v20.085C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666v-20.085c0%2016.316-13.349%2029.666-29.665%2029.666%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M255.9%20433.504a18.5%2018.5%200%200%201-17.472-12.421c-.754-2.168-75.682-217.443-96.434-269.931c-7.073-17.888-18.074-21.658-26.005-19.22c-6.042%201.856-12.199%208.055-9.663%2019.414c2.226%209.972-4.054%2019.86-14.026%2022.086c-9.97%202.226-19.859-4.053-22.085-14.026c-6.308-28.262%208.373-54.691%2034.909-62.843c13.516-4.153%2027.95-2.669%2040.643%204.176c13.373%207.211%2023.966%2019.94%2030.636%2036.809c14.863%2037.593%2055.595%20153.121%2079.307%20220.809c23.226-67.725%2063.13-183.194%2078.002-220.809c6.669-16.869%2017.263-29.597%2030.635-36.809c12.693-6.844%2027.128-8.327%2040.644-4.176c26.536%208.152%2041.218%2034.581%2034.909%2062.843c-2.226%209.972-12.112%2016.257-22.086%2014.026c-9.972-2.226-16.251-12.114-14.025-22.086c2.535-11.359-3.621-17.558-9.663-19.414c-7.936-2.438-18.933%201.331-26.005%2019.22c-20.729%2052.431-93.968%20267.642-94.705%20269.81a18.5%2018.5%200%200%201-17.45%2012.542z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/aries.svg?color=%231a73e8&size=48