snail from Material Design Icons by Pictogrammers · Filled · Animal · Apache-2.0 Free for personal and commercial use.

Name
snail
Set
Material Design Icons
Style
Filled
Category
Animal
Viewbox
24×24
License
Apache 2.0
Aliases
gastropod

The same icon in other sets

More animal icons from Material Design Icons

Use the snail icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.31 8.03l.93-3.08c.43-.1.76-.48.76-.95c0-.55-.45-1-1-1s-1 .45-1 1c0 .26.11.5.27.68l-.77 2.58l-.77-2.58c.16-.18.27-.42.27-.68c0-.55-.45-1-1-1s-1 .45-1 1c0 .47.33.85.76.95l.93 3.08C17.73 8.18 17 9 17 10v2.25C15.65 9.16 12.63 7 9.11 7C5.19 7 2 10.26 2 14.26c0 1.84.82 3.49 2.1 4.59L2.88 19A1.003 1.003 0 0 0 3 21h16.12c1.04 0 1.88-.84 1.88-1.88v-7.4c.6-.34 1-.98 1-1.72c0-1-.73-1.82-1.69-1.97m-4.71 9.38l-3.53.45c.43-.76.73-1.65.73-2.6c0-2.32-1.85-4.2-4.13-4.2c-.53 0-1.05.12-1.53.35c-.49.25-.7.85-.45 1.34a1 1 0 0 0 1.34.46c.2-.1.42-.15.64-.15c1.18 0 2.13.98 2.13 2.2c0 1.66-1.3 3.01-2.91 3.01c-2.14 0-3.89-1.8-3.89-4.01C4 11.36 6.29 9 9.11 9c3.66 0 6.64 3.06 6.64 6.82c0 .54-.06 1.07-.15 1.59"/></svg>

React

import type { SVGProps } from "react";

export function MdiSnail(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.31 8.03l.93-3.08c.43-.1.76-.48.76-.95c0-.55-.45-1-1-1s-1 .45-1 1c0 .26.11.5.27.68l-.77 2.58l-.77-2.58c.16-.18.27-.42.27-.68c0-.55-.45-1-1-1s-1 .45-1 1c0 .47.33.85.76.95l.93 3.08C17.73 8.18 17 9 17 10v2.25C15.65 9.16 12.63 7 9.11 7C5.19 7 2 10.26 2 14.26c0 1.84.82 3.49 2.1 4.59L2.88 19A1.003 1.003 0 0 0 3 21h16.12c1.04 0 1.88-.84 1.88-1.88v-7.4c.6-.34 1-.98 1-1.72c0-1-.73-1.82-1.69-1.97m-4.71 9.38l-3.53.45c.43-.76.73-1.65.73-2.6c0-2.32-1.85-4.2-4.13-4.2c-.53 0-1.05.12-1.53.35c-.49.25-.7.85-.45 1.34a1 1 0 0 0 1.34.46c.2-.1.42-.15.64-.15c1.18 0 2.13.98 2.13 2.2c0 1.66-1.3 3.01-2.91 3.01c-2.14 0-3.89-1.8-3.89-4.01C4 11.36 6.29 9 9.11 9c3.66 0 6.64 3.06 6.64 6.82c0 .54-.06 1.07-.15 1.59"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.31 8.03l.93-3.08c.43-.1.76-.48.76-.95c0-.55-.45-1-1-1s-1 .45-1 1c0 .26.11.5.27.68l-.77 2.58l-.77-2.58c.16-.18.27-.42.27-.68c0-.55-.45-1-1-1s-1 .45-1 1c0 .47.33.85.76.95l.93 3.08C17.73 8.18 17 9 17 10v2.25C15.65 9.16 12.63 7 9.11 7C5.19 7 2 10.26 2 14.26c0 1.84.82 3.49 2.1 4.59L2.88 19A1.003 1.003 0 0 0 3 21h16.12c1.04 0 1.88-.84 1.88-1.88v-7.4c.6-.34 1-.98 1-1.72c0-1-.73-1.82-1.69-1.97m-4.71 9.38l-3.53.45c.43-.76.73-1.65.73-2.6c0-2.32-1.85-4.2-4.13-4.2c-.53 0-1.05.12-1.53.35c-.49.25-.7.85-.45 1.34a1 1 0 0 0 1.34.46c.2-.1.42-.15.64-.15c1.18 0 2.13.98 2.13 2.2c0 1.66-1.3 3.01-2.91 3.01c-2.14 0-3.89-1.8-3.89-4.01C4 11.36 6.29 9 9.11 9c3.66 0 6.64 3.06 6.64 6.82c0 .54-.06 1.07-.15 1.59"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.31%208.03l.93-3.08c.43-.1.76-.48.76-.95c0-.55-.45-1-1-1s-1%20.45-1%201c0%20.26.11.5.27.68l-.77%202.58l-.77-2.58c.16-.18.27-.42.27-.68c0-.55-.45-1-1-1s-1%20.45-1%201c0%20.47.33.85.76.95l.93%203.08C17.73%208.18%2017%209%2017%2010v2.25C15.65%209.16%2012.63%207%209.11%207C5.19%207%202%2010.26%202%2014.26c0%201.84.82%203.49%202.1%204.59L2.88%2019A1.003%201.003%200%200%200%203%2021h16.12c1.04%200%201.88-.84%201.88-1.88v-7.4c.6-.34%201-.98%201-1.72c0-1-.73-1.82-1.69-1.97m-4.71%209.38l-3.53.45c.43-.76.73-1.65.73-2.6c0-2.32-1.85-4.2-4.13-4.2c-.53%200-1.05.12-1.53.35c-.49.25-.7.85-.45%201.34a1%201%200%200%200%201.34.46c.2-.1.42-.15.64-.15c1.18%200%202.13.98%202.13%202.2c0%201.66-1.3%203.01-2.91%203.01c-2.14%200-3.89-1.8-3.89-4.01C4%2011.36%206.29%209%209.11%209c3.66%200%206.64%203.06%206.64%206.82c0%20.54-.06%201.07-.15%201.59%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.31%208.03l.93-3.08c.43-.1.76-.48.76-.95c0-.55-.45-1-1-1s-1%20.45-1%201c0%20.26.11.5.27.68l-.77%202.58l-.77-2.58c.16-.18.27-.42.27-.68c0-.55-.45-1-1-1s-1%20.45-1%201c0%20.47.33.85.76.95l.93%203.08C17.73%208.18%2017%209%2017%2010v2.25C15.65%209.16%2012.63%207%209.11%207C5.19%207%202%2010.26%202%2014.26c0%201.84.82%203.49%202.1%204.59L2.88%2019A1.003%201.003%200%200%200%203%2021h16.12c1.04%200%201.88-.84%201.88-1.88v-7.4c.6-.34%201-.98%201-1.72c0-1-.73-1.82-1.69-1.97m-4.71%209.38l-3.53.45c.43-.76.73-1.65.73-2.6c0-2.32-1.85-4.2-4.13-4.2c-.53%200-1.05.12-1.53.35c-.49.25-.7.85-.45%201.34a1%201%200%200%200%201.34.46c.2-.1.42-.15.64-.15c1.18%200%202.13.98%202.13%202.2c0%201.66-1.3%203.01-2.91%203.01c-2.14%200-3.89-1.8-3.89-4.01C4%2011.36%206.29%209%209.11%209c3.66%200%206.64%203.06%206.64%206.82c0%20.54-.06%201.07-.15%201.59%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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