shell from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
shell
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M16 1.151c-8.88 0-16 7.182-16 16.156c0 1.328.052 1.833.328 3.104l4.88 3.615l.76 6.021h8.135l.438.302c.5.349.938.5 1.443.5c.469 0 .974-.135 1.365-.417l.521-.385h8.125l.75-6.021l4.927-3.615c.276-1.271.328-1.776.328-3.104c0-8.969-7.12-16.156-16-16.156m1.328 3.01c1.198 0 2.37.297 3.349.865l-3.286 16.729l4.563-16.078c1.411.479 2.479 1.25 3.344 2.417l.031.047l-6.536 14.151L26.22 9.344l.047.036c1.01.943 1.661 2.089 1.99 3.531l-8.26 10.224l8.583-8.667l.01.026c.339.75.557 1.813.557 2.661c0 .677-.031.948-.219 1.667l-4.74 3.469l-.62 4.948h-5.969l-.688.526c-.266.208-.646.354-.911.354s-.646-.146-.911-.354l-.688-.526H8.427l-.589-4.813l-4.839-3.557a6.6 6.6 0 0 1-.214-1.677c0-.964.214-1.99.568-2.74l.016-.031l8.604 8.734l-8.307-10.328c.333-1.417 1.167-2.786 2.188-3.62l7.391 13.036L6.641 8.134c.74-1.089 1.932-1.943 3.391-2.438L14.6 21.79L11.142 5.087l.073-.042c1.083-.599 2.13-.875 3.276-.875c.26 0 .38.005.703.042l.781 17.401l.615-17.417c.297-.031.411-.036.74-.036z"/></svg>

React

import type { SVGProps } from "react";

