artifacthub logo
artifacthub from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- artifacthub
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the artifacthub logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 24a3.43 3.43 0 0 1-1.78-.5l-7.51-4.292A3.4 3.4 0 0 1 1.07 16.3V7.73c0-1.253.636-2.37 1.76-3.01L10.25.479a3.43 3.43 0 0 1 3.496.001l7.42 4.238a3.4 3.4 0 0 1 1.762 3.01v8.582c0 .967-.443 2.164-1.637 2.898l-7.51 4.292c-.564.344-1.199.5-1.782.5zm-.5-21.347l-7.545 4.31a.9.9 0 0 0-.379.767l.001 8.67a.96.96 0 0 0 .373.635l7.56 4.316c.266.172.664.21.985 0l7.518-4.296a.92.92 0 0 0 .41-.654V7.73a.92.92 0 0 0-.377-.766L12.5 2.652a.91.91 0 0 0-1 .001"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsArtifacthub(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 24a3.43 3.43 0 0 1-1.78-.5l-7.51-4.292A3.4 3.4 0 0 1 1.07 16.3V7.73c0-1.253.636-2.37 1.76-3.01L10.25.479a3.43 3.43 0 0 1 3.496.001l7.42 4.238a3.4 3.4 0 0 1 1.762 3.01v8.582c0 .967-.443 2.164-1.637 2.898l-7.51 4.292c-.564.344-1.199.5-1.782.5zm-.5-21.347l-7.545 4.31a.9.9 0 0 0-.379.767l.001 8.67a.96.96 0 0 0 .373.635l7.56 4.316c.266.172.664.21.985 0l7.518-4.296a.92.92 0 0 0 .41-.654V7.73a.92.92 0 0 0-.377-.766L12.5 2.652a.91.91 0 0 0-1 .001"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 24a3.43 3.43 0 0 1-1.78-.5l-7.51-4.292A3.4 3.4 0 0 1 1.07 16.3V7.73c0-1.253.636-2.37 1.76-3.01L10.25.479a3.43 3.43 0 0 1 3.496.001l7.42 4.238a3.4 3.4 0 0 1 1.762 3.01v8.582c0 .967-.443 2.164-1.637 2.898l-7.51 4.292c-.564.344-1.199.5-1.782.5zm-.5-21.347l-7.545 4.31a.9.9 0 0 0-.379.767l.001 8.67a.96.96 0 0 0 .373.635l7.56 4.316c.266.172.664.21.985 0l7.518-4.296a.92.92 0 0 0 .41-.654V7.73a.92.92 0 0 0-.377-.766L12.5 2.652a.91.91 0 0 0-1 .001"/></svg> </template>
CSS
.icon-artifacthub {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2024a3.43%203.43%200%200%201-1.78-.5l-7.51-4.292A3.4%203.4%200%200%201%201.07%2016.3V7.73c0-1.253.636-2.37%201.76-3.01L10.25.479a3.43%203.43%200%200%201%203.496.001l7.42%204.238a3.4%203.4%200%200%201%201.762%203.01v8.582c0%20.967-.443%202.164-1.637%202.898l-7.51%204.292c-.564.344-1.199.5-1.782.5zm-.5-21.347l-7.545%204.31a.9.9%200%200%200-.379.767l.001%208.67a.96.96%200%200%200%20.373.635l7.56%204.316c.266.172.664.21.985%200l7.518-4.296a.92.92%200%200%200%20.41-.654V7.73a.92.92%200%200%200-.377-.766L12.5%202.652a.91.91%200%200%200-1%20.001%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2024a3.43%203.43%200%200%201-1.78-.5l-7.51-4.292A3.4%203.4%200%200%201%201.07%2016.3V7.73c0-1.253.636-2.37%201.76-3.01L10.25.479a3.43%203.43%200%200%201%203.496.001l7.42%204.238a3.4%203.4%200%200%201%201.762%203.01v8.582c0%20.967-.443%202.164-1.637%202.898l-7.51%204.292c-.564.344-1.199.5-1.782.5zm-.5-21.347l-7.545%204.31a.9.9%200%200%200-.379.767l.001%208.67a.96.96%200%200%200%20.373.635l7.56%204.316c.266.172.664.21.985%200l7.518-4.296a.92.92%200%200%200%20.41-.654V7.73a.92.92%200%200%200-.377-.766L12.5%202.652a.91.91%200%200%200-1%20.001%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/artifacthub.svg?color=%231a73e8&size=48