gatsby js logo
gatsby-js from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.
- Name
- gatsby-js
- Set
- Boxicons Brands
- Style
- Logo
- Viewbox
- 24×24
- License
- MIT
Use the gatsby js logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2M4.06 12L12 19.94c-4.39 0-7.94-3.55-7.94-7.94m9.72 7.73L4.27 10.2A7.936 7.936 0 0 1 12 4.06c2.59 0 4.89 1.23 6.33 3.16l-1.17 1.12A6.28 6.28 0 0 0 12 5.67c-2.75 0-5.08 1.75-5.95 4.19c1.12 1.05 7.73 7.58 8.16 8.08a6.34 6.34 0 0 0 3.97-4.52H14.8v-1.47l5.16.03c-.02 3.8-2.64 6.95-6.17 7.75Z"/></svg>
React
import type { SVGProps } from "react";
export function BxlGatsbyJs(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 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2M4.06 12L12 19.94c-4.39 0-7.94-3.55-7.94-7.94m9.72 7.73L4.27 10.2A7.936 7.936 0 0 1 12 4.06c2.59 0 4.89 1.23 6.33 3.16l-1.17 1.12A6.28 6.28 0 0 0 12 5.67c-2.75 0-5.08 1.75-5.95 4.19c1.12 1.05 7.73 7.58 8.16 8.08a6.34 6.34 0 0 0 3.97-4.52H14.8v-1.47l5.16.03c-.02 3.8-2.64 6.95-6.17 7.75Z"/></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 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2M4.06 12L12 19.94c-4.39 0-7.94-3.55-7.94-7.94m9.72 7.73L4.27 10.2A7.936 7.936 0 0 1 12 4.06c2.59 0 4.89 1.23 6.33 3.16l-1.17 1.12A6.28 6.28 0 0 0 12 5.67c-2.75 0-5.08 1.75-5.95 4.19c1.12 1.05 7.73 7.58 8.16 8.08a6.34 6.34 0 0 0 3.97-4.52H14.8v-1.47l5.16.03c-.02 3.8-2.64 6.95-6.17 7.75Z"/></svg> </template>
CSS
.icon-gatsby-js {
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%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202M4.06%2012L12%2019.94c-4.39%200-7.94-3.55-7.94-7.94m9.72%207.73L4.27%2010.2A7.936%207.936%200%200%201%2012%204.06c2.59%200%204.89%201.23%206.33%203.16l-1.17%201.12A6.28%206.28%200%200%200%2012%205.67c-2.75%200-5.08%201.75-5.95%204.19c1.12%201.05%207.73%207.58%208.16%208.08a6.34%206.34%200%200%200%203.97-4.52H14.8v-1.47l5.16.03c-.02%203.8-2.64%206.95-6.17%207.75Z%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%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202M4.06%2012L12%2019.94c-4.39%200-7.94-3.55-7.94-7.94m9.72%207.73L4.27%2010.2A7.936%207.936%200%200%201%2012%204.06c2.59%200%204.89%201.23%206.33%203.16l-1.17%201.12A6.28%206.28%200%200%200%2012%205.67c-2.75%200-5.08%201.75-5.95%204.19c1.12%201.05%207.73%207.58%208.16%208.08a6.34%206.34%200%200%200%203.97-4.52H14.8v-1.47l5.16.03c-.02%203.8-2.64%206.95-6.17%207.75Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/gatsby-js.svg?color=%231a73e8&size=48