peacock emoji
peacock from Twitter Emoji by Twitter · Default · Animals & Nature · CC-BY-4.0 Attribution required.
- Name
- peacock
- Set
- Twitter Emoji
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More animals & nature icons from Twitter Emoji
Use the peacock emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#292f33" d="M14.5 36a.5.5 0 0 1-.354-.853L16 33.293V31.5a.5.5 0 0 1 1 0v2.207l-2.146 2.146A.5.5 0 0 1 14.5 36"/><path fill="#292f33" d="M16.5 34h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1m5 2a.5.5 0 0 1-.354-.146L19 33.707V31.5a.5.5 0 0 1 1 0v1.793l1.854 1.854A.5.5 0 0 1 21.5 36"/><path fill="#292f33" d="M22.5 34h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1"/><path fill="#a6d388" d="M36 25.909C36 29.727 34.001 31 18 31S0 29.727 0 25.909C0 13.257 8.059 4 18 4s18 9.257 18 21.909"/><path fill="#77b255" d="M18 29a.501.501 0 0 1-.158-.975l16.5-5.5a.5.5 0 0 1 .633.316a.5.5 0 0 1-.316.633l-16.5 5.5A.5.5 0 0 1 18 29m0-3a.5.5 0 0 1-.294-.905l14.5-10.5a.5.5 0 1 1 .586.809l-14.5 10.5A.5.5 0 0 1 18 26m0-4a.5.5 0 0 1-.423-.766l8.5-13.5a.5.5 0 0 1 .846.533l-8.5 13.5A.5.5 0 0 1 18 22"/><circle cx="32.5" cy="27" r="2" fill="#55acee"/><circle cx="32.5" cy="20" r="2" fill="#55acee"/><circle cx="28.5" cy="13" r="2" fill="#55acee"/><circle cx="21.5" cy="8" r="2" fill="#55acee"/><circle cx="28" cy="28.5" r="1.5" fill="#55acee"/><circle cx="28" cy="22.5" r="1.5" fill="#55acee"/><circle cx="25" cy="16.5" r="1.5" fill="#55acee"/><circle cx="24.5" cy="29" r="1" fill="#55acee"/><circle cx="24.5" cy="24" r="1" fill="#55acee"/><circle cx="21.5" cy="20" r="1" fill="#55acee"/><path fill="#77b255" d="M17.5 29a.5.5 0 0 1-.158-.025l-16.5-5.5a.501.501 0 0 1 .316-.949l16.5 5.5A.501.501 0 0 1 17.5 29m0-3a.5.5 0 0 1-.293-.095l-14.5-10.5a.5.5 0 1 1 .587-.809l14.5 10.5A.5.5 0 0 1 17.5 26m0-4a.5.5 0 0 1-.424-.233l-8.5-13.5a.501.501 0 0 1 .847-.534l8.5 13.5A.5.5 0 0 1 17.5 22"/><path fill="#77b255" d="M17.5 24a.5.5 0 0 1-.5-.5v-18a.5.5 0 0 1 1 0v18a.5.5 0 0 1-.5.5"/><path fill="#269" d="M15 16c-1-2 0-4 0-4s0 1 1 2c0-3 1-3 1-3s0 2 1 3s-3 2-3 2m7.997 13c-.433-2-1.725-3.061-2.559-4.5c-.671-1.156-2.134-3.75-.132-6.618c.532-.762-1.885-1.831-2.305-1.877v-.004l-.015.002l-.015-.002v.004c-.42.046-2.837 1.115-2.305 1.877c2.002 2.868.538 5.462-.132 6.618c-.834 1.439-2.126 2.5-2.559 4.5c-.362 1.668 2.247 3.981 4.997 3.998v.001h.015L18 33v-.002c2.75-.017 5.358-2.33 4.997-3.998"/><path fill="#292f33" d="M19 16c3 0 6 2 6 2s-3 1-6 0s0-2 0-2"/><circle cx="18" cy="16" r="3" fill="#269"/><circle cx="19" cy="16" r="1" fill="#292f33"/><circle cx="3" cy="27" r="2" fill="#55acee"/><circle cx="3" cy="20" r="2" fill="#55acee"/><circle cx="7" cy="13" r="2" fill="#55acee"/><circle cx="14" cy="8" r="2" fill="#55acee"/><circle cx="7.5" cy="28.5" r="1.5" fill="#55acee"/><circle cx="7.5" cy="22.5" r="1.5" fill="#55acee"/><circle cx="10.5" cy="16.5" r="1.5" fill="#55acee"/><circle cx="11" cy="29" r="1" fill="#55acee"/><circle cx="11" cy="24" r="1" fill="#55acee"/><circle cx="14" cy="20" r="1" fill="#55acee"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiPeacock(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#292f33" d="M14.5 36a.5.5 0 0 1-.354-.853L16 33.293V31.5a.5.5 0 0 1 1 0v2.207l-2.146 2.146A.5.5 0 0 1 14.5 36"/><path fill="#292f33" d="M16.5 34h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1m5 2a.5.5 0 0 1-.354-.146L19 33.707V31.5a.5.5 0 0 1 1 0v1.793l1.854 1.854A.5.5 0 0 1 21.5 36"/><path fill="#292f33" d="M22.5 34h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1"/><path fill="#a6d388" d="M36 25.909C36 29.727 34.001 31 18 31S0 29.727 0 25.909C0 13.257 8.059 4 18 4s18 9.257 18 21.909"/><path fill="#77b255" d="M18 29a.501.501 0 0 1-.158-.975l16.5-5.5a.5.5 0 0 1 .633.316a.5.5 0 0 1-.316.633l-16.5 5.5A.5.5 0 0 1 18 29m0-3a.5.5 0 0 1-.294-.905l14.5-10.5a.5.5 0 1 1 .586.809l-14.5 10.5A.5.5 0 0 1 18 26m0-4a.5.5 0 0 1-.423-.766l8.5-13.5a.5.5 0 0 1 .846.533l-8.5 13.5A.5.5 0 0 1 18 22"/><circle cx="32.5" cy="27" r="2" fill="#55acee"/><circle cx="32.5" cy="20" r="2" fill="#55acee"/><circle cx="28.5" cy="13" r="2" fill="#55acee"/><circle cx="21.5" cy="8" r="2" fill="#55acee"/><circle cx="28" cy="28.5" r="1.5" fill="#55acee"/><circle cx="28" cy="22.5" r="1.5" fill="#55acee"/><circle cx="25" cy="16.5" r="1.5" fill="#55acee"/><circle cx="24.5" cy="29" r="1" fill="#55acee"/><circle cx="24.5" cy="24" r="1" fill="#55acee"/><circle cx="21.5" cy="20" r="1" fill="#55acee"/><path fill="#77b255" d="M17.5 29a.5.5 0 0 1-.158-.025l-16.5-5.5a.501.501 0 0 1 .316-.949l16.5 5.5A.501.501 0 0 1 17.5 29m0-3a.5.5 0 0 1-.293-.095l-14.5-10.5a.5.5 0 1 1 .587-.809l14.5 10.5A.5.5 0 0 1 17.5 26m0-4a.5.5 0 0 1-.424-.233l-8.5-13.5a.501.501 0 0 1 .847-.534l8.5 13.5A.5.5 0 0 1 17.5 22"/><path fill="#77b255" d="M17.5 24a.5.5 0 0 1-.5-.5v-18a.5.5 0 0 1 1 0v18a.5.5 0 0 1-.5.5"/><path fill="#269" d="M15 16c-1-2 0-4 0-4s0 1 1 2c0-3 1-3 1-3s0 2 1 3s-3 2-3 2m7.997 13c-.433-2-1.725-3.061-2.559-4.5c-.671-1.156-2.134-3.75-.132-6.618c.532-.762-1.885-1.831-2.305-1.877v-.004l-.015.002l-.015-.002v.004c-.42.046-2.837 1.115-2.305 1.877c2.002 2.868.538 5.462-.132 6.618c-.834 1.439-2.126 2.5-2.559 4.5c-.362 1.668 2.247 3.981 4.997 3.998v.001h.015L18 33v-.002c2.75-.017 5.358-2.33 4.997-3.998"/><path fill="#292f33" d="M19 16c3 0 6 2 6 2s-3 1-6 0s0-2 0-2"/><circle cx="18" cy="16" r="3" fill="#269"/><circle cx="19" cy="16" r="1" fill="#292f33"/><circle cx="3" cy="27" r="2" fill="#55acee"/><circle cx="3" cy="20" r="2" fill="#55acee"/><circle cx="7" cy="13" r="2" fill="#55acee"/><circle cx="14" cy="8" r="2" fill="#55acee"/><circle cx="7.5" cy="28.5" r="1.5" fill="#55acee"/><circle cx="7.5" cy="22.5" r="1.5" fill="#55acee"/><circle cx="10.5" cy="16.5" r="1.5" fill="#55acee"/><circle cx="11" cy="29" r="1" fill="#55acee"/><circle cx="11" cy="24" r="1" fill="#55acee"/><circle cx="14" cy="20" r="1" fill="#55acee"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#292f33" d="M14.5 36a.5.5 0 0 1-.354-.853L16 33.293V31.5a.5.5 0 0 1 1 0v2.207l-2.146 2.146A.5.5 0 0 1 14.5 36"/><path fill="#292f33" d="M16.5 34h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1m5 2a.5.5 0 0 1-.354-.146L19 33.707V31.5a.5.5 0 0 1 1 0v1.793l1.854 1.854A.5.5 0 0 1 21.5 36"/><path fill="#292f33" d="M22.5 34h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1"/><path fill="#a6d388" d="M36 25.909C36 29.727 34.001 31 18 31S0 29.727 0 25.909C0 13.257 8.059 4 18 4s18 9.257 18 21.909"/><path fill="#77b255" d="M18 29a.501.501 0 0 1-.158-.975l16.5-5.5a.5.5 0 0 1 .633.316a.5.5 0 0 1-.316.633l-16.5 5.5A.5.5 0 0 1 18 29m0-3a.5.5 0 0 1-.294-.905l14.5-10.5a.5.5 0 1 1 .586.809l-14.5 10.5A.5.5 0 0 1 18 26m0-4a.5.5 0 0 1-.423-.766l8.5-13.5a.5.5 0 0 1 .846.533l-8.5 13.5A.5.5 0 0 1 18 22"/><circle cx="32.5" cy="27" r="2" fill="#55acee"/><circle cx="32.5" cy="20" r="2" fill="#55acee"/><circle cx="28.5" cy="13" r="2" fill="#55acee"/><circle cx="21.5" cy="8" r="2" fill="#55acee"/><circle cx="28" cy="28.5" r="1.5" fill="#55acee"/><circle cx="28" cy="22.5" r="1.5" fill="#55acee"/><circle cx="25" cy="16.5" r="1.5" fill="#55acee"/><circle cx="24.5" cy="29" r="1" fill="#55acee"/><circle cx="24.5" cy="24" r="1" fill="#55acee"/><circle cx="21.5" cy="20" r="1" fill="#55acee"/><path fill="#77b255" d="M17.5 29a.5.5 0 0 1-.158-.025l-16.5-5.5a.501.501 0 0 1 .316-.949l16.5 5.5A.501.501 0 0 1 17.5 29m0-3a.5.5 0 0 1-.293-.095l-14.5-10.5a.5.5 0 1 1 .587-.809l14.5 10.5A.5.5 0 0 1 17.5 26m0-4a.5.5 0 0 1-.424-.233l-8.5-13.5a.501.501 0 0 1 .847-.534l8.5 13.5A.5.5 0 0 1 17.5 22"/><path fill="#77b255" d="M17.5 24a.5.5 0 0 1-.5-.5v-18a.5.5 0 0 1 1 0v18a.5.5 0 0 1-.5.5"/><path fill="#269" d="M15 16c-1-2 0-4 0-4s0 1 1 2c0-3 1-3 1-3s0 2 1 3s-3 2-3 2m7.997 13c-.433-2-1.725-3.061-2.559-4.5c-.671-1.156-2.134-3.75-.132-6.618c.532-.762-1.885-1.831-2.305-1.877v-.004l-.015.002l-.015-.002v.004c-.42.046-2.837 1.115-2.305 1.877c2.002 2.868.538 5.462-.132 6.618c-.834 1.439-2.126 2.5-2.559 4.5c-.362 1.668 2.247 3.981 4.997 3.998v.001h.015L18 33v-.002c2.75-.017 5.358-2.33 4.997-3.998"/><path fill="#292f33" d="M19 16c3 0 6 2 6 2s-3 1-6 0s0-2 0-2"/><circle cx="18" cy="16" r="3" fill="#269"/><circle cx="19" cy="16" r="1" fill="#292f33"/><circle cx="3" cy="27" r="2" fill="#55acee"/><circle cx="3" cy="20" r="2" fill="#55acee"/><circle cx="7" cy="13" r="2" fill="#55acee"/><circle cx="14" cy="8" r="2" fill="#55acee"/><circle cx="7.5" cy="28.5" r="1.5" fill="#55acee"/><circle cx="7.5" cy="22.5" r="1.5" fill="#55acee"/><circle cx="10.5" cy="16.5" r="1.5" fill="#55acee"/><circle cx="11" cy="29" r="1" fill="#55acee"/><circle cx="11" cy="24" r="1" fill="#55acee"/><circle cx="14" cy="20" r="1" fill="#55acee"/></svg> </template>
CSS
.icon-peacock {
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%23292f33%22%20d%3D%22M14.5%2036a.5.5%200%200%201-.354-.853L16%2033.293V31.5a.5.5%200%200%201%201%200v2.207l-2.146%202.146A.5.5%200%200%201%2014.5%2036%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M16.5%2034h-3a.5.5%200%200%201%200-1h3a.5.5%200%200%201%200%201m5%202a.5.5%200%200%201-.354-.146L19%2033.707V31.5a.5.5%200%200%201%201%200v1.793l1.854%201.854A.5.5%200%200%201%2021.5%2036%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M22.5%2034h-3a.5.5%200%200%201%200-1h3a.5.5%200%200%201%200%201%22%2F%3E%3Cpath%20fill%3D%22%23a6d388%22%20d%3D%22M36%2025.909C36%2029.727%2034.001%2031%2018%2031S0%2029.727%200%2025.909C0%2013.257%208.059%204%2018%204s18%209.257%2018%2021.909%22%2F%3E%3Cpath%20fill%3D%22%2377b255%22%20d%3D%22M18%2029a.501.501%200%200%201-.158-.975l16.5-5.5a.5.5%200%200%201%20.633.316a.5.5%200%200%201-.316.633l-16.5%205.5A.5.5%200%200%201%2018%2029m0-3a.5.5%200%200%201-.294-.905l14.5-10.5a.5.5%200%201%201%20.586.809l-14.5%2010.5A.5.5%200%200%201%2018%2026m0-4a.5.5%200%200%201-.423-.766l8.5-13.5a.5.5%200%200%201%20.846.533l-8.5%2013.5A.5.5%200%200%201%2018%2022%22%2F%3E%3Ccircle%20cx%3D%2232.5%22%20cy%3D%2227%22%20r%3D%222%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2232.5%22%20cy%3D%2220%22%20r%3D%222%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2228.5%22%20cy%3D%2213%22%20r%3D%222%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2221.5%22%20cy%3D%228%22%20r%3D%222%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2228.5%22%20r%3D%221.5%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2222.5%22%20r%3D%221.5%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2216.5%22%20r%3D%221.5%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2224.5%22%20cy%3D%2229%22%20r%3D%221%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2224.5%22%20cy%3D%2224%22%20r%3D%221%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2221.5%22%20cy%3D%2220%22%20r%3D%221%22%20fill%3D%22%2355acee%22%2F%3E%3Cpath%20fill%3D%22%2377b255%22%20d%3D%22M17.5%2029a.5.5%200%200%201-.158-.025l-16.5-5.5a.501.501%200%200%201%20.316-.949l16.5%205.5A.501.501%200%200%201%2017.5%2029m0-3a.5.5%200%200%201-.293-.095l-14.5-10.5a.5.5%200%201%201%20.587-.809l14.5%2010.5A.5.5%200%200%201%2017.5%2026m0-4a.5.5%200%200%201-.424-.233l-8.5-13.5a.501.501%200%200%201%20.847-.534l8.5%2013.5A.5.5%200%200%201%2017.5%2022%22%2F%3E%3Cpath%20fill%3D%22%2377b255%22%20d%3D%22M17.5%2024a.5.5%200%200%201-.5-.5v-18a.5.5%200%200%201%201%200v18a.5.5%200%200%201-.5.5%22%2F%3E%3Cpath%20fill%3D%22%23269%22%20d%3D%22M15%2016c-1-2%200-4%200-4s0%201%201%202c0-3%201-3%201-3s0%202%201%203s-3%202-3%202m7.997%2013c-.433-2-1.725-3.061-2.559-4.5c-.671-1.156-2.134-3.75-.132-6.618c.532-.762-1.885-1.831-2.305-1.877v-.004l-.015.002l-.015-.002v.004c-.42.046-2.837%201.115-2.305%201.877c2.002%202.868.538%205.462-.132%206.618c-.834%201.439-2.126%202.5-2.559%204.5c-.362%201.668%202.247%203.981%204.997%203.998v.001h.015L18%2033v-.002c2.75-.017%205.358-2.33%204.997-3.998%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M19%2016c3%200%206%202%206%202s-3%201-6%200s0-2%200-2%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2216%22%20r%3D%223%22%20fill%3D%22%23269%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2216%22%20r%3D%221%22%20fill%3D%22%23292f33%22%2F%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2227%22%20r%3D%222%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2220%22%20r%3D%222%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2213%22%20r%3D%222%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%228%22%20r%3D%222%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%2228.5%22%20r%3D%221.5%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%2222.5%22%20r%3D%221.5%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2216.5%22%20r%3D%221.5%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2229%22%20r%3D%221%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2224%22%20r%3D%221%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%2220%22%20r%3D%221%22%20fill%3D%22%2355acee%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%23292f33%22%20d%3D%22M14.5%2036a.5.5%200%200%201-.354-.853L16%2033.293V31.5a.5.5%200%200%201%201%200v2.207l-2.146%202.146A.5.5%200%200%201%2014.5%2036%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M16.5%2034h-3a.5.5%200%200%201%200-1h3a.5.5%200%200%201%200%201m5%202a.5.5%200%200%201-.354-.146L19%2033.707V31.5a.5.5%200%200%201%201%200v1.793l1.854%201.854A.5.5%200%200%201%2021.5%2036%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M22.5%2034h-3a.5.5%200%200%201%200-1h3a.5.5%200%200%201%200%201%22%2F%3E%3Cpath%20fill%3D%22%23a6d388%22%20d%3D%22M36%2025.909C36%2029.727%2034.001%2031%2018%2031S0%2029.727%200%2025.909C0%2013.257%208.059%204%2018%204s18%209.257%2018%2021.909%22%2F%3E%3Cpath%20fill%3D%22%2377b255%22%20d%3D%22M18%2029a.501.501%200%200%201-.158-.975l16.5-5.5a.5.5%200%200%201%20.633.316a.5.5%200%200%201-.316.633l-16.5%205.5A.5.5%200%200%201%2018%2029m0-3a.5.5%200%200%201-.294-.905l14.5-10.5a.5.5%200%201%201%20.586.809l-14.5%2010.5A.5.5%200%200%201%2018%2026m0-4a.5.5%200%200%201-.423-.766l8.5-13.5a.5.5%200%200%201%20.846.533l-8.5%2013.5A.5.5%200%200%201%2018%2022%22%2F%3E%3Ccircle%20cx%3D%2232.5%22%20cy%3D%2227%22%20r%3D%222%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2232.5%22%20cy%3D%2220%22%20r%3D%222%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2228.5%22%20cy%3D%2213%22%20r%3D%222%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2221.5%22%20cy%3D%228%22%20r%3D%222%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2228.5%22%20r%3D%221.5%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2222.5%22%20r%3D%221.5%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2216.5%22%20r%3D%221.5%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2224.5%22%20cy%3D%2229%22%20r%3D%221%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2224.5%22%20cy%3D%2224%22%20r%3D%221%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2221.5%22%20cy%3D%2220%22%20r%3D%221%22%20fill%3D%22%2355acee%22%2F%3E%3Cpath%20fill%3D%22%2377b255%22%20d%3D%22M17.5%2029a.5.5%200%200%201-.158-.025l-16.5-5.5a.501.501%200%200%201%20.316-.949l16.5%205.5A.501.501%200%200%201%2017.5%2029m0-3a.5.5%200%200%201-.293-.095l-14.5-10.5a.5.5%200%201%201%20.587-.809l14.5%2010.5A.5.5%200%200%201%2017.5%2026m0-4a.5.5%200%200%201-.424-.233l-8.5-13.5a.501.501%200%200%201%20.847-.534l8.5%2013.5A.5.5%200%200%201%2017.5%2022%22%2F%3E%3Cpath%20fill%3D%22%2377b255%22%20d%3D%22M17.5%2024a.5.5%200%200%201-.5-.5v-18a.5.5%200%200%201%201%200v18a.5.5%200%200%201-.5.5%22%2F%3E%3Cpath%20fill%3D%22%23269%22%20d%3D%22M15%2016c-1-2%200-4%200-4s0%201%201%202c0-3%201-3%201-3s0%202%201%203s-3%202-3%202m7.997%2013c-.433-2-1.725-3.061-2.559-4.5c-.671-1.156-2.134-3.75-.132-6.618c.532-.762-1.885-1.831-2.305-1.877v-.004l-.015.002l-.015-.002v.004c-.42.046-2.837%201.115-2.305%201.877c2.002%202.868.538%205.462-.132%206.618c-.834%201.439-2.126%202.5-2.559%204.5c-.362%201.668%202.247%203.981%204.997%203.998v.001h.015L18%2033v-.002c2.75-.017%205.358-2.33%204.997-3.998%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M19%2016c3%200%206%202%206%202s-3%201-6%200s0-2%200-2%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2216%22%20r%3D%223%22%20fill%3D%22%23269%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2216%22%20r%3D%221%22%20fill%3D%22%23292f33%22%2F%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2227%22%20r%3D%222%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2220%22%20r%3D%222%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2213%22%20r%3D%222%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%228%22%20r%3D%222%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%2228.5%22%20r%3D%221.5%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%2222.5%22%20r%3D%221.5%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2216.5%22%20r%3D%221.5%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2229%22%20r%3D%221%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2224%22%20r%3D%221%22%20fill%3D%22%2355acee%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%2220%22%20r%3D%221%22%20fill%3D%22%2355acee%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/peacock.svg?color=%231a73e8&size=48