snail from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
snail
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the snail icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M9.577 14c0 2.5 1.923 6 5.963 6S22 16.866 22 13c0-4.97-4.23-9-9.938-9C6.415 4 1.413 8.255 2.056 15.387a.89.89 0 0 0 .658.79c2.7.682 5.474-.313 6.863-2.177Zm0 0c0-5.128 7.95-6.209 7.95-1c0 1.469-1.027 2.726-2.484 3.246"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSnail(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M9.577 14c0 2.5 1.923 6 5.963 6S22 16.866 22 13c0-4.97-4.23-9-9.938-9C6.415 4 1.413 8.255 2.056 15.387a.89.89 0 0 0 .658.79c2.7.682 5.474-.313 6.863-2.177Zm0 0c0-5.128 7.95-6.209 7.95-1c0 1.469-1.027 2.726-2.484 3.246"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M9.577 14c0 2.5 1.923 6 5.963 6S22 16.866 22 13c0-4.97-4.23-9-9.938-9C6.415 4 1.413 8.255 2.056 15.387a.89.89 0 0 0 .658.79c2.7.682 5.474-.313 6.863-2.177Zm0 0c0-5.128 7.95-6.209 7.95-1c0 1.469-1.027 2.726-2.484 3.246"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9.577%2014c0%202.5%201.923%206%205.963%206S22%2016.866%2022%2013c0-4.97-4.23-9-9.938-9C6.415%204%201.413%208.255%202.056%2015.387a.89.89%200%200%200%20.658.79c2.7.682%205.474-.313%206.863-2.177Zm0%200c0-5.128%207.95-6.209%207.95-1c0%201.469-1.027%202.726-2.484%203.246%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9.577%2014c0%202.5%201.923%206%205.963%206S22%2016.866%2022%2013c0-4.97-4.23-9-9.938-9C6.415%204%201.413%208.255%202.056%2015.387a.89.89%200%200%200%20.658.79c2.7.682%205.474-.313%206.863-2.177Zm0%200c0-5.128%207.95-6.209%207.95-1c0%201.469-1.027%202.726-2.484%203.246%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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