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

Name
helm
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

The same logo in other sets

Use the helm logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.251 23.959c.515-.365 1.697.432 2.64 1.776s1.287 2.724.765 3.088c-.516.365-1.697-.432-2.64-1.776c-.937-1.344-1.281-2.724-.765-3.088m-12.382 0c-.515-.365-1.697.432-2.635 1.776c-.943 1.344-1.287 2.724-.765 3.088c.515.365 1.697-.432 2.635-1.776c.943-1.344 1.287-2.724.765-3.088m6.183 2.104c-.631 0-1.14 1.328-1.14 2.968c0 1.641.509 2.969 1.14 2.969c.636 0 1.145-1.328 1.145-2.969s-.509-2.968-1.145-2.968m6.199-18.022c.515.365 1.697-.432 2.64-1.776s1.287-2.724.765-3.088c-.516-.365-1.697.432-2.64 1.776c-.937 1.344-1.281 2.724-.765 3.088m-12.382 0c-.515.365-1.697-.432-2.635-1.776c-.943-1.344-1.287-2.724-.765-3.088c.515-.365 1.697.432 2.635 1.776c.943 1.344 1.287 2.724.765 3.088m6.183-2.104c-.631 0-1.14-1.328-1.14-2.968c0-1.641.509-2.969 1.14-2.969c.636 0 1.145 1.328 1.145 2.969s-.509 2.968-1.145 2.968M.631 12.088h2.203v3.1h2.484v-3.1h2.204v8.328H5.318v-3.307H2.834v3.307H.631zm8.733 0h5.381v1.844h-3.177v1.308h2.713v1.843h-2.713v1.491h3.301v1.843H9.364zm7.12 0h2.209v6.485h3.151v1.843h-5.355v-8.328zm6.792 0h2.281l1.307 3.459l.459 1.36h.052l.464-1.36l1.255-3.459h2.276v8.328h-2.047v-2.463q0-.32.032-.703c.02-.256.047-.516.072-.787c.027-.271.052-.532.089-.787c.031-.261.063-.489.088-.693h-.052l-.692 1.943l-1.152 2.808h-.823l-1.151-2.808l-.667-1.943h-.052l.088.693q.055.381.093.787c.021.271.048.531.068.787q.032.382.032.703v2.463h-2.021z"/></svg>

React

import type { SVGProps } from "react";

