Snail icon

Snail is a Google Material Symbol from the Social category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

snail_outlined_fill0_wght400.svg

Snail icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=snail" />

<span class="material-symbols-outlined">snail</span>

Snail icon in React

// With the font from the HTML tab:
export function SnailIcon() {
  return (
    <span className="material-symbols-outlined">
      snail
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import SnailIcon from "@material-symbols/svg-400/outlined/snail.svg?react";

Snail icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">snail</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import SnailIcon from "@material-symbols/svg-400/outlined/snail.svg?component"; -->

Snail icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">snail</mat-icon>

Snail icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.snail, fill: 0, weight: 400)

Snail icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/snail.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M3 20q0-1.275 .688-2.487T5.65 15.325q-1.24-.758-1.945-1.975Q3 12.132 3 10.725q0-2.8 2.016-4.762Q7.031 4 9.925 4q1.725 0 3.163 .788T15.725 7.175q.525-1.025 1.413-1.575t2.012-.55q1.65 0 2.75 .825t1.1 2.05q0 1.092-.759 1.859Q21.482 10.55 20.4 10.55h-.4v4.575q0 2.025-1.448 3.45-1.448 1.425-3.502 1.425H3Zm4.85-5.625q1.375 0 2.375-.875t1-2.125q0-.75-.4-1.237T9.825 9.65q-.5 0-.862 .295T8.6 10.675h-1.5q0-1.05 .8-1.787t1.925-.738q1.225 0 2.063 .9t.837 2.225q0 .75-.325 1.563T11.5 14.375h2.025q.725 0 1.263-.537T15.325 12.525v-1.55q0-2.272-1.581-3.874Q12.163 5.5 9.92 5.5 7.65 5.5 6.075 7.028 4.5 8.557 4.5 10.725q0 1.525 .963 2.588Q6.426 14.375 7.85 14.375ZM4.85 18.5h10.2q1.438 0 2.444-.97Q18.5 16.559 18.5 15.125v-4.575q0-.625 .425-1.062t1.05-.438h.421Q20.85 9.05 21.175 8.726q.325-.324 .325-.801 0-.35-.237-.637T20.675 6.85q-.425-.15-.8-.225t-.725-.075q-.971 0-1.648 .7Q16.825 7.95 16.825 8.9v3.625q0 1.425-.975 2.388T13.525 15.875H8.725q-1.269 0-2.322 .713Q5.35 17.3 4.85 18.5Zm13.2-.475Z" />
</vector>

Snail icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/snail.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/snail.svg" width="24" height="24" alt="Snail">

Snail icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameSnail
Ligaturesnail
Code pointU+FFEDE
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/snail.svg, snail-fill.svg
FlutterSymbols.snail
LicenseApache License 2.0 (© Google LLC)

Keywords

socialspeednaturecurvedeliverydelaygardenanimalpostalslowpaceshellcreature

Related icons