habr logo
habr from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- habr
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the habr logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M0 0v32h32V0zm9.365 5.333h2.177c1.63 0 2.188.036 2.224.151c.026.089.042 1.823.042 3.865l-.01 3.708l.63-.563c.88-.776 1.62-1.047 3.021-1.099c.922-.026 1.297.01 1.943.24c1.417.474 2.417 1.448 2.938 2.885c.203.563.229 1.151.266 5.714l.042 5.099h-4.453v-4.161c0-4.099-.01-4.151-.286-4.651c-.391-.661-.813-.964-1.479-1.036c-1.135-.125-1.922.26-2.37 1.188c-.214.427-.24.875-.25 4.474c-.016 2.198-.042 4.042-.042 4.089c-.01.063-1 .099-2.203.099H9.373v-10z"/></svg>
React
import type { SVGProps } from "react";
export function CibHabr(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="M0 0v32h32V0zm9.365 5.333h2.177c1.63 0 2.188.036 2.224.151c.026.089.042 1.823.042 3.865l-.01 3.708l.63-.563c.88-.776 1.62-1.047 3.021-1.099c.922-.026 1.297.01 1.943.24c1.417.474 2.417 1.448 2.938 2.885c.203.563.229 1.151.266 5.714l.042 5.099h-4.453v-4.161c0-4.099-.01-4.151-.286-4.651c-.391-.661-.813-.964-1.479-1.036c-1.135-.125-1.922.26-2.37 1.188c-.214.427-.24.875-.25 4.474c-.016 2.198-.042 4.042-.042 4.089c-.01.063-1 .099-2.203.099H9.373v-10z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M0 0v32h32V0zm9.365 5.333h2.177c1.63 0 2.188.036 2.224.151c.026.089.042 1.823.042 3.865l-.01 3.708l.63-.563c.88-.776 1.62-1.047 3.021-1.099c.922-.026 1.297.01 1.943.24c1.417.474 2.417 1.448 2.938 2.885c.203.563.229 1.151.266 5.714l.042 5.099h-4.453v-4.161c0-4.099-.01-4.151-.286-4.651c-.391-.661-.813-.964-1.479-1.036c-1.135-.125-1.922.26-2.37 1.188c-.214.427-.24.875-.25 4.474c-.016 2.198-.042 4.042-.042 4.089c-.01.063-1 .099-2.203.099H9.373v-10z"/></svg> </template>
CSS
.icon-habr {
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%22M0%200v32h32V0zm9.365%205.333h2.177c1.63%200%202.188.036%202.224.151c.026.089.042%201.823.042%203.865l-.01%203.708l.63-.563c.88-.776%201.62-1.047%203.021-1.099c.922-.026%201.297.01%201.943.24c1.417.474%202.417%201.448%202.938%202.885c.203.563.229%201.151.266%205.714l.042%205.099h-4.453v-4.161c0-4.099-.01-4.151-.286-4.651c-.391-.661-.813-.964-1.479-1.036c-1.135-.125-1.922.26-2.37%201.188c-.214.427-.24.875-.25%204.474c-.016%202.198-.042%204.042-.042%204.089c-.01.063-1%20.099-2.203.099H9.373v-10z%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%22M0%200v32h32V0zm9.365%205.333h2.177c1.63%200%202.188.036%202.224.151c.026.089.042%201.823.042%203.865l-.01%203.708l.63-.563c.88-.776%201.62-1.047%203.021-1.099c.922-.026%201.297.01%201.943.24c1.417.474%202.417%201.448%202.938%202.885c.203.563.229%201.151.266%205.714l.042%205.099h-4.453v-4.161c0-4.099-.01-4.151-.286-4.651c-.391-.661-.813-.964-1.479-1.036c-1.135-.125-1.922.26-2.37%201.188c-.214.427-.24.875-.25%204.474c-.016%202.198-.042%204.042-.042%204.089c-.01.063-1%20.099-2.203.099H9.373v-10z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/habr.svg?color=%231a73e8&size=48