export function CibShell(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="M16 1.151c-8.88 0-16 7.182-16 16.156c0 1.328.052 1.833.328 3.104l4.88 3.615l.76 6.021h8.135l.438.302c.5.349.938.5 1.443.5c.469 0 .974-.135 1.365-.417l.521-.385h8.125l.75-6.021l4.927-3.615c.276-1.271.328-1.776.328-3.104c0-8.969-7.12-16.156-16-16.156m1.328 3.01c1.198 0 2.37.297 3.349.865l-3.286 16.729l4.563-16.078c1.411.479 2.479 1.25 3.344 2.417l.031.047l-6.536 14.151L26.22 9.344l.047.036c1.01.943 1.661 2.089 1.99 3.531l-8.26 10.224l8.583-8.667l.01.026c.339.75.557 1.813.557 2.661c0 .677-.031.948-.219 1.667l-4.74 3.469l-.62 4.948h-5.969l-.688.526c-.266.208-.646.354-.911.354s-.646-.146-.911-.354l-.688-.526H8.427l-.589-4.813l-4.839-3.557a6.6 6.6 0 0 1-.214-1.677c0-.964.214-1.99.568-2.74l.016-.031l8.604 8.734l-8.307-10.328c.333-1.417 1.167-2.786 2.188-3.62l7.391 13.036L6.641 8.134c.74-1.089 1.932-1.943 3.391-2.438L14.6 21.79L11.142 5.087l.073-.042c1.083-.599 2.13-.875 3.276-.875c.26 0 .38.005.703.042l.781 17.401l.615-17.417c.297-.031.411-.036.74-.036z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 1.151c-8.88 0-16 7.182-16 16.156c0 1.328.052 1.833.328 3.104l4.88 3.615l.76 6.021h8.135l.438.302c.5.349.938.5 1.443.5c.469 0 .974-.135 1.365-.417l.521-.385h8.125l.75-6.021l4.927-3.615c.276-1.271.328-1.776.328-3.104c0-8.969-7.12-16.156-16-16.156m1.328 3.01c1.198 0 2.37.297 3.349.865l-3.286 16.729l4.563-16.078c1.411.479 2.479 1.25 3.344 2.417l.031.047l-6.536 14.151L26.22 9.344l.047.036c1.01.943 1.661 2.089 1.99 3.531l-8.26 10.224l8.583-8.667l.01.026c.339.75.557 1.813.557 2.661c0 .677-.031.948-.219 1.667l-4.74 3.469l-.62 4.948h-5.969l-.688.526c-.266.208-.646.354-.911.354s-.646-.146-.911-.354l-.688-.526H8.427l-.589-4.813l-4.839-3.557a6.6 6.6 0 0 1-.214-1.677c0-.964.214-1.99.568-2.74l.016-.031l8.604 8.734l-8.307-10.328c.333-1.417 1.167-2.786 2.188-3.62l7.391 13.036L6.641 8.134c.74-1.089 1.932-1.943 3.391-2.438L14.6 21.79L11.142 5.087l.073-.042c1.083-.599 2.13-.875 3.276-.875c.26 0 .38.005.703.042l.781 17.401l.615-17.417c.297-.031.411-.036.74-.036z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%201.151c-8.88%200-16%207.182-16%2016.156c0%201.328.052%201.833.328%203.104l4.88%203.615l.76%206.021h8.135l.438.302c.5.349.938.5%201.443.5c.469%200%20.974-.135%201.365-.417l.521-.385h8.125l.75-6.021l4.927-3.615c.276-1.271.328-1.776.328-3.104c0-8.969-7.12-16.156-16-16.156m1.328%203.01c1.198%200%202.37.297%203.349.865l-3.286%2016.729l4.563-16.078c1.411.479%202.479%201.25%203.344%202.417l.031.047l-6.536%2014.151L26.22%209.344l.047.036c1.01.943%201.661%202.089%201.99%203.531l-8.26%2010.224l8.583-8.667l.01.026c.339.75.557%201.813.557%202.661c0%20.677-.031.948-.219%201.667l-4.74%203.469l-.62%204.948h-5.969l-.688.526c-.266.208-.646.354-.911.354s-.646-.146-.911-.354l-.688-.526H8.427l-.589-4.813l-4.839-3.557a6.6%206.6%200%200%201-.214-1.677c0-.964.214-1.99.568-2.74l.016-.031l8.604%208.734l-8.307-10.328c.333-1.417%201.167-2.786%202.188-3.62l7.391%2013.036L6.641%208.134c.74-1.089%201.932-1.943%203.391-2.438L14.6%2021.79L11.142%205.087l.073-.042c1.083-.599%202.13-.875%203.276-.875c.26%200%20.38.005.703.042l.781%2017.401l.615-17.417c.297-.031.411-.036.74-.036z%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%22M16%201.151c-8.88%200-16%207.182-16%2016.156c0%201.328.052%201.833.328%203.104l4.88%203.615l.76%206.021h8.135l.438.302c.5.349.938.5%201.443.5c.469%200%20.974-.135%201.365-.417l.521-.385h8.125l.75-6.021l4.927-3.615c.276-1.271.328-1.776.328-3.104c0-8.969-7.12-16.156-16-16.156m1.328%203.01c1.198%200%202.37.297%203.349.865l-3.286%2016.729l4.563-16.078c1.411.479%202.479%201.25%203.344%202.417l.031.047l-6.536%2014.151L26.22%209.344l.047.036c1.01.943%201.661%202.089%201.99%203.531l-8.26%2010.224l8.583-8.667l.01.026c.339.75.557%201.813.557%202.661c0%20.677-.031.948-.219%201.667l-4.74%203.469l-.62%204.948h-5.969l-.688.526c-.266.208-.646.354-.911.354s-.646-.146-.911-.354l-.688-.526H8.427l-.589-4.813l-4.839-3.557a6.6%206.6%200%200%201-.214-1.677c0-.964.214-1.99.568-2.74l.016-.031l8.604%208.734l-8.307-10.328c.333-1.417%201.167-2.786%202.188-3.62l7.391%2013.036L6.641%208.134c.74-1.089%201.932-1.943%203.391-2.438L14.6%2021.79L11.142%205.087l.073-.042c1.083-.599%202.13-.875%203.276-.875c.26%200%20.38.005.703.042l.781%2017.401l.615-17.417c.297-.031.411-.036.74-.036z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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