shell logo
shell from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- shell
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the shell logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 .863C5.34.863 0 6.251 0 12.98c0 .996.038 1.374.246 2.33l3.662 2.71l.57 4.515h6.102l.326.227c.377.262.705.375 1.082.375c.352 0 .732-.101 1.024-.313l.39-.289h6.094l.563-4.515l3.695-2.71c.208-.956.246-1.334.246-2.33C24 6.252 18.661.863 12 .863m.996 2.258c.9 0 1.778.224 2.512.649l-2.465 12.548l3.42-12.062c1.059.36 1.863.941 2.508 1.814l.025.034l-4.902 10.615l5.572-9.713l.033.03c.758.708 1.247 1.567 1.492 2.648l-6.195 7.666l6.436-6.5l.01.021c.253.563.417 1.36.417 1.996c0 .509-.024.712-.164 1.25l-3.554 2.602l-.467 3.71h-4.475l-.517.395c-.199.158-.482.266-.682.266c-.199 0-.483-.108-.682-.266l-.517-.394H6.322l-.445-3.61l-3.627-2.666c-.11-.436-.16-.83-.16-1.261c0-.72.159-1.49.426-2.053l.013-.024l6.45 6.551L2.75 9.621c.25-1.063.874-2.09 1.64-2.713l5.542 9.776L4.979 6.1c.555-.814 1.45-1.455 2.546-1.827l3.424 12.069L8.355 3.816l.055-.03c.814-.45 1.598-.657 2.457-.657c.195 0 .286.004.528.03l.587 13.05l.46-13.059c.224-.025.309-.029.554-.029"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsShell(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="M12 .863C5.34.863 0 6.251 0 12.98c0 .996.038 1.374.246 2.33l3.662 2.71l.57 4.515h6.102l.326.227c.377.262.705.375 1.082.375c.352 0 .732-.101 1.024-.313l.39-.289h6.094l.563-4.515l3.695-2.71c.208-.956.246-1.334.246-2.33C24 6.252 18.661.863 12 .863m.996 2.258c.9 0 1.778.224 2.512.649l-2.465 12.548l3.42-12.062c1.059.36 1.863.941 2.508 1.814l.025.034l-4.902 10.615l5.572-9.713l.033.03c.758.708 1.247 1.567 1.492 2.648l-6.195 7.666l6.436-6.5l.01.021c.253.563.417 1.36.417 1.996c0 .509-.024.712-.164 1.25l-3.554 2.602l-.467 3.71h-4.475l-.517.395c-.199.158-.482.266-.682.266c-.199 0-.483-.108-.682-.266l-.517-.394H6.322l-.445-3.61l-3.627-2.666c-.11-.436-.16-.83-.16-1.261c0-.72.159-1.49.426-2.053l.013-.024l6.45 6.551L2.75 9.621c.25-1.063.874-2.09 1.64-2.713l5.542 9.776L4.979 6.1c.555-.814 1.45-1.455 2.546-1.827l3.424 12.069L8.355 3.816l.055-.03c.814-.45 1.598-.657 2.457-.657c.195 0 .286.004.528.03l.587 13.05l.46-13.059c.224-.025.309-.029.554-.029"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 .863C5.34.863 0 6.251 0 12.98c0 .996.038 1.374.246 2.33l3.662 2.71l.57 4.515h6.102l.326.227c.377.262.705.375 1.082.375c.352 0 .732-.101 1.024-.313l.39-.289h6.094l.563-4.515l3.695-2.71c.208-.956.246-1.334.246-2.33C24 6.252 18.661.863 12 .863m.996 2.258c.9 0 1.778.224 2.512.649l-2.465 12.548l3.42-12.062c1.059.36 1.863.941 2.508 1.814l.025.034l-4.902 10.615l5.572-9.713l.033.03c.758.708 1.247 1.567 1.492 2.648l-6.195 7.666l6.436-6.5l.01.021c.253.563.417 1.36.417 1.996c0 .509-.024.712-.164 1.25l-3.554 2.602l-.467 3.71h-4.475l-.517.395c-.199.158-.482.266-.682.266c-.199 0-.483-.108-.682-.266l-.517-.394H6.322l-.445-3.61l-3.627-2.666c-.11-.436-.16-.83-.16-1.261c0-.72.159-1.49.426-2.053l.013-.024l6.45 6.551L2.75 9.621c.25-1.063.874-2.09 1.64-2.713l5.542 9.776L4.979 6.1c.555-.814 1.45-1.455 2.546-1.827l3.424 12.069L8.355 3.816l.055-.03c.814-.45 1.598-.657 2.457-.657c.195 0 .286.004.528.03l.587 13.05l.46-13.059c.224-.025.309-.029.554-.029"/></svg> </template>
CSS
.icon-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%20.863C5.34.863%200%206.251%200%2012.98c0%20.996.038%201.374.246%202.33l3.662%202.71l.57%204.515h6.102l.326.227c.377.262.705.375%201.082.375c.352%200%20.732-.101%201.024-.313l.39-.289h6.094l.563-4.515l3.695-2.71c.208-.956.246-1.334.246-2.33C24%206.252%2018.661.863%2012%20.863m.996%202.258c.9%200%201.778.224%202.512.649l-2.465%2012.548l3.42-12.062c1.059.36%201.863.941%202.508%201.814l.025.034l-4.902%2010.615l5.572-9.713l.033.03c.758.708%201.247%201.567%201.492%202.648l-6.195%207.666l6.436-6.5l.01.021c.253.563.417%201.36.417%201.996c0%20.509-.024.712-.164%201.25l-3.554%202.602l-.467%203.71h-4.475l-.517.395c-.199.158-.482.266-.682.266c-.199%200-.483-.108-.682-.266l-.517-.394H6.322l-.445-3.61l-3.627-2.666c-.11-.436-.16-.83-.16-1.261c0-.72.159-1.49.426-2.053l.013-.024l6.45%206.551L2.75%209.621c.25-1.063.874-2.09%201.64-2.713l5.542%209.776L4.979%206.1c.555-.814%201.45-1.455%202.546-1.827l3.424%2012.069L8.355%203.816l.055-.03c.814-.45%201.598-.657%202.457-.657c.195%200%20.286.004.528.03l.587%2013.05l.46-13.059c.224-.025.309-.029.554-.029%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%22M12%20.863C5.34.863%200%206.251%200%2012.98c0%20.996.038%201.374.246%202.33l3.662%202.71l.57%204.515h6.102l.326.227c.377.262.705.375%201.082.375c.352%200%20.732-.101%201.024-.313l.39-.289h6.094l.563-4.515l3.695-2.71c.208-.956.246-1.334.246-2.33C24%206.252%2018.661.863%2012%20.863m.996%202.258c.9%200%201.778.224%202.512.649l-2.465%2012.548l3.42-12.062c1.059.36%201.863.941%202.508%201.814l.025.034l-4.902%2010.615l5.572-9.713l.033.03c.758.708%201.247%201.567%201.492%202.648l-6.195%207.666l6.436-6.5l.01.021c.253.563.417%201.36.417%201.996c0%20.509-.024.712-.164%201.25l-3.554%202.602l-.467%203.71h-4.475l-.517.395c-.199.158-.482.266-.682.266c-.199%200-.483-.108-.682-.266l-.517-.394H6.322l-.445-3.61l-3.627-2.666c-.11-.436-.16-.83-.16-1.261c0-.72.159-1.49.426-2.053l.013-.024l6.45%206.551L2.75%209.621c.25-1.063.874-2.09%201.64-2.713l5.542%209.776L4.979%206.1c.555-.814%201.45-1.455%202.546-1.827l3.424%2012.069L8.355%203.816l.055-.03c.814-.45%201.598-.657%202.457-.657c.195%200%20.286.004.528.03l.587%2013.05l.46-13.059c.224-.025.309-.029.554-.029%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/shell.svg?color=%231a73e8&size=48