gridsome logo
gridsome from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- gridsome
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the gridsome logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.026.017l-.108.001C4.905.135-.102 5.975.002 11.956C.025 19.286 6.02 24.13 12.083 23.98c7.208-.2 12.323-6.461 11.892-12.05a2.197 2.197 0 0 0-2.192-2.001h-3.15a2.155 2.155 0 0 0-2.161 2.147c0 1.187.967 2.148 2.16 2.148h.788c-.87 2.791-3.62 5.455-7.44 5.56c-3.803.095-7.61-2.904-7.768-7.569a2 2 0 0 0 0-.159c-.148-3.72 2.895-7.637 7.88-7.845a2.096 2.096 0 0 0 2.003-2.183a2.095 2.095 0 0 0-2.07-2.011zm-.018 9.911a2.15 2.15 0 0 0-2.146 2.151a2.15 2.15 0 0 0 2.146 2.152a2.15 2.15 0 0 0 2.147-2.152a2.15 2.15 0 0 0-2.147-2.15Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsGridsome(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.026.017l-.108.001C4.905.135-.102 5.975.002 11.956C.025 19.286 6.02 24.13 12.083 23.98c7.208-.2 12.323-6.461 11.892-12.05a2.197 2.197 0 0 0-2.192-2.001h-3.15a2.155 2.155 0 0 0-2.161 2.147c0 1.187.967 2.148 2.16 2.148h.788c-.87 2.791-3.62 5.455-7.44 5.56c-3.803.095-7.61-2.904-7.768-7.569a2 2 0 0 0 0-.159c-.148-3.72 2.895-7.637 7.88-7.845a2.096 2.096 0 0 0 2.003-2.183a2.095 2.095 0 0 0-2.07-2.011zm-.018 9.911a2.15 2.15 0 0 0-2.146 2.151a2.15 2.15 0 0 0 2.146 2.152a2.15 2.15 0 0 0 2.147-2.152a2.15 2.15 0 0 0-2.147-2.15Z"/></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.026.017l-.108.001C4.905.135-.102 5.975.002 11.956C.025 19.286 6.02 24.13 12.083 23.98c7.208-.2 12.323-6.461 11.892-12.05a2.197 2.197 0 0 0-2.192-2.001h-3.15a2.155 2.155 0 0 0-2.161 2.147c0 1.187.967 2.148 2.16 2.148h.788c-.87 2.791-3.62 5.455-7.44 5.56c-3.803.095-7.61-2.904-7.768-7.569a2 2 0 0 0 0-.159c-.148-3.72 2.895-7.637 7.88-7.845a2.096 2.096 0 0 0 2.003-2.183a2.095 2.095 0 0 0-2.07-2.011zm-.018 9.911a2.15 2.15 0 0 0-2.146 2.151a2.15 2.15 0 0 0 2.146 2.152a2.15 2.15 0 0 0 2.147-2.152a2.15 2.15 0 0 0-2.147-2.15Z"/></svg> </template>
CSS
.icon-gridsome {
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.026.017l-.108.001C4.905.135-.102%205.975.002%2011.956C.025%2019.286%206.02%2024.13%2012.083%2023.98c7.208-.2%2012.323-6.461%2011.892-12.05a2.197%202.197%200%200%200-2.192-2.001h-3.15a2.155%202.155%200%200%200-2.161%202.147c0%201.187.967%202.148%202.16%202.148h.788c-.87%202.791-3.62%205.455-7.44%205.56c-3.803.095-7.61-2.904-7.768-7.569a2%202%200%200%200%200-.159c-.148-3.72%202.895-7.637%207.88-7.845a2.096%202.096%200%200%200%202.003-2.183a2.095%202.095%200%200%200-2.07-2.011zm-.018%209.911a2.15%202.15%200%200%200-2.146%202.151a2.15%202.15%200%200%200%202.146%202.152a2.15%202.15%200%200%200%202.147-2.152a2.15%202.15%200%200%200-2.147-2.15Z%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.026.017l-.108.001C4.905.135-.102%205.975.002%2011.956C.025%2019.286%206.02%2024.13%2012.083%2023.98c7.208-.2%2012.323-6.461%2011.892-12.05a2.197%202.197%200%200%200-2.192-2.001h-3.15a2.155%202.155%200%200%200-2.161%202.147c0%201.187.967%202.148%202.16%202.148h.788c-.87%202.791-3.62%205.455-7.44%205.56c-3.803.095-7.61-2.904-7.768-7.569a2%202%200%200%200%200-.159c-.148-3.72%202.895-7.637%207.88-7.845a2.096%202.096%200%200%200%202.003-2.183a2.095%202.095%200%200%200-2.07-2.011zm-.018%209.911a2.15%202.15%200%200%200-2.146%202.151a2.15%202.15%200%200%200%202.146%202.152a2.15%202.15%200%200%200%202.147-2.152a2.15%202.15%200%200%200-2.147-2.15Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/gridsome.svg?color=%231a73e8&size=48