capricorn from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.

Name
capricorn
Set
Twitter Emoji
Style
Default
Category
Symbols
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Twitter Emoji

Use the capricorn emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#9266cc" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M26 19.531c-1.616 0-3.027.477-4.117 1.316c-.447-2.177-1.12-5.416-1.916-9.131c-1.078-5.031-3.708-6.096-5.179-6.282c-1.724-.221-3.451.536-4.787 1.982C8.963 5.671 7.431 5.531 7 5.531a1.5 1.5 0 1 0 0 3c.155 0 1 .646 1 3.5v11a1.5 1.5 0 1 0 3 0V12.203c0-1.328.546-3.792 2.952-3.792c1.469 0 2.585 1.616 3.082 3.935a997 997 0 0 1 2.496 11.979c.658 3.643-2.108 4.237-3.529 4.206c-.828-.018-1.5.672-1.5 1.5s.671 1.5 1.5 1.5c2.573 0 5.171-1.198 6.122-3.511c1.252.735 2.759.998 4.141.859c3.083-.306 5.237-2.299 5.237-4.849c-.001-2.606-2.314-4.499-5.501-4.499m-.033 6.364c-1.153.117-2.562-.202-3.208-1.361c.487-1.263 1.639-2.002 3.241-2.002c1.005 0 2.5.399 2.5 1.5c0 1.058-1.274 1.738-2.533 1.863"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiCapricorn(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#9266cc" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M26 19.531c-1.616 0-3.027.477-4.117 1.316c-.447-2.177-1.12-5.416-1.916-9.131c-1.078-5.031-3.708-6.096-5.179-6.282c-1.724-.221-3.451.536-4.787 1.982C8.963 5.671 7.431 5.531 7 5.531a1.5 1.5 0 1 0 0 3c.155 0 1 .646 1 3.5v11a1.5 1.5 0 1 0 3 0V12.203c0-1.328.546-3.792 2.952-3.792c1.469 0 2.585 1.616 3.082 3.935a997 997 0 0 1 2.496 11.979c.658 3.643-2.108 4.237-3.529 4.206c-.828-.018-1.5.672-1.5 1.5s.671 1.5 1.5 1.5c2.573 0 5.171-1.198 6.122-3.511c1.252.735 2.759.998 4.141.859c3.083-.306 5.237-2.299 5.237-4.849c-.001-2.606-2.314-4.499-5.501-4.499m-.033 6.364c-1.153.117-2.562-.202-3.208-1.361c.487-1.263 1.639-2.002 3.241-2.002c1.005 0 2.5.399 2.5 1.5c0 1.058-1.274 1.738-2.533 1.863"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#9266cc" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M26 19.531c-1.616 0-3.027.477-4.117 1.316c-.447-2.177-1.12-5.416-1.916-9.131c-1.078-5.031-3.708-6.096-5.179-6.282c-1.724-.221-3.451.536-4.787 1.982C8.963 5.671 7.431 5.531 7 5.531a1.5 1.5 0 1 0 0 3c.155 0 1 .646 1 3.5v11a1.5 1.5 0 1 0 3 0V12.203c0-1.328.546-3.792 2.952-3.792c1.469 0 2.585 1.616 3.082 3.935a997 997 0 0 1 2.496 11.979c.658 3.643-2.108 4.237-3.529 4.206c-.828-.018-1.5.672-1.5 1.5s.671 1.5 1.5 1.5c2.573 0 5.171-1.198 6.122-3.511c1.252.735 2.759.998 4.141.859c3.083-.306 5.237-2.299 5.237-4.849c-.001-2.606-2.314-4.499-5.501-4.499m-.033 6.364c-1.153.117-2.562-.202-3.208-1.361c.487-1.263 1.639-2.002 3.241-2.002c1.005 0 2.5.399 2.5 1.5c0 1.058-1.274 1.738-2.533 1.863"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%239266cc%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26%2019.531c-1.616%200-3.027.477-4.117%201.316c-.447-2.177-1.12-5.416-1.916-9.131c-1.078-5.031-3.708-6.096-5.179-6.282c-1.724-.221-3.451.536-4.787%201.982C8.963%205.671%207.431%205.531%207%205.531a1.5%201.5%200%201%200%200%203c.155%200%201%20.646%201%203.5v11a1.5%201.5%200%201%200%203%200V12.203c0-1.328.546-3.792%202.952-3.792c1.469%200%202.585%201.616%203.082%203.935a997%20997%200%200%201%202.496%2011.979c.658%203.643-2.108%204.237-3.529%204.206c-.828-.018-1.5.672-1.5%201.5s.671%201.5%201.5%201.5c2.573%200%205.171-1.198%206.122-3.511c1.252.735%202.759.998%204.141.859c3.083-.306%205.237-2.299%205.237-4.849c-.001-2.606-2.314-4.499-5.501-4.499m-.033%206.364c-1.153.117-2.562-.202-3.208-1.361c.487-1.263%201.639-2.002%203.241-2.002c1.005%200%202.5.399%202.5%201.5c0%201.058-1.274%201.738-2.533%201.863%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%2036%2036%22%3E%3Cpath%20fill%3D%22%239266cc%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26%2019.531c-1.616%200-3.027.477-4.117%201.316c-.447-2.177-1.12-5.416-1.916-9.131c-1.078-5.031-3.708-6.096-5.179-6.282c-1.724-.221-3.451.536-4.787%201.982C8.963%205.671%207.431%205.531%207%205.531a1.5%201.5%200%201%200%200%203c.155%200%201%20.646%201%203.5v11a1.5%201.5%200%201%200%203%200V12.203c0-1.328.546-3.792%202.952-3.792c1.469%200%202.585%201.616%203.082%203.935a997%20997%200%200%201%202.496%2011.979c.658%203.643-2.108%204.237-3.529%204.206c-.828-.018-1.5.672-1.5%201.5s.671%201.5%201.5%201.5c2.573%200%205.171-1.198%206.122-3.511c1.252.735%202.759.998%204.141.859c3.083-.306%205.237-2.299%205.237-4.849c-.001-2.606-2.314-4.499-5.501-4.499m-.033%206.364c-1.153.117-2.562-.202-3.208-1.361c.487-1.263%201.639-2.002%203.241-2.002c1.005%200%202.5.399%202.5%201.5c0%201.058-1.274%201.738-2.533%201.863%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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