snake from Twitter Emoji by Twitter · Default · Animals & Nature · CC-BY-4.0 Attribution required.

Name
snake
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 snake emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#dd2e44" d="M11.84 7.634c-.719 0-2.295 2.243-3.567 1.029c-.44-.419 1.818-1.278 1.727-2.017c-.075-.607-2.842-1.52-1.875-2.099c.967-.578 2.418.841 3.513.866c2.382.055 4.212-.853 4.238-.866a1.08 1.08 0 0 1 1.464.496c.27.547.051 1.213-.488 1.486c-.131.066-2.225 1.105-5.012 1.105"/><path fill="#77b255" d="M27.818 36c-3.967 0-8.182-2.912-8.182-8.308c0-1.374-.89-1.661-1.637-1.661c-.746 0-1.636.287-1.636 1.661c0 5.396-4.216 8.308-8.182 8.308S0 33.23 0 27.692C0 14.4 14.182 12.565 14.182 14.4s-7.636-1.107-7.636 12.185c0 2.215.89 2.769 1.636 2.769c.747 0 1.637-.287 1.637-1.661c0-5.395 4.215-8.308 8.182-8.308c3.966 0 8.182 2.912 8.182 8.308c0 1.374.89 1.661 1.637 1.661s1.636-.287 1.636-1.661V11.077c0-3.855-3.417-4.431-5.454-4.431c0 0-3.272 1.108-6.545 1.108s-4.364-2.596-4.364-4.431C13.091 1.488 17.455 0 24 0c6.546 0 12 4.451 12 11.077v16.615C36 33.088 31.784 36 27.818 36"/><circle cx="19" cy="3" r="1" fill="#292f33"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiSnake(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#dd2e44" d="M11.84 7.634c-.719 0-2.295 2.243-3.567 1.029c-.44-.419 1.818-1.278 1.727-2.017c-.075-.607-2.842-1.52-1.875-2.099c.967-.578 2.418.841 3.513.866c2.382.055 4.212-.853 4.238-.866a1.08 1.08 0 0 1 1.464.496c.27.547.051 1.213-.488 1.486c-.131.066-2.225 1.105-5.012 1.105"/><path fill="#77b255" d="M27.818 36c-3.967 0-8.182-2.912-8.182-8.308c0-1.374-.89-1.661-1.637-1.661c-.746 0-1.636.287-1.636 1.661c0 5.396-4.216 8.308-8.182 8.308S0 33.23 0 27.692C0 14.4 14.182 12.565 14.182 14.4s-7.636-1.107-7.636 12.185c0 2.215.89 2.769 1.636 2.769c.747 0 1.637-.287 1.637-1.661c0-5.395 4.215-8.308 8.182-8.308c3.966 0 8.182 2.912 8.182 8.308c0 1.374.89 1.661 1.637 1.661s1.636-.287 1.636-1.661V11.077c0-3.855-3.417-4.431-5.454-4.431c0 0-3.272 1.108-6.545 1.108s-4.364-2.596-4.364-4.431C13.091 1.488 17.455 0 24 0c6.546 0 12 4.451 12 11.077v16.615C36 33.088 31.784 36 27.818 36"/><circle cx="19" cy="3" r="1" fill="#292f33"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#dd2e44" d="M11.84 7.634c-.719 0-2.295 2.243-3.567 1.029c-.44-.419 1.818-1.278 1.727-2.017c-.075-.607-2.842-1.52-1.875-2.099c.967-.578 2.418.841 3.513.866c2.382.055 4.212-.853 4.238-.866a1.08 1.08 0 0 1 1.464.496c.27.547.051 1.213-.488 1.486c-.131.066-2.225 1.105-5.012 1.105"/><path fill="#77b255" d="M27.818 36c-3.967 0-8.182-2.912-8.182-8.308c0-1.374-.89-1.661-1.637-1.661c-.746 0-1.636.287-1.636 1.661c0 5.396-4.216 8.308-8.182 8.308S0 33.23 0 27.692C0 14.4 14.182 12.565 14.182 14.4s-7.636-1.107-7.636 12.185c0 2.215.89 2.769 1.636 2.769c.747 0 1.637-.287 1.637-1.661c0-5.395 4.215-8.308 8.182-8.308c3.966 0 8.182 2.912 8.182 8.308c0 1.374.89 1.661 1.637 1.661s1.636-.287 1.636-1.661V11.077c0-3.855-3.417-4.431-5.454-4.431c0 0-3.272 1.108-6.545 1.108s-4.364-2.596-4.364-4.431C13.091 1.488 17.455 0 24 0c6.546 0 12 4.451 12 11.077v16.615C36 33.088 31.784 36 27.818 36"/><circle cx="19" cy="3" r="1" fill="#292f33"/></svg>
</template>

