snail emoji
snail from Twitter Emoji by Twitter · Default · Animals & Nature · CC-BY-4.0 Attribution required.
- Name
- snail
- Set
- Twitter Emoji
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
snailEmoji One (Colored)snailFluent EmojisnailFluent Emoji FlatsnailFluent Emoji High ContrastsnailFirefox OS EmojisnailHuge IconssnailLucidesnailMaterial SymbolssnailMaterial Symbols LightsnailMaterial Design IconssnailNoto EmojisnailOpenMojisnailPixelarticonssnailStreamline EmojissnailWeb3 Icons Branded
More animals & nature icons from Twitter Emoji
Use the snail emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#9266cc" d="M9 15.561c0-4 2-8 0-10s-3 2-2 2c1.414 0 2 2 1 5s1 3.999 1 3m-3.875 0c0-4 2-8 0-10s-3 2-2 2c1.414 0 2 2 1 5s1 3.999 1 3"/><path fill="#aa8dd8" d="M36 34.936c0 1-1 1-2 1H11c-5 0-7.272-3.09-8-6c-1-4 2-11 0-12s-3-1-3-3s4.47-5.265 7-4c4 2 2.767 6.932 2 10c-.88 3.522 1.115 3.594 5 5c4.94 1.787 12.32 4.44 14 5c3 1 8 3 8 4"/><path fill="#ffcc4d" d="M10.925 24.935c2.887 1 3.849 9 13.472 9c6.377 0 8.66-5.479 8.66-11c0-5.523-5.17-10-11.547-10c-6.377.001-11.498 11.684-10.585 12"/><path fill="#ffac33" d="M24.914 33.938c1.708 0 3.389-.48 4.892-1.418c2.185-1.361 3.729-3.527 4.348-6.098c1.53-6.363-2.206-12.834-8.329-14.425c-7.393-1.923-14.919 2.768-16.768 10.455c-.258 1.072.369 2.158 1.399 2.426c1.027.271 2.076-.383 2.335-1.455c1.334-5.546 6.761-8.93 12.1-7.544c4.063 1.056 6.544 5.351 5.528 9.574c-.369 1.533-1.29 2.826-2.594 3.639a5.47 5.47 0 0 1-4.311.666a4.15 4.15 0 0 1-2.564-1.973a4.45 4.45 0 0 1-.469-3.281a3.04 3.04 0 0 1 1.344-1.887c.676-.421 1.527-.707 2.234-.345c1.298.665 1.298 2.665.336 3.665c-.752.781 1.604 1.065 2.887 0c1.15-.955 1.645-2.492 1.068-4.199c-.581-1.724-1.805-2.942-3.358-3.347a6.53 6.53 0 0 0-5.148.797c-1.557.971-2.657 2.515-3.098 4.347a8.56 8.56 0 0 0 .903 6.307c1.103 1.91 2.853 3.258 4.931 3.797a9.4 9.4 0 0 0 2.334.299"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiSnail(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="M9 15.561c0-4 2-8 0-10s-3 2-2 2c1.414 0 2 2 1 5s1 3.999 1 3m-3.875 0c0-4 2-8 0-10s-3 2-2 2c1.414 0 2 2 1 5s1 3.999 1 3"/><path fill="#aa8dd8" d="M36 34.936c0 1-1 1-2 1H11c-5 0-7.272-3.09-8-6c-1-4 2-11 0-12s-3-1-3-3s4.47-5.265 7-4c4 2 2.767 6.932 2 10c-.88 3.522 1.115 3.594 5 5c4.94 1.787 12.32 4.44 14 5c3 1 8 3 8 4"/><path fill="#ffcc4d" d="M10.925 24.935c2.887 1 3.849 9 13.472 9c6.377 0 8.66-5.479 8.66-11c0-5.523-5.17-10-11.547-10c-6.377.001-11.498 11.684-10.585 12"/><path fill="#ffac33" d="M24.914 33.938c1.708 0 3.389-.48 4.892-1.418c2.185-1.361 3.729-3.527 4.348-6.098c1.53-6.363-2.206-12.834-8.329-14.425c-7.393-1.923-14.919 2.768-16.768 10.455c-.258 1.072.369 2.158 1.399 2.426c1.027.271 2.076-.383 2.335-1.455c1.334-5.546 6.761-8.93 12.1-7.544c4.063 1.056 6.544 5.351 5.528 9.574c-.369 1.533-1.29 2.826-2.594 3.639a5.47 5.47 0 0 1-4.311.666a4.15 4.15 0 0 1-2.564-1.973a4.45 4.45 0 0 1-.469-3.281a3.04 3.04 0 0 1 1.344-1.887c.676-.421 1.527-.707 2.234-.345c1.298.665 1.298 2.665.336 3.665c-.752.781 1.604 1.065 2.887 0c1.15-.955 1.645-2.492 1.068-4.199c-.581-1.724-1.805-2.942-3.358-3.347a6.53 6.53 0 0 0-5.148.797c-1.557.971-2.657 2.515-3.098 4.347a8.56 8.56 0 0 0 .903 6.307c1.103 1.91 2.853 3.258 4.931 3.797a9.4 9.4 0 0 0 2.334.299"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#9266cc" d="M9 15.561c0-4 2-8 0-10s-3 2-2 2c1.414 0 2 2 1 5s1 3.999 1 3m-3.875 0c0-4 2-8 0-10s-3 2-2 2c1.414 0 2 2 1 5s1 3.999 1 3"/><path fill="#aa8dd8" d="M36 34.936c0 1-1 1-2 1H11c-5 0-7.272-3.09-8-6c-1-4 2-11 0-12s-3-1-3-3s4.47-5.265 7-4c4 2 2.767 6.932 2 10c-.88 3.522 1.115 3.594 5 5c4.94 1.787 12.32 4.44 14 5c3 1 8 3 8 4"/><path fill="#ffcc4d" d="M10.925 24.935c2.887 1 3.849 9 13.472 9c6.377 0 8.66-5.479 8.66-11c0-5.523-5.17-10-11.547-10c-6.377.001-11.498 11.684-10.585 12"/><path fill="#ffac33" d="M24.914 33.938c1.708 0 3.389-.48 4.892-1.418c2.185-1.361 3.729-3.527 4.348-6.098c1.53-6.363-2.206-12.834-8.329-14.425c-7.393-1.923-14.919 2.768-16.768 10.455c-.258 1.072.369 2.158 1.399 2.426c1.027.271 2.076-.383 2.335-1.455c1.334-5.546 6.761-8.93 12.1-7.544c4.063 1.056 6.544 5.351 5.528 9.574c-.369 1.533-1.29 2.826-2.594 3.639a5.47 5.47 0 0 1-4.311.666a4.15 4.15 0 0 1-2.564-1.973a4.45 4.45 0 0 1-.469-3.281a3.04 3.04 0 0 1 1.344-1.887c.676-.421 1.527-.707 2.234-.345c1.298.665 1.298 2.665.336 3.665c-.752.781 1.604 1.065 2.887 0c1.15-.955 1.645-2.492 1.068-4.199c-.581-1.724-1.805-2.942-3.358-3.347a6.53 6.53 0 0 0-5.148.797c-1.557.971-2.657 2.515-3.098 4.347a8.56 8.56 0 0 0 .903 6.307c1.103 1.91 2.853 3.258 4.931 3.797a9.4 9.4 0 0 0 2.334.299"/></svg> </template>
CSS
.icon-snail {
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%22M9%2015.561c0-4%202-8%200-10s-3%202-2%202c1.414%200%202%202%201%205s1%203.999%201%203m-3.875%200c0-4%202-8%200-10s-3%202-2%202c1.414%200%202%202%201%205s1%203.999%201%203%22%2F%3E%3Cpath%20fill%3D%22%23aa8dd8%22%20d%3D%22M36%2034.936c0%201-1%201-2%201H11c-5%200-7.272-3.09-8-6c-1-4%202-11%200-12s-3-1-3-3s4.47-5.265%207-4c4%202%202.767%206.932%202%2010c-.88%203.522%201.115%203.594%205%205c4.94%201.787%2012.32%204.44%2014%205c3%201%208%203%208%204%22%2F%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M10.925%2024.935c2.887%201%203.849%209%2013.472%209c6.377%200%208.66-5.479%208.66-11c0-5.523-5.17-10-11.547-10c-6.377.001-11.498%2011.684-10.585%2012%22%2F%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M24.914%2033.938c1.708%200%203.389-.48%204.892-1.418c2.185-1.361%203.729-3.527%204.348-6.098c1.53-6.363-2.206-12.834-8.329-14.425c-7.393-1.923-14.919%202.768-16.768%2010.455c-.258%201.072.369%202.158%201.399%202.426c1.027.271%202.076-.383%202.335-1.455c1.334-5.546%206.761-8.93%2012.1-7.544c4.063%201.056%206.544%205.351%205.528%209.574c-.369%201.533-1.29%202.826-2.594%203.639a5.47%205.47%200%200%201-4.311.666a4.15%204.15%200%200%201-2.564-1.973a4.45%204.45%200%200%201-.469-3.281a3.04%203.04%200%200%201%201.344-1.887c.676-.421%201.527-.707%202.234-.345c1.298.665%201.298%202.665.336%203.665c-.752.781%201.604%201.065%202.887%200c1.15-.955%201.645-2.492%201.068-4.199c-.581-1.724-1.805-2.942-3.358-3.347a6.53%206.53%200%200%200-5.148.797c-1.557.971-2.657%202.515-3.098%204.347a8.56%208.56%200%200%200%20.903%206.307c1.103%201.91%202.853%203.258%204.931%203.797a9.4%209.4%200%200%200%202.334.299%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%22M9%2015.561c0-4%202-8%200-10s-3%202-2%202c1.414%200%202%202%201%205s1%203.999%201%203m-3.875%200c0-4%202-8%200-10s-3%202-2%202c1.414%200%202%202%201%205s1%203.999%201%203%22%2F%3E%3Cpath%20fill%3D%22%23aa8dd8%22%20d%3D%22M36%2034.936c0%201-1%201-2%201H11c-5%200-7.272-3.09-8-6c-1-4%202-11%200-12s-3-1-3-3s4.47-5.265%207-4c4%202%202.767%206.932%202%2010c-.88%203.522%201.115%203.594%205%205c4.94%201.787%2012.32%204.44%2014%205c3%201%208%203%208%204%22%2F%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M10.925%2024.935c2.887%201%203.849%209%2013.472%209c6.377%200%208.66-5.479%208.66-11c0-5.523-5.17-10-11.547-10c-6.377.001-11.498%2011.684-10.585%2012%22%2F%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M24.914%2033.938c1.708%200%203.389-.48%204.892-1.418c2.185-1.361%203.729-3.527%204.348-6.098c1.53-6.363-2.206-12.834-8.329-14.425c-7.393-1.923-14.919%202.768-16.768%2010.455c-.258%201.072.369%202.158%201.399%202.426c1.027.271%202.076-.383%202.335-1.455c1.334-5.546%206.761-8.93%2012.1-7.544c4.063%201.056%206.544%205.351%205.528%209.574c-.369%201.533-1.29%202.826-2.594%203.639a5.47%205.47%200%200%201-4.311.666a4.15%204.15%200%200%201-2.564-1.973a4.45%204.45%200%200%201-.469-3.281a3.04%203.04%200%200%201%201.344-1.887c.676-.421%201.527-.707%202.234-.345c1.298.665%201.298%202.665.336%203.665c-.752.781%201.604%201.065%202.887%200c1.15-.955%201.645-2.492%201.068-4.199c-.581-1.724-1.805-2.942-3.358-3.347a6.53%206.53%200%200%200-5.148.797c-1.557.971-2.657%202.515-3.098%204.347a8.56%208.56%200%200%200%20.903%206.307c1.103%201.91%202.853%203.258%204.931%203.797a9.4%209.4%200%200%200%202.334.299%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/snail.svg?color=%231a73e8&size=48