pisces emoji
pisces from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- pisces
- 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
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 pisces 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="M30.5 18.5A1.5 1.5 0 0 0 29 17h-3.472c.291-6.296 3.25-8.705 3.371-8.8a1.5 1.5 0 0 0-1.801-2.4c-.18.135-4.242 3.296-4.567 11.2h-9.064C13.141 9.096 9.079 5.935 8.898 5.8a1.49 1.49 0 0 0-2.083.292c-.5.652-.376 1.59.271 2.098c.132.104 3.093 2.514 3.384 8.81H7a1.5 1.5 0 1 0 0 3h3.398c-.535 5.524-3.161 7.691-3.31 7.809A1.501 1.501 0 0 0 8 30.5c.313 0 .629-.098.899-.3c.173-.129 3.9-3.028 4.508-10.2h9.185c.607 7.172 4.335 10.071 4.507 10.2c.269.201.582.298.892.298a1.5 1.5 0 0 0 1.192-.59c.5-.652.376-1.591-.271-2.099c-.125-.099-2.773-2.26-3.312-7.81H29a1.5 1.5 0 0 0 1.5-1.499"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiPisces(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="M30.5 18.5A1.5 1.5 0 0 0 29 17h-3.472c.291-6.296 3.25-8.705 3.371-8.8a1.5 1.5 0 0 0-1.801-2.4c-.18.135-4.242 3.296-4.567 11.2h-9.064C13.141 9.096 9.079 5.935 8.898 5.8a1.49 1.49 0 0 0-2.083.292c-.5.652-.376 1.59.271 2.098c.132.104 3.093 2.514 3.384 8.81H7a1.5 1.5 0 1 0 0 3h3.398c-.535 5.524-3.161 7.691-3.31 7.809A1.501 1.501 0 0 0 8 30.5c.313 0 .629-.098.899-.3c.173-.129 3.9-3.028 4.508-10.2h9.185c.607 7.172 4.335 10.071 4.507 10.2c.269.201.582.298.892.298a1.5 1.5 0 0 0 1.192-.59c.5-.652.376-1.591-.271-2.099c-.125-.099-2.773-2.26-3.312-7.81H29a1.5 1.5 0 0 0 1.5-1.499"/></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="M30.5 18.5A1.5 1.5 0 0 0 29 17h-3.472c.291-6.296 3.25-8.705 3.371-8.8a1.5 1.5 0 0 0-1.801-2.4c-.18.135-4.242 3.296-4.567 11.2h-9.064C13.141 9.096 9.079 5.935 8.898 5.8a1.49 1.49 0 0 0-2.083.292c-.5.652-.376 1.59.271 2.098c.132.104 3.093 2.514 3.384 8.81H7a1.5 1.5 0 1 0 0 3h3.398c-.535 5.524-3.161 7.691-3.31 7.809A1.501 1.501 0 0 0 8 30.5c.313 0 .629-.098.899-.3c.173-.129 3.9-3.028 4.508-10.2h9.185c.607 7.172 4.335 10.071 4.507 10.2c.269.201.582.298.892.298a1.5 1.5 0 0 0 1.192-.59c.5-.652.376-1.591-.271-2.099c-.125-.099-2.773-2.26-3.312-7.81H29a1.5 1.5 0 0 0 1.5-1.499"/></svg> </template>
CSS
.icon-pisces {
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%22M30.5%2018.5A1.5%201.5%200%200%200%2029%2017h-3.472c.291-6.296%203.25-8.705%203.371-8.8a1.5%201.5%200%200%200-1.801-2.4c-.18.135-4.242%203.296-4.567%2011.2h-9.064C13.141%209.096%209.079%205.935%208.898%205.8a1.49%201.49%200%200%200-2.083.292c-.5.652-.376%201.59.271%202.098c.132.104%203.093%202.514%203.384%208.81H7a1.5%201.5%200%201%200%200%203h3.398c-.535%205.524-3.161%207.691-3.31%207.809A1.501%201.501%200%200%200%208%2030.5c.313%200%20.629-.098.899-.3c.173-.129%203.9-3.028%204.508-10.2h9.185c.607%207.172%204.335%2010.071%204.507%2010.2c.269.201.582.298.892.298a1.5%201.5%200%200%200%201.192-.59c.5-.652.376-1.591-.271-2.099c-.125-.099-2.773-2.26-3.312-7.81H29a1.5%201.5%200%200%200%201.5-1.499%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%22M30.5%2018.5A1.5%201.5%200%200%200%2029%2017h-3.472c.291-6.296%203.25-8.705%203.371-8.8a1.5%201.5%200%200%200-1.801-2.4c-.18.135-4.242%203.296-4.567%2011.2h-9.064C13.141%209.096%209.079%205.935%208.898%205.8a1.49%201.49%200%200%200-2.083.292c-.5.652-.376%201.59.271%202.098c.132.104%203.093%202.514%203.384%208.81H7a1.5%201.5%200%201%200%200%203h3.398c-.535%205.524-3.161%207.691-3.31%207.809A1.501%201.501%200%200%200%208%2030.5c.313%200%20.629-.098.899-.3c.173-.129%203.9-3.028%204.508-10.2h9.185c.607%207.172%204.335%2010.071%204.507%2010.2c.269.201.582.298.892.298a1.5%201.5%200%200%200%201.192-.59c.5-.652.376-1.591-.271-2.099c-.125-.099-2.773-2.26-3.312-7.81H29a1.5%201.5%200%200%200%201.5-1.499%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/pisces.svg?color=%231a73e8&size=48