gatling logo
gatling from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- gatling
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the gatling logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.136 17.306a5.4 5.4 0 0 0 1.683-1.56h.774a.713.713 0 0 0 .712-.712a.713.713 0 0 0-.712-.713h-.062c.148-.454.246-.92.27-1.412h.762a.713.713 0 0 0 .712-.712a.713.713 0 0 0-.712-.713h-.786a5.4 5.4 0 0 0-.344-1.412h.147a.713.713 0 0 0 .713-.713a.713.713 0 0 0-.713-.712h-.958a5.48 5.48 0 0 0-4.262-2.051h-1.216c-.761 0-1.498.16-2.161.454h1.277c2.948 0 5.367 2.42 5.367 5.368c0 2.726-2.05 4.986-4.691 5.33c-.16.012-.32.025-.492.025H8.917a6.6 6.6 0 0 0 2.248-2.027a.4.4 0 0 0 .123.012h4.814a.713.713 0 0 0 .713-.712a.713.713 0 0 0-.713-.712h-4.188a7 7 0 0 0 .369-1.413h5.514a.713.713 0 0 0 .713-.712a.713.713 0 0 0-.713-.713h-5.453a6.7 6.7 0 0 0-.27-1.412h4.053a.713.713 0 0 0 .712-.713a.713.713 0 0 0-.712-.712h-4.68a6.58 6.58 0 0 0-5.65-3.23h-.466A6.58 6.58 0 0 0 0 8.18a5.85 5.85 0 0 1 4.434-2.027a5.85 5.85 0 0 1 5.503 3.857H6.964a3.22 3.22 0 0 0-2.53-1.228c-1.781.025-3.218 1.462-3.218 3.243s1.45 3.23 3.23 3.23a3.21 3.21 0 0 0 2.58-1.29H3.955a2.566 2.566 0 0 1 2.567-2.567h3.746q.037.314.037.627a5.866 5.866 0 0 1-5.859 5.858A5.88 5.88 0 0 1 .123 15.98a6.57 6.57 0 0 0 5.22 2.592h9.63c4.986 0 9.027-.295 9.027-.675c0-.246-1.977-.48-4.864-.59"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsGatling(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="M19.136 17.306a5.4 5.4 0 0 0 1.683-1.56h.774a.713.713 0 0 0 .712-.712a.713.713 0 0 0-.712-.713h-.062c.148-.454.246-.92.27-1.412h.762a.713.713 0 0 0 .712-.712a.713.713 0 0 0-.712-.713h-.786a5.4 5.4 0 0 0-.344-1.412h.147a.713.713 0 0 0 .713-.713a.713.713 0 0 0-.713-.712h-.958a5.48 5.48 0 0 0-4.262-2.051h-1.216c-.761 0-1.498.16-2.161.454h1.277c2.948 0 5.367 2.42 5.367 5.368c0 2.726-2.05 4.986-4.691 5.33c-.16.012-.32.025-.492.025H8.917a6.6 6.6 0 0 0 2.248-2.027a.4.4 0 0 0 .123.012h4.814a.713.713 0 0 0 .713-.712a.713.713 0 0 0-.713-.712h-4.188a7 7 0 0 0 .369-1.413h5.514a.713.713 0 0 0 .713-.712a.713.713 0 0 0-.713-.713h-5.453a6.7 6.7 0 0 0-.27-1.412h4.053a.713.713 0 0 0 .712-.713a.713.713 0 0 0-.712-.712h-4.68a6.58 6.58 0 0 0-5.65-3.23h-.466A6.58 6.58 0 0 0 0 8.18a5.85 5.85 0 0 1 4.434-2.027a5.85 5.85 0 0 1 5.503 3.857H6.964a3.22 3.22 0 0 0-2.53-1.228c-1.781.025-3.218 1.462-3.218 3.243s1.45 3.23 3.23 3.23a3.21 3.21 0 0 0 2.58-1.29H3.955a2.566 2.566 0 0 1 2.567-2.567h3.746q.037.314.037.627a5.866 5.866 0 0 1-5.859 5.858A5.88 5.88 0 0 1 .123 15.98a6.57 6.57 0 0 0 5.22 2.592h9.63c4.986 0 9.027-.295 9.027-.675c0-.246-1.977-.48-4.864-.59"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.136 17.306a5.4 5.4 0 0 0 1.683-1.56h.774a.713.713 0 0 0 .712-.712a.713.713 0 0 0-.712-.713h-.062c.148-.454.246-.92.27-1.412h.762a.713.713 0 0 0 .712-.712a.713.713 0 0 0-.712-.713h-.786a5.4 5.4 0 0 0-.344-1.412h.147a.713.713 0 0 0 .713-.713a.713.713 0 0 0-.713-.712h-.958a5.48 5.48 0 0 0-4.262-2.051h-1.216c-.761 0-1.498.16-2.161.454h1.277c2.948 0 5.367 2.42 5.367 5.368c0 2.726-2.05 4.986-4.691 5.33c-.16.012-.32.025-.492.025H8.917a6.6 6.6 0 0 0 2.248-2.027a.4.4 0 0 0 .123.012h4.814a.713.713 0 0 0 .713-.712a.713.713 0 0 0-.713-.712h-4.188a7 7 0 0 0 .369-1.413h5.514a.713.713 0 0 0 .713-.712a.713.713 0 0 0-.713-.713h-5.453a6.7 6.7 0 0 0-.27-1.412h4.053a.713.713 0 0 0 .712-.713a.713.713 0 0 0-.712-.712h-4.68a6.58 6.58 0 0 0-5.65-3.23h-.466A6.58 6.58 0 0 0 0 8.18a5.85 5.85 0 0 1 4.434-2.027a5.85 5.85 0 0 1 5.503 3.857H6.964a3.22 3.22 0 0 0-2.53-1.228c-1.781.025-3.218 1.462-3.218 3.243s1.45 3.23 3.23 3.23a3.21 3.21 0 0 0 2.58-1.29H3.955a2.566 2.566 0 0 1 2.567-2.567h3.746q.037.314.037.627a5.866 5.866 0 0 1-5.859 5.858A5.88 5.88 0 0 1 .123 15.98a6.57 6.57 0 0 0 5.22 2.592h9.63c4.986 0 9.027-.295 9.027-.675c0-.246-1.977-.48-4.864-.59"/></svg> </template>
CSS
.icon-gatling {
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%22M19.136%2017.306a5.4%205.4%200%200%200%201.683-1.56h.774a.713.713%200%200%200%20.712-.712a.713.713%200%200%200-.712-.713h-.062c.148-.454.246-.92.27-1.412h.762a.713.713%200%200%200%20.712-.712a.713.713%200%200%200-.712-.713h-.786a5.4%205.4%200%200%200-.344-1.412h.147a.713.713%200%200%200%20.713-.713a.713.713%200%200%200-.713-.712h-.958a5.48%205.48%200%200%200-4.262-2.051h-1.216c-.761%200-1.498.16-2.161.454h1.277c2.948%200%205.367%202.42%205.367%205.368c0%202.726-2.05%204.986-4.691%205.33c-.16.012-.32.025-.492.025H8.917a6.6%206.6%200%200%200%202.248-2.027a.4.4%200%200%200%20.123.012h4.814a.713.713%200%200%200%20.713-.712a.713.713%200%200%200-.713-.712h-4.188a7%207%200%200%200%20.369-1.413h5.514a.713.713%200%200%200%20.713-.712a.713.713%200%200%200-.713-.713h-5.453a6.7%206.7%200%200%200-.27-1.412h4.053a.713.713%200%200%200%20.712-.713a.713.713%200%200%200-.712-.712h-4.68a6.58%206.58%200%200%200-5.65-3.23h-.466A6.58%206.58%200%200%200%200%208.18a5.85%205.85%200%200%201%204.434-2.027a5.85%205.85%200%200%201%205.503%203.857H6.964a3.22%203.22%200%200%200-2.53-1.228c-1.781.025-3.218%201.462-3.218%203.243s1.45%203.23%203.23%203.23a3.21%203.21%200%200%200%202.58-1.29H3.955a2.566%202.566%200%200%201%202.567-2.567h3.746q.037.314.037.627a5.866%205.866%200%200%201-5.859%205.858A5.88%205.88%200%200%201%20.123%2015.98a6.57%206.57%200%200%200%205.22%202.592h9.63c4.986%200%209.027-.295%209.027-.675c0-.246-1.977-.48-4.864-.59%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%22M19.136%2017.306a5.4%205.4%200%200%200%201.683-1.56h.774a.713.713%200%200%200%20.712-.712a.713.713%200%200%200-.712-.713h-.062c.148-.454.246-.92.27-1.412h.762a.713.713%200%200%200%20.712-.712a.713.713%200%200%200-.712-.713h-.786a5.4%205.4%200%200%200-.344-1.412h.147a.713.713%200%200%200%20.713-.713a.713.713%200%200%200-.713-.712h-.958a5.48%205.48%200%200%200-4.262-2.051h-1.216c-.761%200-1.498.16-2.161.454h1.277c2.948%200%205.367%202.42%205.367%205.368c0%202.726-2.05%204.986-4.691%205.33c-.16.012-.32.025-.492.025H8.917a6.6%206.6%200%200%200%202.248-2.027a.4.4%200%200%200%20.123.012h4.814a.713.713%200%200%200%20.713-.712a.713.713%200%200%200-.713-.712h-4.188a7%207%200%200%200%20.369-1.413h5.514a.713.713%200%200%200%20.713-.712a.713.713%200%200%200-.713-.713h-5.453a6.7%206.7%200%200%200-.27-1.412h4.053a.713.713%200%200%200%20.712-.713a.713.713%200%200%200-.712-.712h-4.68a6.58%206.58%200%200%200-5.65-3.23h-.466A6.58%206.58%200%200%200%200%208.18a5.85%205.85%200%200%201%204.434-2.027a5.85%205.85%200%200%201%205.503%203.857H6.964a3.22%203.22%200%200%200-2.53-1.228c-1.781.025-3.218%201.462-3.218%203.243s1.45%203.23%203.23%203.23a3.21%203.21%200%200%200%202.58-1.29H3.955a2.566%202.566%200%200%201%202.567-2.567h3.746q.037.314.037.627a5.866%205.866%200%200%201-5.859%205.858A5.88%205.88%200%200%201%20.123%2015.98a6.57%206.57%200%200%200%205.22%202.592h9.63c4.986%200%209.027-.295%209.027-.675c0-.246-1.977-.48-4.864-.59%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/gatling.svg?color=%231a73e8&size=48