export function CibHelm(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="M22.251 23.959c.515-.365 1.697.432 2.64 1.776s1.287 2.724.765 3.088c-.516.365-1.697-.432-2.64-1.776c-.937-1.344-1.281-2.724-.765-3.088m-12.382 0c-.515-.365-1.697.432-2.635 1.776c-.943 1.344-1.287 2.724-.765 3.088c.515.365 1.697-.432 2.635-1.776c.943-1.344 1.287-2.724.765-3.088m6.183 2.104c-.631 0-1.14 1.328-1.14 2.968c0 1.641.509 2.969 1.14 2.969c.636 0 1.145-1.328 1.145-2.969s-.509-2.968-1.145-2.968m6.199-18.022c.515.365 1.697-.432 2.64-1.776s1.287-2.724.765-3.088c-.516-.365-1.697.432-2.64 1.776c-.937 1.344-1.281 2.724-.765 3.088m-12.382 0c-.515.365-1.697-.432-2.635-1.776c-.943-1.344-1.287-2.724-.765-3.088c.515-.365 1.697.432 2.635 1.776c.943 1.344 1.287 2.724.765 3.088m6.183-2.104c-.631 0-1.14-1.328-1.14-2.968c0-1.641.509-2.969 1.14-2.969c.636 0 1.145 1.328 1.145 2.969s-.509 2.968-1.145 2.968M.631 12.088h2.203v3.1h2.484v-3.1h2.204v8.328H5.318v-3.307H2.834v3.307H.631zm8.733 0h5.381v1.844h-3.177v1.308h2.713v1.843h-2.713v1.491h3.301v1.843H9.364zm7.12 0h2.209v6.485h3.151v1.843h-5.355v-8.328zm6.792 0h2.281l1.307 3.459l.459 1.36h.052l.464-1.36l1.255-3.459h2.276v8.328h-2.047v-2.463q0-.32.032-.703c.02-.256.047-.516.072-.787c.027-.271.052-.532.089-.787c.031-.261.063-.489.088-.693h-.052l-.692 1.943l-1.152 2.808h-.823l-1.151-2.808l-.667-1.943h-.052l.088.693q.055.381.093.787c.021.271.048.531.068.787q.032.382.032.703v2.463h-2.021z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.251 23.959c.515-.365 1.697.432 2.64 1.776s1.287 2.724.765 3.088c-.516.365-1.697-.432-2.64-1.776c-.937-1.344-1.281-2.724-.765-3.088m-12.382 0c-.515-.365-1.697.432-2.635 1.776c-.943 1.344-1.287 2.724-.765 3.088c.515.365 1.697-.432 2.635-1.776c.943-1.344 1.287-2.724.765-3.088m6.183 2.104c-.631 0-1.14 1.328-1.14 2.968c0 1.641.509 2.969 1.14 2.969c.636 0 1.145-1.328 1.145-2.969s-.509-2.968-1.145-2.968m6.199-18.022c.515.365 1.697-.432 2.64-1.776s1.287-2.724.765-3.088c-.516-.365-1.697.432-2.64 1.776c-.937 1.344-1.281 2.724-.765 3.088m-12.382 0c-.515.365-1.697-.432-2.635-1.776c-.943-1.344-1.287-2.724-.765-3.088c.515-.365 1.697.432 2.635 1.776c.943 1.344 1.287 2.724.765 3.088m6.183-2.104c-.631 0-1.14-1.328-1.14-2.968c0-1.641.509-2.969 1.14-2.969c.636 0 1.145 1.328 1.145 2.969s-.509 2.968-1.145 2.968M.631 12.088h2.203v3.1h2.484v-3.1h2.204v8.328H5.318v-3.307H2.834v3.307H.631zm8.733 0h5.381v1.844h-3.177v1.308h2.713v1.843h-2.713v1.491h3.301v1.843H9.364zm7.12 0h2.209v6.485h3.151v1.843h-5.355v-8.328zm6.792 0h2.281l1.307 3.459l.459 1.36h.052l.464-1.36l1.255-3.459h2.276v8.328h-2.047v-2.463q0-.32.032-.703c.02-.256.047-.516.072-.787c.027-.271.052-.532.089-.787c.031-.261.063-.489.088-.693h-.052l-.692 1.943l-1.152 2.808h-.823l-1.151-2.808l-.667-1.943h-.052l.088.693q.055.381.093.787c.021.271.048.531.068.787q.032.382.032.703v2.463h-2.021z"/></svg>
</template>

CSS

.icon-helm {
  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%22M22.251%2023.959c.515-.365%201.697.432%202.64%201.776s1.287%202.724.765%203.088c-.516.365-1.697-.432-2.64-1.776c-.937-1.344-1.281-2.724-.765-3.088m-12.382%200c-.515-.365-1.697.432-2.635%201.776c-.943%201.344-1.287%202.724-.765%203.088c.515.365%201.697-.432%202.635-1.776c.943-1.344%201.287-2.724.765-3.088m6.183%202.104c-.631%200-1.14%201.328-1.14%202.968c0%201.641.509%202.969%201.14%202.969c.636%200%201.145-1.328%201.145-2.969s-.509-2.968-1.145-2.968m6.199-18.022c.515.365%201.697-.432%202.64-1.776s1.287-2.724.765-3.088c-.516-.365-1.697.432-2.64%201.776c-.937%201.344-1.281%202.724-.765%203.088m-12.382%200c-.515.365-1.697-.432-2.635-1.776c-.943-1.344-1.287-2.724-.765-3.088c.515-.365%201.697.432%202.635%201.776c.943%201.344%201.287%202.724.765%203.088m6.183-2.104c-.631%200-1.14-1.328-1.14-2.968c0-1.641.509-2.969%201.14-2.969c.636%200%201.145%201.328%201.145%202.969s-.509%202.968-1.145%202.968M.631%2012.088h2.203v3.1h2.484v-3.1h2.204v8.328H5.318v-3.307H2.834v3.307H.631zm8.733%200h5.381v1.844h-3.177v1.308h2.713v1.843h-2.713v1.491h3.301v1.843H9.364zm7.12%200h2.209v6.485h3.151v1.843h-5.355v-8.328zm6.792%200h2.281l1.307%203.459l.459%201.36h.052l.464-1.36l1.255-3.459h2.276v8.328h-2.047v-2.463q0-.32.032-.703c.02-.256.047-.516.072-.787c.027-.271.052-.532.089-.787c.031-.261.063-.489.088-.693h-.052l-.692%201.943l-1.152%202.808h-.823l-1.151-2.808l-.667-1.943h-.052l.088.693q.055.381.093.787c.021.271.048.531.068.787q.032.382.032.703v2.463h-2.021z%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%22M22.251%2023.959c.515-.365%201.697.432%202.64%201.776s1.287%202.724.765%203.088c-.516.365-1.697-.432-2.64-1.776c-.937-1.344-1.281-2.724-.765-3.088m-12.382%200c-.515-.365-1.697.432-2.635%201.776c-.943%201.344-1.287%202.724-.765%203.088c.515.365%201.697-.432%202.635-1.776c.943-1.344%201.287-2.724.765-3.088m6.183%202.104c-.631%200-1.14%201.328-1.14%202.968c0%201.641.509%202.969%201.14%202.969c.636%200%201.145-1.328%201.145-2.969s-.509-2.968-1.145-2.968m6.199-18.022c.515.365%201.697-.432%202.64-1.776s1.287-2.724.765-3.088c-.516-.365-1.697.432-2.64%201.776c-.937%201.344-1.281%202.724-.765%203.088m-12.382%200c-.515.365-1.697-.432-2.635-1.776c-.943-1.344-1.287-2.724-.765-3.088c.515-.365%201.697.432%202.635%201.776c.943%201.344%201.287%202.724.765%203.088m6.183-2.104c-.631%200-1.14-1.328-1.14-2.968c0-1.641.509-2.969%201.14-2.969c.636%200%201.145%201.328%201.145%202.969s-.509%202.968-1.145%202.968M.631%2012.088h2.203v3.1h2.484v-3.1h2.204v8.328H5.318v-3.307H2.834v3.307H.631zm8.733%200h5.381v1.844h-3.177v1.308h2.713v1.843h-2.713v1.491h3.301v1.843H9.364zm7.12%200h2.209v6.485h3.151v1.843h-5.355v-8.328zm6.792%200h2.281l1.307%203.459l.459%201.36h.052l.464-1.36l1.255-3.459h2.276v8.328h-2.047v-2.463q0-.32.032-.703c.02-.256.047-.516.072-.787c.027-.271.052-.532.089-.787c.031-.261.063-.489.088-.693h-.052l-.692%201.943l-1.152%202.808h-.823l-1.151-2.808l-.667-1.943h-.052l.088.693q.055.381.093.787c.021.271.048.531.068.787q.032.382.032.703v2.463h-2.021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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