gatsby icon
gatsby-fill from Akar Icons by Arturo Wibawa · Fill · MIT Free for personal and commercial use.
- Name
- gatsby-fill
- Set
- Akar Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the gatsby icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVGXv8lpc2Y)"><path fill="currentColor" d="M12 0C5.323 0 0 5.317 0 12s5.317 12 12 12s12-5.323 12-12S18.683 0 12 0M2.608 12.101l9.29 9.286c-5.114.005-9.29-4.171-9.29-9.286m11.477 9.083L2.821 9.909C3.76 5.733 7.515 2.603 12 2.603a9.5 9.5 0 0 1 7.616 3.861l-1.355 1.147A7.67 7.67 0 0 0 11.9 4.267A7.57 7.57 0 0 0 4.693 9.38l9.814 9.819c2.4-.837 4.277-2.923 4.8-5.43h-4.07V12h6.155c0 4.485-3.13 8.245-7.307 9.184"/></g><defs><clipPath id="SVGXv8lpc2Y"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function AkarIconsGatsbyFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clipPath="url(#SVGXv8lpc2Y)"><path fill="currentColor" d="M12 0C5.323 0 0 5.317 0 12s5.317 12 12 12s12-5.323 12-12S18.683 0 12 0M2.608 12.101l9.29 9.286c-5.114.005-9.29-4.171-9.29-9.286m11.477 9.083L2.821 9.909C3.76 5.733 7.515 2.603 12 2.603a9.5 9.5 0 0 1 7.616 3.861l-1.355 1.147A7.67 7.67 0 0 0 11.9 4.267A7.57 7.57 0 0 0 4.693 9.38l9.814 9.819c2.4-.837 4.277-2.923 4.8-5.43h-4.07V12h6.155c0 4.485-3.13 8.245-7.307 9.184"/></g><defs><clipPath id="SVGXv8lpc2Y"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVGXv8lpc2Y)"><path fill="currentColor" d="M12 0C5.323 0 0 5.317 0 12s5.317 12 12 12s12-5.323 12-12S18.683 0 12 0M2.608 12.101l9.29 9.286c-5.114.005-9.29-4.171-9.29-9.286m11.477 9.083L2.821 9.909C3.76 5.733 7.515 2.603 12 2.603a9.5 9.5 0 0 1 7.616 3.861l-1.355 1.147A7.67 7.67 0 0 0 11.9 4.267A7.57 7.57 0 0 0 4.693 9.38l9.814 9.819c2.4-.837 4.277-2.923 4.8-5.43h-4.07V12h6.155c0 4.485-3.13 8.245-7.307 9.184"/></g><defs><clipPath id="SVGXv8lpc2Y"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-gatsby-fill {
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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGXv8lpc2Y)%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200C5.323%200%200%205.317%200%2012s5.317%2012%2012%2012s12-5.323%2012-12S18.683%200%2012%200M2.608%2012.101l9.29%209.286c-5.114.005-9.29-4.171-9.29-9.286m11.477%209.083L2.821%209.909C3.76%205.733%207.515%202.603%2012%202.603a9.5%209.5%200%200%201%207.616%203.861l-1.355%201.147A7.67%207.67%200%200%200%2011.9%204.267A7.57%207.57%200%200%200%204.693%209.38l9.814%209.819c2.4-.837%204.277-2.923%204.8-5.43h-4.07V12h6.155c0%204.485-3.13%208.245-7.307%209.184%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGXv8lpc2Y%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGXv8lpc2Y)%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200C5.323%200%200%205.317%200%2012s5.317%2012%2012%2012s12-5.323%2012-12S18.683%200%2012%200M2.608%2012.101l9.29%209.286c-5.114.005-9.29-4.171-9.29-9.286m11.477%209.083L2.821%209.909C3.76%205.733%207.515%202.603%2012%202.603a9.5%209.5%200%200%201%207.616%203.861l-1.355%201.147A7.67%207.67%200%200%200%2011.9%204.267A7.57%207.57%200%200%200%204.693%209.38l9.814%209.819c2.4-.837%204.277-2.923%204.8-5.43h-4.07V12h6.155c0%204.485-3.13%208.245-7.307%209.184%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGXv8lpc2Y%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/akar-icons/gatsby-fill.svg?color=%231a73e8&size=48