capricorn from Firefox OS Emoji by Mozilla · Default · Symbols · Apache-2.0 Free for personal and commercial use.

Name
capricorn
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

Use the capricorn 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="M347.939 235.584c-16.865 0-31.237 3.806-42.997 11.343v-92.645c0-45.556-37.062-82.619-82.619-82.619c-22.754 0-43.389 9.248-58.345 24.181c-12.01-16.011-32.682-23.703-62.749-23.703c-10.217 0-18.5 8.283-18.5 18.5s8.283 18.5 18.5 18.5c16.222 0 27.005 2.57 32.051 7.64c4.323 4.342 6.424 12.917 6.424 26.212v183.982c0 10.217 8.283 18.5 18.5 18.5s18.5-8.283 18.5-18.5V154.281c0-25.154 20.464-45.619 45.619-45.619s45.619 20.465 45.619 45.619V310.73c-1.152 4.696-2.225 9.415-3.286 14.098c-4.656 20.557-9.471 41.814-20.43 56.323c-7.271 9.626-21.137 22.423-57.456 22.423c-10.217 0-18.5 8.283-18.5 18.5s8.283 18.5 18.5 18.5c39.662 0 68.113-12.143 86.98-37.123c7.434-9.841 12.688-20.9 16.718-32.277c14.554 15.04 34.938 24.402 57.471 24.402c44.11 0 79.997-35.886 79.997-79.996s-35.886-79.996-79.997-79.996m0 122.993c-23.701 0-42.985-19.278-42.997-42.977c8.165-30.907 16.818-43.017 42.997-43.017c23.709 0 42.997 19.288 42.997 42.997c.001 23.709-19.288 42.997-42.997 42.997"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiCapricorn(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="M347.939 235.584c-16.865 0-31.237 3.806-42.997 11.343v-92.645c0-45.556-37.062-82.619-82.619-82.619c-22.754 0-43.389 9.248-58.345 24.181c-12.01-16.011-32.682-23.703-62.749-23.703c-10.217 0-18.5 8.283-18.5 18.5s8.283 18.5 18.5 18.5c16.222 0 27.005 2.57 32.051 7.64c4.323 4.342 6.424 12.917 6.424 26.212v183.982c0 10.217 8.283 18.5 18.5 18.5s18.5-8.283 18.5-18.5V154.281c0-25.154 20.464-45.619 45.619-45.619s45.619 20.465 45.619 45.619V310.73c-1.152 4.696-2.225 9.415-3.286 14.098c-4.656 20.557-9.471 41.814-20.43 56.323c-7.271 9.626-21.137 22.423-57.456 22.423c-10.217 0-18.5 8.283-18.5 18.5s8.283 18.5 18.5 18.5c39.662 0 68.113-12.143 86.98-37.123c7.434-9.841 12.688-20.9 16.718-32.277c14.554 15.04 34.938 24.402 57.471 24.402c44.11 0 79.997-35.886 79.997-79.996s-35.886-79.996-79.997-79.996m0 122.993c-23.701 0-42.985-19.278-42.997-42.977c8.165-30.907 16.818-43.017 42.997-43.017c23.709 0 42.997 19.288 42.997 42.997c.001 23.709-19.288 42.997-42.997 42.997"/></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="M347.939 235.584c-16.865 0-31.237 3.806-42.997 11.343v-92.645c0-45.556-37.062-82.619-82.619-82.619c-22.754 0-43.389 9.248-58.345 24.181c-12.01-16.011-32.682-23.703-62.749-23.703c-10.217 0-18.5 8.283-18.5 18.5s8.283 18.5 18.5 18.5c16.222 0 27.005 2.57 32.051 7.64c4.323 4.342 6.424 12.917 6.424 26.212v183.982c0 10.217 8.283 18.5 18.5 18.5s18.5-8.283 18.5-18.5V154.281c0-25.154 20.464-45.619 45.619-45.619s45.619 20.465 45.619 45.619V310.73c-1.152 4.696-2.225 9.415-3.286 14.098c-4.656 20.557-9.471 41.814-20.43 56.323c-7.271 9.626-21.137 22.423-57.456 22.423c-10.217 0-18.5 8.283-18.5 18.5s8.283 18.5 18.5 18.5c39.662 0 68.113-12.143 86.98-37.123c7.434-9.841 12.688-20.9 16.718-32.277c14.554 15.04 34.938 24.402 57.471 24.402c44.11 0 79.997-35.886 79.997-79.996s-35.886-79.996-79.997-79.996m0 122.993c-23.701 0-42.985-19.278-42.997-42.977c8.165-30.907 16.818-43.017 42.997-43.017c23.709 0 42.997 19.288 42.997 42.997c.001 23.709-19.288 42.997-42.997 42.997"/></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%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%22M347.939%20235.584c-16.865%200-31.237%203.806-42.997%2011.343v-92.645c0-45.556-37.062-82.619-82.619-82.619c-22.754%200-43.389%209.248-58.345%2024.181c-12.01-16.011-32.682-23.703-62.749-23.703c-10.217%200-18.5%208.283-18.5%2018.5s8.283%2018.5%2018.5%2018.5c16.222%200%2027.005%202.57%2032.051%207.64c4.323%204.342%206.424%2012.917%206.424%2026.212v183.982c0%2010.217%208.283%2018.5%2018.5%2018.5s18.5-8.283%2018.5-18.5V154.281c0-25.154%2020.464-45.619%2045.619-45.619s45.619%2020.465%2045.619%2045.619V310.73c-1.152%204.696-2.225%209.415-3.286%2014.098c-4.656%2020.557-9.471%2041.814-20.43%2056.323c-7.271%209.626-21.137%2022.423-57.456%2022.423c-10.217%200-18.5%208.283-18.5%2018.5s8.283%2018.5%2018.5%2018.5c39.662%200%2068.113-12.143%2086.98-37.123c7.434-9.841%2012.688-20.9%2016.718-32.277c14.554%2015.04%2034.938%2024.402%2057.471%2024.402c44.11%200%2079.997-35.886%2079.997-79.996s-35.886-79.996-79.997-79.996m0%20122.993c-23.701%200-42.985-19.278-42.997-42.977c8.165-30.907%2016.818-43.017%2042.997-43.017c23.709%200%2042.997%2019.288%2042.997%2042.997c.001%2023.709-19.288%2042.997-42.997%2042.997%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%22M347.939%20235.584c-16.865%200-31.237%203.806-42.997%2011.343v-92.645c0-45.556-37.062-82.619-82.619-82.619c-22.754%200-43.389%209.248-58.345%2024.181c-12.01-16.011-32.682-23.703-62.749-23.703c-10.217%200-18.5%208.283-18.5%2018.5s8.283%2018.5%2018.5%2018.5c16.222%200%2027.005%202.57%2032.051%207.64c4.323%204.342%206.424%2012.917%206.424%2026.212v183.982c0%2010.217%208.283%2018.5%2018.5%2018.5s18.5-8.283%2018.5-18.5V154.281c0-25.154%2020.464-45.619%2045.619-45.619s45.619%2020.465%2045.619%2045.619V310.73c-1.152%204.696-2.225%209.415-3.286%2014.098c-4.656%2020.557-9.471%2041.814-20.43%2056.323c-7.271%209.626-21.137%2022.423-57.456%2022.423c-10.217%200-18.5%208.283-18.5%2018.5s8.283%2018.5%2018.5%2018.5c39.662%200%2068.113-12.143%2086.98-37.123c7.434-9.841%2012.688-20.9%2016.718-32.277c14.554%2015.04%2034.938%2024.402%2057.471%2024.402c44.11%200%2079.997-35.886%2079.997-79.996s-35.886-79.996-79.997-79.996m0%20122.993c-23.701%200-42.985-19.278-42.997-42.977c8.165-30.907%2016.818-43.017%2042.997-43.017c23.709%200%2042.997%2019.288%2042.997%2042.997c.001%2023.709-19.288%2042.997-42.997%2042.997%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/capricorn.svg?color=%231a73e8&size=48