spiral shell emoji
spiral-shell from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- spiral-shell
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More animals & nature icons from Fluent Emoji High Contrast
Use the spiral shell emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M1.59 7.25a3.44 3.44 0 0 1 4.738-4.57a3.225 3.225 0 0 1 4.309.314l.001.002l.665.7a4.49 4.49 0 0 1 4.976 1.07l.002.002l1.293 1.359a8.47 8.47 0 0 1 6.513 2.617l.001.002a8.5 8.5 0 0 1 2.282 4.814l1.577 1.654c4.15 4.36 3.986 11.273-.374 15.425a1 1 0 0 1-.888.256c-1.252.001-8.699.01-11.158.02a10.8 10.8 0 0 1-7.847-3.35l-.001-.001a10.8 10.8 0 0 1-2.869-8.986l-1.442-1.515a4.51 4.51 0 0 1-.811-5.026l-.667-.702v-.001a3.226 3.226 0 0 1-.3-4.084m3.07-3.006h-.007a1.44 1.44 0 0 0-1.438 1.374zm10.17 1.9l-.004-.003a2.475 2.475 0 0 0-3.519-.097l-.004.004l-6.401 6.101a2.505 2.505 0 0 0-.084 3.537l.577.606a10.8 10.8 0 0 1 2.657-4.01l.001-.001l.001-.001l.2-.191l.67-.64c.625-.596 1.625-1.55 3.13-2.98a8.5 8.5 0 0 1 3.171-1.909zM7.463 4.338l-.002.001l-4.079 3.88a1.23 1.23 0 0 0-.047 1.735l.002.002l.45.473l5.853-5.58l-.452-.475a1.224 1.224 0 0 0-1.725-.036m15.175 5.786c-2.467-2.588-6.594-2.687-9.207-.205a2307 2307 0 0 0-3.796 3.615l-.202.194c-3.521 3.36-3.656 8.937-.306 12.457a8.8 8.8 0 0 0 6.392 2.73c1.996-.008 7.273-.015 9.864-.019l-.784-.902l-2.744-2.947c-.823-1.063-1.422-3.094 0-4.985a6 6 0 0 1 .426-.476c.573-.6 1.426-1.495 1.99-3.165l.125-2.521a6.5 6.5 0 0 0-1.758-3.776m2.63 17.114l1.334 1.537c3.155-3.42 3.15-8.762-.104-12.18l-1.173-1.232l-.081 1.654c2.005 2.442 2.986 6.477.024 10.221"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastSpiralShell(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M1.59 7.25a3.44 3.44 0 0 1 4.738-4.57a3.225 3.225 0 0 1 4.309.314l.001.002l.665.7a4.49 4.49 0 0 1 4.976 1.07l.002.002l1.293 1.359a8.47 8.47 0 0 1 6.513 2.617l.001.002a8.5 8.5 0 0 1 2.282 4.814l1.577 1.654c4.15 4.36 3.986 11.273-.374 15.425a1 1 0 0 1-.888.256c-1.252.001-8.699.01-11.158.02a10.8 10.8 0 0 1-7.847-3.35l-.001-.001a10.8 10.8 0 0 1-2.869-8.986l-1.442-1.515a4.51 4.51 0 0 1-.811-5.026l-.667-.702v-.001a3.226 3.226 0 0 1-.3-4.084m3.07-3.006h-.007a1.44 1.44 0 0 0-1.438 1.374zm10.17 1.9l-.004-.003a2.475 2.475 0 0 0-3.519-.097l-.004.004l-6.401 6.101a2.505 2.505 0 0 0-.084 3.537l.577.606a10.8 10.8 0 0 1 2.657-4.01l.001-.001l.001-.001l.2-.191l.67-.64c.625-.596 1.625-1.55 3.13-2.98a8.5 8.5 0 0 1 3.171-1.909zM7.463 4.338l-.002.001l-4.079 3.88a1.23 1.23 0 0 0-.047 1.735l.002.002l.45.473l5.853-5.58l-.452-.475a1.224 1.224 0 0 0-1.725-.036m15.175 5.786c-2.467-2.588-6.594-2.687-9.207-.205a2307 2307 0 0 0-3.796 3.615l-.202.194c-3.521 3.36-3.656 8.937-.306 12.457a8.8 8.8 0 0 0 6.392 2.73c1.996-.008 7.273-.015 9.864-.019l-.784-.902l-2.744-2.947c-.823-1.063-1.422-3.094 0-4.985a6 6 0 0 1 .426-.476c.573-.6 1.426-1.495 1.99-3.165l.125-2.521a6.5 6.5 0 0 0-1.758-3.776m2.63 17.114l1.334 1.537c3.155-3.42 3.15-8.762-.104-12.18l-1.173-1.232l-.081 1.654c2.005 2.442 2.986 6.477.024 10.221"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M1.59 7.25a3.44 3.44 0 0 1 4.738-4.57a3.225 3.225 0 0 1 4.309.314l.001.002l.665.7a4.49 4.49 0 0 1 4.976 1.07l.002.002l1.293 1.359a8.47 8.47 0 0 1 6.513 2.617l.001.002a8.5 8.5 0 0 1 2.282 4.814l1.577 1.654c4.15 4.36 3.986 11.273-.374 15.425a1 1 0 0 1-.888.256c-1.252.001-8.699.01-11.158.02a10.8 10.8 0 0 1-7.847-3.35l-.001-.001a10.8 10.8 0 0 1-2.869-8.986l-1.442-1.515a4.51 4.51 0 0 1-.811-5.026l-.667-.702v-.001a3.226 3.226 0 0 1-.3-4.084m3.07-3.006h-.007a1.44 1.44 0 0 0-1.438 1.374zm10.17 1.9l-.004-.003a2.475 2.475 0 0 0-3.519-.097l-.004.004l-6.401 6.101a2.505 2.505 0 0 0-.084 3.537l.577.606a10.8 10.8 0 0 1 2.657-4.01l.001-.001l.001-.001l.2-.191l.67-.64c.625-.596 1.625-1.55 3.13-2.98a8.5 8.5 0 0 1 3.171-1.909zM7.463 4.338l-.002.001l-4.079 3.88a1.23 1.23 0 0 0-.047 1.735l.002.002l.45.473l5.853-5.58l-.452-.475a1.224 1.224 0 0 0-1.725-.036m15.175 5.786c-2.467-2.588-6.594-2.687-9.207-.205a2307 2307 0 0 0-3.796 3.615l-.202.194c-3.521 3.36-3.656 8.937-.306 12.457a8.8 8.8 0 0 0 6.392 2.73c1.996-.008 7.273-.015 9.864-.019l-.784-.902l-2.744-2.947c-.823-1.063-1.422-3.094 0-4.985a6 6 0 0 1 .426-.476c.573-.6 1.426-1.495 1.99-3.165l.125-2.521a6.5 6.5 0 0 0-1.758-3.776m2.63 17.114l1.334 1.537c3.155-3.42 3.15-8.762-.104-12.18l-1.173-1.232l-.081 1.654c2.005 2.442 2.986 6.477.024 10.221"/></svg> </template>
CSS
.icon-spiral-shell {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.59%207.25a3.44%203.44%200%200%201%204.738-4.57a3.225%203.225%200%200%201%204.309.314l.001.002l.665.7a4.49%204.49%200%200%201%204.976%201.07l.002.002l1.293%201.359a8.47%208.47%200%200%201%206.513%202.617l.001.002a8.5%208.5%200%200%201%202.282%204.814l1.577%201.654c4.15%204.36%203.986%2011.273-.374%2015.425a1%201%200%200%201-.888.256c-1.252.001-8.699.01-11.158.02a10.8%2010.8%200%200%201-7.847-3.35l-.001-.001a10.8%2010.8%200%200%201-2.869-8.986l-1.442-1.515a4.51%204.51%200%200%201-.811-5.026l-.667-.702v-.001a3.226%203.226%200%200%201-.3-4.084m3.07-3.006h-.007a1.44%201.44%200%200%200-1.438%201.374zm10.17%201.9l-.004-.003a2.475%202.475%200%200%200-3.519-.097l-.004.004l-6.401%206.101a2.505%202.505%200%200%200-.084%203.537l.577.606a10.8%2010.8%200%200%201%202.657-4.01l.001-.001l.001-.001l.2-.191l.67-.64c.625-.596%201.625-1.55%203.13-2.98a8.5%208.5%200%200%201%203.171-1.909zM7.463%204.338l-.002.001l-4.079%203.88a1.23%201.23%200%200%200-.047%201.735l.002.002l.45.473l5.853-5.58l-.452-.475a1.224%201.224%200%200%200-1.725-.036m15.175%205.786c-2.467-2.588-6.594-2.687-9.207-.205a2307%202307%200%200%200-3.796%203.615l-.202.194c-3.521%203.36-3.656%208.937-.306%2012.457a8.8%208.8%200%200%200%206.392%202.73c1.996-.008%207.273-.015%209.864-.019l-.784-.902l-2.744-2.947c-.823-1.063-1.422-3.094%200-4.985a6%206%200%200%201%20.426-.476c.573-.6%201.426-1.495%201.99-3.165l.125-2.521a6.5%206.5%200%200%200-1.758-3.776m2.63%2017.114l1.334%201.537c3.155-3.42%203.15-8.762-.104-12.18l-1.173-1.232l-.081%201.654c2.005%202.442%202.986%206.477.024%2010.221%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.59%207.25a3.44%203.44%200%200%201%204.738-4.57a3.225%203.225%200%200%201%204.309.314l.001.002l.665.7a4.49%204.49%200%200%201%204.976%201.07l.002.002l1.293%201.359a8.47%208.47%200%200%201%206.513%202.617l.001.002a8.5%208.5%200%200%201%202.282%204.814l1.577%201.654c4.15%204.36%203.986%2011.273-.374%2015.425a1%201%200%200%201-.888.256c-1.252.001-8.699.01-11.158.02a10.8%2010.8%200%200%201-7.847-3.35l-.001-.001a10.8%2010.8%200%200%201-2.869-8.986l-1.442-1.515a4.51%204.51%200%200%201-.811-5.026l-.667-.702v-.001a3.226%203.226%200%200%201-.3-4.084m3.07-3.006h-.007a1.44%201.44%200%200%200-1.438%201.374zm10.17%201.9l-.004-.003a2.475%202.475%200%200%200-3.519-.097l-.004.004l-6.401%206.101a2.505%202.505%200%200%200-.084%203.537l.577.606a10.8%2010.8%200%200%201%202.657-4.01l.001-.001l.001-.001l.2-.191l.67-.64c.625-.596%201.625-1.55%203.13-2.98a8.5%208.5%200%200%201%203.171-1.909zM7.463%204.338l-.002.001l-4.079%203.88a1.23%201.23%200%200%200-.047%201.735l.002.002l.45.473l5.853-5.58l-.452-.475a1.224%201.224%200%200%200-1.725-.036m15.175%205.786c-2.467-2.588-6.594-2.687-9.207-.205a2307%202307%200%200%200-3.796%203.615l-.202.194c-3.521%203.36-3.656%208.937-.306%2012.457a8.8%208.8%200%200%200%206.392%202.73c1.996-.008%207.273-.015%209.864-.019l-.784-.902l-2.744-2.947c-.823-1.063-1.422-3.094%200-4.985a6%206%200%200%201%20.426-.476c.573-.6%201.426-1.495%201.99-3.165l.125-2.521a6.5%206.5%200%200%200-1.758-3.776m2.63%2017.114l1.334%201.537c3.155-3.42%203.15-8.762-.104-12.18l-1.173-1.232l-.081%201.654c2.005%202.442%202.986%206.477.024%2010.221%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/spiral-shell.svg?color=%231a73e8&size=48