capricorn emoji
capricorn from Fluent Emoji Flat by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.
- Name
- capricorn
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Symbols
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More symbols icons from Fluent Emoji Flat
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the capricorn emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#8d65c5" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#fff" d="M21.5 14.25c-1.33 0-2.55.47-3.5 1.26v-5.26c0-2.76-2.24-5-5-5c-1.49 0-2.82.65-3.74 1.69A4.01 4.01 0 0 0 6 5.25c-.55 0-1 .45-1 1s.45 1 1 1c1.1 0 2 .9 2 2v12c0 .55.45 1 1 1s1-.45 1-1v-11c0-1.65 1.35-3 3-3s3 1.35 3 3v11c0 1.93-1.57 3.5-3.5 3.5c-.55 0-1 .45-1 1s.45 1 1 1c2.22 0 4.14-1.32 5.01-3.22c1 1.06 2.42 1.72 3.99 1.72c3.03 0 5.5-2.47 5.5-5.5s-2.47-5.5-5.5-5.5m0 9c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatCapricorn(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#8d65c5" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#fff" d="M21.5 14.25c-1.33 0-2.55.47-3.5 1.26v-5.26c0-2.76-2.24-5-5-5c-1.49 0-2.82.65-3.74 1.69A4.01 4.01 0 0 0 6 5.25c-.55 0-1 .45-1 1s.45 1 1 1c1.1 0 2 .9 2 2v12c0 .55.45 1 1 1s1-.45 1-1v-11c0-1.65 1.35-3 3-3s3 1.35 3 3v11c0 1.93-1.57 3.5-3.5 3.5c-.55 0-1 .45-1 1s.45 1 1 1c2.22 0 4.14-1.32 5.01-3.22c1 1.06 2.42 1.72 3.99 1.72c3.03 0 5.5-2.47 5.5-5.5s-2.47-5.5-5.5-5.5m0 9c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#8d65c5" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#fff" d="M21.5 14.25c-1.33 0-2.55.47-3.5 1.26v-5.26c0-2.76-2.24-5-5-5c-1.49 0-2.82.65-3.74 1.69A4.01 4.01 0 0 0 6 5.25c-.55 0-1 .45-1 1s.45 1 1 1c1.1 0 2 .9 2 2v12c0 .55.45 1 1 1s1-.45 1-1v-11c0-1.65 1.35-3 3-3s3 1.35 3 3v11c0 1.93-1.57 3.5-3.5 3.5c-.55 0-1 .45-1 1s.45 1 1 1c2.22 0 4.14-1.32 5.01-3.22c1 1.06 2.42 1.72 3.99 1.72c3.03 0 5.5-2.47 5.5-5.5s-2.47-5.5-5.5-5.5m0 9c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%238d65c5%22%20d%3D%22M2%206a4%204%200%200%201%204-4h20a4%204%200%200%201%204%204v20a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.5%2014.25c-1.33%200-2.55.47-3.5%201.26v-5.26c0-2.76-2.24-5-5-5c-1.49%200-2.82.65-3.74%201.69A4.01%204.01%200%200%200%206%205.25c-.55%200-1%20.45-1%201s.45%201%201%201c1.1%200%202%20.9%202%202v12c0%20.55.45%201%201%201s1-.45%201-1v-11c0-1.65%201.35-3%203-3s3%201.35%203%203v11c0%201.93-1.57%203.5-3.5%203.5c-.55%200-1%20.45-1%201s.45%201%201%201c2.22%200%204.14-1.32%205.01-3.22c1%201.06%202.42%201.72%203.99%201.72c3.03%200%205.5-2.47%205.5-5.5s-2.47-5.5-5.5-5.5m0%209c-1.93%200-3.5-1.57-3.5-3.5s1.57-3.5%203.5-3.5s3.5%201.57%203.5%203.5s-1.57%203.5-3.5%203.5%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%238d65c5%22%20d%3D%22M2%206a4%204%200%200%201%204-4h20a4%204%200%200%201%204%204v20a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.5%2014.25c-1.33%200-2.55.47-3.5%201.26v-5.26c0-2.76-2.24-5-5-5c-1.49%200-2.82.65-3.74%201.69A4.01%204.01%200%200%200%206%205.25c-.55%200-1%20.45-1%201s.45%201%201%201c1.1%200%202%20.9%202%202v12c0%20.55.45%201%201%201s1-.45%201-1v-11c0-1.65%201.35-3%203-3s3%201.35%203%203v11c0%201.93-1.57%203.5-3.5%203.5c-.55%200-1%20.45-1%201s.45%201%201%201c2.22%200%204.14-1.32%205.01-3.22c1%201.06%202.42%201.72%203.99%201.72c3.03%200%205.5-2.47%205.5-5.5s-2.47-5.5-5.5-5.5m0%209c-1.93%200-3.5-1.57-3.5-3.5s1.57-3.5%203.5-3.5s3.5%201.57%203.5%203.5s-1.57%203.5-3.5%203.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/capricorn.svg?color=%231a73e8&size=48