CSS

.icon-snake {
  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%23dd2e44%22%20d%3D%22M11.84%207.634c-.719%200-2.295%202.243-3.567%201.029c-.44-.419%201.818-1.278%201.727-2.017c-.075-.607-2.842-1.52-1.875-2.099c.967-.578%202.418.841%203.513.866c2.382.055%204.212-.853%204.238-.866a1.08%201.08%200%200%201%201.464.496c.27.547.051%201.213-.488%201.486c-.131.066-2.225%201.105-5.012%201.105%22%2F%3E%3Cpath%20fill%3D%22%2377b255%22%20d%3D%22M27.818%2036c-3.967%200-8.182-2.912-8.182-8.308c0-1.374-.89-1.661-1.637-1.661c-.746%200-1.636.287-1.636%201.661c0%205.396-4.216%208.308-8.182%208.308S0%2033.23%200%2027.692C0%2014.4%2014.182%2012.565%2014.182%2014.4s-7.636-1.107-7.636%2012.185c0%202.215.89%202.769%201.636%202.769c.747%200%201.637-.287%201.637-1.661c0-5.395%204.215-8.308%208.182-8.308c3.966%200%208.182%202.912%208.182%208.308c0%201.374.89%201.661%201.637%201.661s1.636-.287%201.636-1.661V11.077c0-3.855-3.417-4.431-5.454-4.431c0%200-3.272%201.108-6.545%201.108s-4.364-2.596-4.364-4.431C13.091%201.488%2017.455%200%2024%200c6.546%200%2012%204.451%2012%2011.077v16.615C36%2033.088%2031.784%2036%2027.818%2036%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%223%22%20r%3D%221%22%20fill%3D%22%23292f33%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%23dd2e44%22%20d%3D%22M11.84%207.634c-.719%200-2.295%202.243-3.567%201.029c-.44-.419%201.818-1.278%201.727-2.017c-.075-.607-2.842-1.52-1.875-2.099c.967-.578%202.418.841%203.513.866c2.382.055%204.212-.853%204.238-.866a1.08%201.08%200%200%201%201.464.496c.27.547.051%201.213-.488%201.486c-.131.066-2.225%201.105-5.012%201.105%22%2F%3E%3Cpath%20fill%3D%22%2377b255%22%20d%3D%22M27.818%2036c-3.967%200-8.182-2.912-8.182-8.308c0-1.374-.89-1.661-1.637-1.661c-.746%200-1.636.287-1.636%201.661c0%205.396-4.216%208.308-8.182%208.308S0%2033.23%200%2027.692C0%2014.4%2014.182%2012.565%2014.182%2014.4s-7.636-1.107-7.636%2012.185c0%202.215.89%202.769%201.636%202.769c.747%200%201.637-.287%201.637-1.661c0-5.395%204.215-8.308%208.182-8.308c3.966%200%208.182%202.912%208.182%208.308c0%201.374.89%201.661%201.637%201.661s1.636-.287%201.636-1.661V11.077c0-3.855-3.417-4.431-5.454-4.431c0%200-3.272%201.108-6.545%201.108s-4.364-2.596-4.364-4.431C13.091%201.488%2017.455%200%2024%200c6.546%200%2012%204.451%2012%2011.077v16.615C36%2033.088%2031.784%2036%2027.818%2036%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%223%22%20r%3D%221%22%20fill%3D%22%23292f33%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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