hackaday logo
hackaday from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- hackaday
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the hackaday logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M0 5.5q0-.406.078-.797l2.609 2.313l2.859-3.172l-2.552-2.271a4 4 0 0 1 1.083-.151a4.08 4.08 0 0 1 4.078 4.047V5.5c0 .203-.016.406-.047.599l3.182 2.818a9 9 0 0 0-2.688 3.385L5.305 9.38c-.396.13-.813.198-1.229.198A4.084 4.084 0 0 1-.002 5.5zm27.922 16.922c-.406 0-.802.063-1.172.172l-3.078-2.724a9.1 9.1 0 0 1-2.427 3.609l2.661 2.354a4 4 0 0 0-.063.667c.005 2.729 2.635 4.688 5.25 3.906l-2.656-2.359l2.854-3.151l2.641 2.344A4.3 4.3 0 0 0 32 26.5v-.031a4.08 4.08 0 0 0-4.078-4.047m-4.526-10.12l3.297-2.922a4 4 0 0 0 1.229.198c2.568-.005 4.495-2.354 4-4.87l-2.609 2.313l-2.859-3.177l2.552-2.271a4 4 0 0 0-1.083-.151a4.09 4.09 0 0 0-4.078 4.052V5.5c0 .203.016.406.047.599L20.71 8.917a9.04 9.04 0 0 1 2.688 3.385zM8.328 19.87L5.25 22.594C2.646 21.813.021 23.75 0 26.469v.031c0 .255.026.5.068.74l2.646-2.344l2.854 3.151l-2.661 2.359c2.615.781 5.245-1.177 5.25-3.906a4 4 0 0 0-.063-.667l2.661-2.354a9.1 9.1 0 0 1-2.427-3.609m11.958 3.541a1.435 1.435 0 1 1-2.615.568h-.255c.135.87-.536 1.651-1.417 1.651s-1.552-.781-1.417-1.651h-.203a1.472 1.472 0 0 1-1.448 1.661c-.802 0-1.458-.667-1.458-1.49c0-.276.078-.536.208-.76c-1.99-1.521-3.297-4.068-3.297-6.953c0-4.661 3.411-8.443 7.615-8.443c4.208 0 7.62 3.781 7.62 8.443c0 2.901-1.323 5.458-3.328 6.979zm-5.588-7.885a2.75 2.75 0 0 0-.745-.88a2.4 2.4 0 0 0-1.224-.349q-.217 0-.427.047c-.542.068-.995.438-1.313.865c-.276.339-.49.755-.495 1.203c-.042.375.031.745.099 1.104c.089.432.391.781.734 1.031c.156.13.385.302.589.156c.13-.177.021-.438.141-.635a.68.68 0 0 1 .344-.438c.349-.172.703-.349 1.078-.474c.302-.089.552-.292.813-.464c.339-.26.568-.745.406-1.167zm1.328 3.104c-.375-.01-.844 1.646-.766 2.37c.229.964.313-.672.766-.672c.427.016.365 1.672.703.672c.104-.667-.297-2.359-.703-2.37m5.38-1.114c.068-.359.141-.729.099-1.104c-.005-.448-.219-.865-.495-1.203c-.318-.427-.771-.797-1.313-.865a2 2 0 0 0-.427-.047c-.422 0-.854.13-1.224.349a2.7 2.7 0 0 0-.745.88c-.161.422.068.906.406 1.167c.26.172.51.375.813.469c.375.12.729.297 1.078.469c.172.089.297.25.344.438c.12.193.01.458.141.635c.203.146.432-.026.589-.156c.344-.25.646-.599.734-1.031z"/></svg>
React
import type { SVGProps } from "react";
export function CibHackaday(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 5.5q0-.406.078-.797l2.609 2.313l2.859-3.172l-2.552-2.271a4 4 0 0 1 1.083-.151a4.08 4.08 0 0 1 4.078 4.047V5.5c0 .203-.016.406-.047.599l3.182 2.818a9 9 0 0 0-2.688 3.385L5.305 9.38c-.396.13-.813.198-1.229.198A4.084 4.084 0 0 1-.002 5.5zm27.922 16.922c-.406 0-.802.063-1.172.172l-3.078-2.724a9.1 9.1 0 0 1-2.427 3.609l2.661 2.354a4 4 0 0 0-.063.667c.005 2.729 2.635 4.688 5.25 3.906l-2.656-2.359l2.854-3.151l2.641 2.344A4.3 4.3 0 0 0 32 26.5v-.031a4.08 4.08 0 0 0-4.078-4.047m-4.526-10.12l3.297-2.922a4 4 0 0 0 1.229.198c2.568-.005 4.495-2.354 4-4.87l-2.609 2.313l-2.859-3.177l2.552-2.271a4 4 0 0 0-1.083-.151a4.09 4.09 0 0 0-4.078 4.052V5.5c0 .203.016.406.047.599L20.71 8.917a9.04 9.04 0 0 1 2.688 3.385zM8.328 19.87L5.25 22.594C2.646 21.813.021 23.75 0 26.469v.031c0 .255.026.5.068.74l2.646-2.344l2.854 3.151l-2.661 2.359c2.615.781 5.245-1.177 5.25-3.906a4 4 0 0 0-.063-.667l2.661-2.354a9.1 9.1 0 0 1-2.427-3.609m11.958 3.541a1.435 1.435 0 1 1-2.615.568h-.255c.135.87-.536 1.651-1.417 1.651s-1.552-.781-1.417-1.651h-.203a1.472 1.472 0 0 1-1.448 1.661c-.802 0-1.458-.667-1.458-1.49c0-.276.078-.536.208-.76c-1.99-1.521-3.297-4.068-3.297-6.953c0-4.661 3.411-8.443 7.615-8.443c4.208 0 7.62 3.781 7.62 8.443c0 2.901-1.323 5.458-3.328 6.979zm-5.588-7.885a2.75 2.75 0 0 0-.745-.88a2.4 2.4 0 0 0-1.224-.349q-.217 0-.427.047c-.542.068-.995.438-1.313.865c-.276.339-.49.755-.495 1.203c-.042.375.031.745.099 1.104c.089.432.391.781.734 1.031c.156.13.385.302.589.156c.13-.177.021-.438.141-.635a.68.68 0 0 1 .344-.438c.349-.172.703-.349 1.078-.474c.302-.089.552-.292.813-.464c.339-.26.568-.745.406-1.167zm1.328 3.104c-.375-.01-.844 1.646-.766 2.37c.229.964.313-.672.766-.672c.427.016.365 1.672.703.672c.104-.667-.297-2.359-.703-2.37m5.38-1.114c.068-.359.141-.729.099-1.104c-.005-.448-.219-.865-.495-1.203c-.318-.427-.771-.797-1.313-.865a2 2 0 0 0-.427-.047c-.422 0-.854.13-1.224.349a2.7 2.7 0 0 0-.745.88c-.161.422.068.906.406 1.167c.26.172.51.375.813.469c.375.12.729.297 1.078.469c.172.089.297.25.344.438c.12.193.01.458.141.635c.203.146.432-.026.589-.156c.344-.25.646-.599.734-1.031z"/></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 5.5q0-.406.078-.797l2.609 2.313l2.859-3.172l-2.552-2.271a4 4 0 0 1 1.083-.151a4.08 4.08 0 0 1 4.078 4.047V5.5c0 .203-.016.406-.047.599l3.182 2.818a9 9 0 0 0-2.688 3.385L5.305 9.38c-.396.13-.813.198-1.229.198A4.084 4.084 0 0 1-.002 5.5zm27.922 16.922c-.406 0-.802.063-1.172.172l-3.078-2.724a9.1 9.1 0 0 1-2.427 3.609l2.661 2.354a4 4 0 0 0-.063.667c.005 2.729 2.635 4.688 5.25 3.906l-2.656-2.359l2.854-3.151l2.641 2.344A4.3 4.3 0 0 0 32 26.5v-.031a4.08 4.08 0 0 0-4.078-4.047m-4.526-10.12l3.297-2.922a4 4 0 0 0 1.229.198c2.568-.005 4.495-2.354 4-4.87l-2.609 2.313l-2.859-3.177l2.552-2.271a4 4 0 0 0-1.083-.151a4.09 4.09 0 0 0-4.078 4.052V5.5c0 .203.016.406.047.599L20.71 8.917a9.04 9.04 0 0 1 2.688 3.385zM8.328 19.87L5.25 22.594C2.646 21.813.021 23.75 0 26.469v.031c0 .255.026.5.068.74l2.646-2.344l2.854 3.151l-2.661 2.359c2.615.781 5.245-1.177 5.25-3.906a4 4 0 0 0-.063-.667l2.661-2.354a9.1 9.1 0 0 1-2.427-3.609m11.958 3.541a1.435 1.435 0 1 1-2.615.568h-.255c.135.87-.536 1.651-1.417 1.651s-1.552-.781-1.417-1.651h-.203a1.472 1.472 0 0 1-1.448 1.661c-.802 0-1.458-.667-1.458-1.49c0-.276.078-.536.208-.76c-1.99-1.521-3.297-4.068-3.297-6.953c0-4.661 3.411-8.443 7.615-8.443c4.208 0 7.62 3.781 7.62 8.443c0 2.901-1.323 5.458-3.328 6.979zm-5.588-7.885a2.75 2.75 0 0 0-.745-.88a2.4 2.4 0 0 0-1.224-.349q-.217 0-.427.047c-.542.068-.995.438-1.313.865c-.276.339-.49.755-.495 1.203c-.042.375.031.745.099 1.104c.089.432.391.781.734 1.031c.156.13.385.302.589.156c.13-.177.021-.438.141-.635a.68.68 0 0 1 .344-.438c.349-.172.703-.349 1.078-.474c.302-.089.552-.292.813-.464c.339-.26.568-.745.406-1.167zm1.328 3.104c-.375-.01-.844 1.646-.766 2.37c.229.964.313-.672.766-.672c.427.016.365 1.672.703.672c.104-.667-.297-2.359-.703-2.37m5.38-1.114c.068-.359.141-.729.099-1.104c-.005-.448-.219-.865-.495-1.203c-.318-.427-.771-.797-1.313-.865a2 2 0 0 0-.427-.047c-.422 0-.854.13-1.224.349a2.7 2.7 0 0 0-.745.88c-.161.422.068.906.406 1.167c.26.172.51.375.813.469c.375.12.729.297 1.078.469c.172.089.297.25.344.438c.12.193.01.458.141.635c.203.146.432-.026.589-.156c.344-.25.646-.599.734-1.031z"/></svg> </template>
CSS
.icon-hackaday {
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%205.5q0-.406.078-.797l2.609%202.313l2.859-3.172l-2.552-2.271a4%204%200%200%201%201.083-.151a4.08%204.08%200%200%201%204.078%204.047V5.5c0%20.203-.016.406-.047.599l3.182%202.818a9%209%200%200%200-2.688%203.385L5.305%209.38c-.396.13-.813.198-1.229.198A4.084%204.084%200%200%201-.002%205.5zm27.922%2016.922c-.406%200-.802.063-1.172.172l-3.078-2.724a9.1%209.1%200%200%201-2.427%203.609l2.661%202.354a4%204%200%200%200-.063.667c.005%202.729%202.635%204.688%205.25%203.906l-2.656-2.359l2.854-3.151l2.641%202.344A4.3%204.3%200%200%200%2032%2026.5v-.031a4.08%204.08%200%200%200-4.078-4.047m-4.526-10.12l3.297-2.922a4%204%200%200%200%201.229.198c2.568-.005%204.495-2.354%204-4.87l-2.609%202.313l-2.859-3.177l2.552-2.271a4%204%200%200%200-1.083-.151a4.09%204.09%200%200%200-4.078%204.052V5.5c0%20.203.016.406.047.599L20.71%208.917a9.04%209.04%200%200%201%202.688%203.385zM8.328%2019.87L5.25%2022.594C2.646%2021.813.021%2023.75%200%2026.469v.031c0%20.255.026.5.068.74l2.646-2.344l2.854%203.151l-2.661%202.359c2.615.781%205.245-1.177%205.25-3.906a4%204%200%200%200-.063-.667l2.661-2.354a9.1%209.1%200%200%201-2.427-3.609m11.958%203.541a1.435%201.435%200%201%201-2.615.568h-.255c.135.87-.536%201.651-1.417%201.651s-1.552-.781-1.417-1.651h-.203a1.472%201.472%200%200%201-1.448%201.661c-.802%200-1.458-.667-1.458-1.49c0-.276.078-.536.208-.76c-1.99-1.521-3.297-4.068-3.297-6.953c0-4.661%203.411-8.443%207.615-8.443c4.208%200%207.62%203.781%207.62%208.443c0%202.901-1.323%205.458-3.328%206.979zm-5.588-7.885a2.75%202.75%200%200%200-.745-.88a2.4%202.4%200%200%200-1.224-.349q-.217%200-.427.047c-.542.068-.995.438-1.313.865c-.276.339-.49.755-.495%201.203c-.042.375.031.745.099%201.104c.089.432.391.781.734%201.031c.156.13.385.302.589.156c.13-.177.021-.438.141-.635a.68.68%200%200%201%20.344-.438c.349-.172.703-.349%201.078-.474c.302-.089.552-.292.813-.464c.339-.26.568-.745.406-1.167zm1.328%203.104c-.375-.01-.844%201.646-.766%202.37c.229.964.313-.672.766-.672c.427.016.365%201.672.703.672c.104-.667-.297-2.359-.703-2.37m5.38-1.114c.068-.359.141-.729.099-1.104c-.005-.448-.219-.865-.495-1.203c-.318-.427-.771-.797-1.313-.865a2%202%200%200%200-.427-.047c-.422%200-.854.13-1.224.349a2.7%202.7%200%200%200-.745.88c-.161.422.068.906.406%201.167c.26.172.51.375.813.469c.375.12.729.297%201.078.469c.172.089.297.25.344.438c.12.193.01.458.141.635c.203.146.432-.026.589-.156c.344-.25.646-.599.734-1.031z%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%205.5q0-.406.078-.797l2.609%202.313l2.859-3.172l-2.552-2.271a4%204%200%200%201%201.083-.151a4.08%204.08%200%200%201%204.078%204.047V5.5c0%20.203-.016.406-.047.599l3.182%202.818a9%209%200%200%200-2.688%203.385L5.305%209.38c-.396.13-.813.198-1.229.198A4.084%204.084%200%200%201-.002%205.5zm27.922%2016.922c-.406%200-.802.063-1.172.172l-3.078-2.724a9.1%209.1%200%200%201-2.427%203.609l2.661%202.354a4%204%200%200%200-.063.667c.005%202.729%202.635%204.688%205.25%203.906l-2.656-2.359l2.854-3.151l2.641%202.344A4.3%204.3%200%200%200%2032%2026.5v-.031a4.08%204.08%200%200%200-4.078-4.047m-4.526-10.12l3.297-2.922a4%204%200%200%200%201.229.198c2.568-.005%204.495-2.354%204-4.87l-2.609%202.313l-2.859-3.177l2.552-2.271a4%204%200%200%200-1.083-.151a4.09%204.09%200%200%200-4.078%204.052V5.5c0%20.203.016.406.047.599L20.71%208.917a9.04%209.04%200%200%201%202.688%203.385zM8.328%2019.87L5.25%2022.594C2.646%2021.813.021%2023.75%200%2026.469v.031c0%20.255.026.5.068.74l2.646-2.344l2.854%203.151l-2.661%202.359c2.615.781%205.245-1.177%205.25-3.906a4%204%200%200%200-.063-.667l2.661-2.354a9.1%209.1%200%200%201-2.427-3.609m11.958%203.541a1.435%201.435%200%201%201-2.615.568h-.255c.135.87-.536%201.651-1.417%201.651s-1.552-.781-1.417-1.651h-.203a1.472%201.472%200%200%201-1.448%201.661c-.802%200-1.458-.667-1.458-1.49c0-.276.078-.536.208-.76c-1.99-1.521-3.297-4.068-3.297-6.953c0-4.661%203.411-8.443%207.615-8.443c4.208%200%207.62%203.781%207.62%208.443c0%202.901-1.323%205.458-3.328%206.979zm-5.588-7.885a2.75%202.75%200%200%200-.745-.88a2.4%202.4%200%200%200-1.224-.349q-.217%200-.427.047c-.542.068-.995.438-1.313.865c-.276.339-.49.755-.495%201.203c-.042.375.031.745.099%201.104c.089.432.391.781.734%201.031c.156.13.385.302.589.156c.13-.177.021-.438.141-.635a.68.68%200%200%201%20.344-.438c.349-.172.703-.349%201.078-.474c.302-.089.552-.292.813-.464c.339-.26.568-.745.406-1.167zm1.328%203.104c-.375-.01-.844%201.646-.766%202.37c.229.964.313-.672.766-.672c.427.016.365%201.672.703.672c.104-.667-.297-2.359-.703-2.37m5.38-1.114c.068-.359.141-.729.099-1.104c-.005-.448-.219-.865-.495-1.203c-.318-.427-.771-.797-1.313-.865a2%202%200%200%200-.427-.047c-.422%200-.854.13-1.224.349a2.7%202.7%200%200%200-.745.88c-.161.422.068.906.406%201.167c.26.172.51.375.813.469c.375.12.729.297%201.078.469c.172.089.297.25.344.438c.12.193.01.458.141.635c.203.146.432-.026.589-.156c.344-.25.646-.599.734-1.031z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/hackaday.svg?color=%231a73e8&size=48