file type greenkeeper logo
file-type-greenkeeper from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-greenkeeper
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
file-type-accessfile-type-access2file-type-actionscriptfile-type-actionscript2file-type-adafile-type-advplfile-type-affinityfile-type-affinitydesignerfile-type-affinityphotofile-type-affinitypublisherfile-type-agdafile-type-agentsfile-type-aifile-type-ai2file-type-aikidofile-type-alfile-type-al-dalfile-type-alchemyfile-type-allcontributorsfile-type-alloyfile-type-allurefile-type-angularfile-type-ansiblefile-type-antlers-html
Use the file type greenkeeper logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#3cb773" d="M16 30A14 14 0 0 1 2 16A14 14 0 0 1 16 2a14 14 0 0 1 14 14a14 14 0 0 1-14 14m.043-2.574A2.39 2.39 0 0 0 18.194 24l2.833-1.925a2.394 2.394 0 1 0-.476-.664l-2.833 1.924a2.4 2.4 0 0 0-.3-.252l4.668-9.335a2.387 2.387 0 1 0-.728-.374l-4.68 9.358a3 3 0 0 0-.265-.056v-4.442a2.388 2.388 0 0 0 0-4.721V9.325a2.391 2.391 0 1 0-.818-.015v4.214a2.389 2.389 0 0 0 0 4.694v4.472a2 2 0 0 0-.254.063l-4.691-9.38a2.392 2.392 0 1 0-.728.372l4.691 9.38a2.5 2.5 0 0 0-.29.256l-2.926-1.95a2.384 2.384 0 1 0-.455.678l2.924 1.95a2.39 2.39 0 0 0 2.181 3.367Zm9.149-2.234A13 13 0 1 0 16 29a13 13 0 0 0 9.192-3.808M16 3.818a12.1 12.1 0 0 1 8.614 3.568l.061.061A12.182 12.182 0 1 1 16 3.818"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeGreenkeeper(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#3cb773" d="M16 30A14 14 0 0 1 2 16A14 14 0 0 1 16 2a14 14 0 0 1 14 14a14 14 0 0 1-14 14m.043-2.574A2.39 2.39 0 0 0 18.194 24l2.833-1.925a2.394 2.394 0 1 0-.476-.664l-2.833 1.924a2.4 2.4 0 0 0-.3-.252l4.668-9.335a2.387 2.387 0 1 0-.728-.374l-4.68 9.358a3 3 0 0 0-.265-.056v-4.442a2.388 2.388 0 0 0 0-4.721V9.325a2.391 2.391 0 1 0-.818-.015v4.214a2.389 2.389 0 0 0 0 4.694v4.472a2 2 0 0 0-.254.063l-4.691-9.38a2.392 2.392 0 1 0-.728.372l4.691 9.38a2.5 2.5 0 0 0-.29.256l-2.926-1.95a2.384 2.384 0 1 0-.455.678l2.924 1.95a2.39 2.39 0 0 0 2.181 3.367Zm9.149-2.234A13 13 0 1 0 16 29a13 13 0 0 0 9.192-3.808M16 3.818a12.1 12.1 0 0 1 8.614 3.568l.061.061A12.182 12.182 0 1 1 16 3.818"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#3cb773" d="M16 30A14 14 0 0 1 2 16A14 14 0 0 1 16 2a14 14 0 0 1 14 14a14 14 0 0 1-14 14m.043-2.574A2.39 2.39 0 0 0 18.194 24l2.833-1.925a2.394 2.394 0 1 0-.476-.664l-2.833 1.924a2.4 2.4 0 0 0-.3-.252l4.668-9.335a2.387 2.387 0 1 0-.728-.374l-4.68 9.358a3 3 0 0 0-.265-.056v-4.442a2.388 2.388 0 0 0 0-4.721V9.325a2.391 2.391 0 1 0-.818-.015v4.214a2.389 2.389 0 0 0 0 4.694v4.472a2 2 0 0 0-.254.063l-4.691-9.38a2.392 2.392 0 1 0-.728.372l4.691 9.38a2.5 2.5 0 0 0-.29.256l-2.926-1.95a2.384 2.384 0 1 0-.455.678l2.924 1.95a2.39 2.39 0 0 0 2.181 3.367Zm9.149-2.234A13 13 0 1 0 16 29a13 13 0 0 0 9.192-3.808M16 3.818a12.1 12.1 0 0 1 8.614 3.568l.061.061A12.182 12.182 0 1 1 16 3.818"/></svg> </template>
CSS
.icon-file-type-greenkeeper {
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%22%233cb773%22%20d%3D%22M16%2030A14%2014%200%200%201%202%2016A14%2014%200%200%201%2016%202a14%2014%200%200%201%2014%2014a14%2014%200%200%201-14%2014m.043-2.574A2.39%202.39%200%200%200%2018.194%2024l2.833-1.925a2.394%202.394%200%201%200-.476-.664l-2.833%201.924a2.4%202.4%200%200%200-.3-.252l4.668-9.335a2.387%202.387%200%201%200-.728-.374l-4.68%209.358a3%203%200%200%200-.265-.056v-4.442a2.388%202.388%200%200%200%200-4.721V9.325a2.391%202.391%200%201%200-.818-.015v4.214a2.389%202.389%200%200%200%200%204.694v4.472a2%202%200%200%200-.254.063l-4.691-9.38a2.392%202.392%200%201%200-.728.372l4.691%209.38a2.5%202.5%200%200%200-.29.256l-2.926-1.95a2.384%202.384%200%201%200-.455.678l2.924%201.95a2.39%202.39%200%200%200%202.181%203.367Zm9.149-2.234A13%2013%200%201%200%2016%2029a13%2013%200%200%200%209.192-3.808M16%203.818a12.1%2012.1%200%200%201%208.614%203.568l.061.061A12.182%2012.182%200%201%201%2016%203.818%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%22%233cb773%22%20d%3D%22M16%2030A14%2014%200%200%201%202%2016A14%2014%200%200%201%2016%202a14%2014%200%200%201%2014%2014a14%2014%200%200%201-14%2014m.043-2.574A2.39%202.39%200%200%200%2018.194%2024l2.833-1.925a2.394%202.394%200%201%200-.476-.664l-2.833%201.924a2.4%202.4%200%200%200-.3-.252l4.668-9.335a2.387%202.387%200%201%200-.728-.374l-4.68%209.358a3%203%200%200%200-.265-.056v-4.442a2.388%202.388%200%200%200%200-4.721V9.325a2.391%202.391%200%201%200-.818-.015v4.214a2.389%202.389%200%200%200%200%204.694v4.472a2%202%200%200%200-.254.063l-4.691-9.38a2.392%202.392%200%201%200-.728.372l4.691%209.38a2.5%202.5%200%200%200-.29.256l-2.926-1.95a2.384%202.384%200%201%200-.455.678l2.924%201.95a2.39%202.39%200%200%200%202.181%203.367Zm9.149-2.234A13%2013%200%201%200%2016%2029a13%2013%200%200%200%209.192-3.808M16%203.818a12.1%2012.1%200%200%201%208.614%203.568l.061.061A12.182%2012.182%200%201%201%2016%203.818%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-greenkeeper.svg?color=%231a73e8&size=48