bit logo
bit from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- bit
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the bit logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 32C7.161 32 0 24.839 0 16S7.161 0 16 0s16 7.161 16 16s-7.161 16-16 16m-1.526-14.573c0-1.724-1.016-2.693-2.479-2.693c-.453 0-.849.094-1.146.297v-2.297c0-.427-.266-.646-.802-.646s-.802.219-.802.646v6.047c0 .406 0 .802.552 1.115c.479.271 1.099.406 1.771.406c1.865 0 2.906-1.125 2.906-2.875m-3.625 1.401v-2.563a1.22 1.22 0 0 1 .75-.24c.745 0 1.234.552 1.234 1.505c0 .948-.479 1.474-1.255 1.474c-.276 0-.526-.057-.729-.182zm6.625-5.672c0-.552-.396-.922-.948-.922s-.943.37-.943.922c0 .547.391.932.943.932s.948-.385.948-.932m-.146 2.224c0-.432-.26-.646-.802-.646q-.803-.001-.802.646v4.25c0 .427.266.646.802.646c.542 0 .802-.219.802-.646zm4.854 3.459c-.099 0-.182.026-.276.047c-.109.026-.24.063-.37.063c-.203 0-.359-.073-.443-.24c-.109-.203-.109-.516-.109-.734v-1.792h1.005c.432 0 .646-.219.646-.672s-.214-.672-.646-.672h-1.005v-1.052c0-.432-.26-.646-.802-.646q-.803-.001-.802.646v1.052h-.417c-.432 0-.646.219-.646.672s.214.672.646.672h.417v1.792c0 .552.026 1.068.266 1.5c.26.479.776.823 1.641.823c.464 0 .922-.109 1.182-.26c.229-.135.286-.302.286-.469c0-.26-.13-.729-.573-.729z"/></svg>
React
import type { SVGProps } from "react";
export function CibBit(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 32C7.161 32 0 24.839 0 16S7.161 0 16 0s16 7.161 16 16s-7.161 16-16 16m-1.526-14.573c0-1.724-1.016-2.693-2.479-2.693c-.453 0-.849.094-1.146.297v-2.297c0-.427-.266-.646-.802-.646s-.802.219-.802.646v6.047c0 .406 0 .802.552 1.115c.479.271 1.099.406 1.771.406c1.865 0 2.906-1.125 2.906-2.875m-3.625 1.401v-2.563a1.22 1.22 0 0 1 .75-.24c.745 0 1.234.552 1.234 1.505c0 .948-.479 1.474-1.255 1.474c-.276 0-.526-.057-.729-.182zm6.625-5.672c0-.552-.396-.922-.948-.922s-.943.37-.943.922c0 .547.391.932.943.932s.948-.385.948-.932m-.146 2.224c0-.432-.26-.646-.802-.646q-.803-.001-.802.646v4.25c0 .427.266.646.802.646c.542 0 .802-.219.802-.646zm4.854 3.459c-.099 0-.182.026-.276.047c-.109.026-.24.063-.37.063c-.203 0-.359-.073-.443-.24c-.109-.203-.109-.516-.109-.734v-1.792h1.005c.432 0 .646-.219.646-.672s-.214-.672-.646-.672h-1.005v-1.052c0-.432-.26-.646-.802-.646q-.803-.001-.802.646v1.052h-.417c-.432 0-.646.219-.646.672s.214.672.646.672h.417v1.792c0 .552.026 1.068.266 1.5c.26.479.776.823 1.641.823c.464 0 .922-.109 1.182-.26c.229-.135.286-.302.286-.469c0-.26-.13-.729-.573-.729z"/></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 32C7.161 32 0 24.839 0 16S7.161 0 16 0s16 7.161 16 16s-7.161 16-16 16m-1.526-14.573c0-1.724-1.016-2.693-2.479-2.693c-.453 0-.849.094-1.146.297v-2.297c0-.427-.266-.646-.802-.646s-.802.219-.802.646v6.047c0 .406 0 .802.552 1.115c.479.271 1.099.406 1.771.406c1.865 0 2.906-1.125 2.906-2.875m-3.625 1.401v-2.563a1.22 1.22 0 0 1 .75-.24c.745 0 1.234.552 1.234 1.505c0 .948-.479 1.474-1.255 1.474c-.276 0-.526-.057-.729-.182zm6.625-5.672c0-.552-.396-.922-.948-.922s-.943.37-.943.922c0 .547.391.932.943.932s.948-.385.948-.932m-.146 2.224c0-.432-.26-.646-.802-.646q-.803-.001-.802.646v4.25c0 .427.266.646.802.646c.542 0 .802-.219.802-.646zm4.854 3.459c-.099 0-.182.026-.276.047c-.109.026-.24.063-.37.063c-.203 0-.359-.073-.443-.24c-.109-.203-.109-.516-.109-.734v-1.792h1.005c.432 0 .646-.219.646-.672s-.214-.672-.646-.672h-1.005v-1.052c0-.432-.26-.646-.802-.646q-.803-.001-.802.646v1.052h-.417c-.432 0-.646.219-.646.672s.214.672.646.672h.417v1.792c0 .552.026 1.068.266 1.5c.26.479.776.823 1.641.823c.464 0 .922-.109 1.182-.26c.229-.135.286-.302.286-.469c0-.26-.13-.729-.573-.729z"/></svg> </template>
CSS
.icon-bit {
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%2032C7.161%2032%200%2024.839%200%2016S7.161%200%2016%200s16%207.161%2016%2016s-7.161%2016-16%2016m-1.526-14.573c0-1.724-1.016-2.693-2.479-2.693c-.453%200-.849.094-1.146.297v-2.297c0-.427-.266-.646-.802-.646s-.802.219-.802.646v6.047c0%20.406%200%20.802.552%201.115c.479.271%201.099.406%201.771.406c1.865%200%202.906-1.125%202.906-2.875m-3.625%201.401v-2.563a1.22%201.22%200%200%201%20.75-.24c.745%200%201.234.552%201.234%201.505c0%20.948-.479%201.474-1.255%201.474c-.276%200-.526-.057-.729-.182zm6.625-5.672c0-.552-.396-.922-.948-.922s-.943.37-.943.922c0%20.547.391.932.943.932s.948-.385.948-.932m-.146%202.224c0-.432-.26-.646-.802-.646q-.803-.001-.802.646v4.25c0%20.427.266.646.802.646c.542%200%20.802-.219.802-.646zm4.854%203.459c-.099%200-.182.026-.276.047c-.109.026-.24.063-.37.063c-.203%200-.359-.073-.443-.24c-.109-.203-.109-.516-.109-.734v-1.792h1.005c.432%200%20.646-.219.646-.672s-.214-.672-.646-.672h-1.005v-1.052c0-.432-.26-.646-.802-.646q-.803-.001-.802.646v1.052h-.417c-.432%200-.646.219-.646.672s.214.672.646.672h.417v1.792c0%20.552.026%201.068.266%201.5c.26.479.776.823%201.641.823c.464%200%20.922-.109%201.182-.26c.229-.135.286-.302.286-.469c0-.26-.13-.729-.573-.729z%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%2032C7.161%2032%200%2024.839%200%2016S7.161%200%2016%200s16%207.161%2016%2016s-7.161%2016-16%2016m-1.526-14.573c0-1.724-1.016-2.693-2.479-2.693c-.453%200-.849.094-1.146.297v-2.297c0-.427-.266-.646-.802-.646s-.802.219-.802.646v6.047c0%20.406%200%20.802.552%201.115c.479.271%201.099.406%201.771.406c1.865%200%202.906-1.125%202.906-2.875m-3.625%201.401v-2.563a1.22%201.22%200%200%201%20.75-.24c.745%200%201.234.552%201.234%201.505c0%20.948-.479%201.474-1.255%201.474c-.276%200-.526-.057-.729-.182zm6.625-5.672c0-.552-.396-.922-.948-.922s-.943.37-.943.922c0%20.547.391.932.943.932s.948-.385.948-.932m-.146%202.224c0-.432-.26-.646-.802-.646q-.803-.001-.802.646v4.25c0%20.427.266.646.802.646c.542%200%20.802-.219.802-.646zm4.854%203.459c-.099%200-.182.026-.276.047c-.109.026-.24.063-.37.063c-.203%200-.359-.073-.443-.24c-.109-.203-.109-.516-.109-.734v-1.792h1.005c.432%200%20.646-.219.646-.672s-.214-.672-.646-.672h-1.005v-1.052c0-.432-.26-.646-.802-.646q-.803-.001-.802.646v1.052h-.417c-.432%200-.646.219-.646.672s.214.672.646.672h.417v1.792c0%20.552.026%201.068.266%201.5c.26.479.776.823%201.641.823c.464%200%20.922-.109%201.182-.26c.229-.135.286-.302.286-.469c0-.26-.13-.729-.573-.729z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/bit.svg?color=%231a73e8&size=48