godotengine logo
godotengine from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- godotengine
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the godotengine logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.56.683c-1.096.244-2.181.583-3.199 1.095c.023.898.081 1.758.2 2.632c-.396.253-.81.47-1.179.766c-.375.288-.758.564-1.097.902A21 21 0 0 0 2.15 4.836C1.353 5.693.608 6.62 0 7.655c.458.74.936 1.435 1.452 2.094h.014v6.356q.018 0 .035.003l3.896.376a.42.42 0 0 1 .378.39l.12 1.72l3.4.241l.234-1.587a.42.42 0 0 1 .415-.358h4.111c.208 0 .385.152.415.358l.234 1.587l3.4-.242l.12-1.72a.42.42 0 0 1 .377-.389l3.896-.376l.035-.003v-.507h.002V9.75h.014c.516-.66.994-1.353 1.452-2.094c-.608-1.036-1.354-1.961-2.151-2.82c-.74.372-1.457.793-2.135 1.242c-.34-.337-.721-.613-1.096-.901c-.37-.296-.785-.514-1.179-.767c.117-.874.175-1.734.2-2.632c-1.018-.512-2.102-.85-3.199-1.095a23 23 0 0 0-1.187 2.312a8 8 0 0 0-1.246-.099h-.016c-.417.005-.832.03-1.246.1A23 23 0 0 0 9.557.682zM6.476 9.989a2.349 2.349 0 1 1 .001 4.697a2.349 2.349 0 0 1 0-4.697m11.05 0a2.349 2.349 0 1 1-.001 4.697a2.349 2.349 0 0 1 0-4.697m-10.824.93a1.559 1.559 0 1 0 0 3.118a1.559 1.559 0 0 0 0-3.118m10.598 0a1.558 1.558 0 1 0 0 3.116a1.558 1.558 0 0 0 0-3.116m-5.3.453c.417 0 .757.308.757.687v2.162c0 .38-.339.687-.757.687s-.756-.308-.756-.687V12.06c0-.379.339-.687.756-.687M1.46 16.947c.001.377.005.79.005.871c0 3.702 4.695 5.48 10.527 5.5h.014c5.833-.02 10.526-1.798 10.526-5.5c0-.084.005-.495.007-.87l-3.502.338l-.121 1.729a.42.42 0 0 1-.39.39l-4.18.296a.42.42 0 0 1-.416-.358l-.238-1.614h-3.386l-.238 1.614a.42.42 0 0 1-.445.357l-4.151-.296a.42.42 0 0 1-.39-.39l-.12-1.729l-3.504-.337z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsGodotengine(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="M9.56.683c-1.096.244-2.181.583-3.199 1.095c.023.898.081 1.758.2 2.632c-.396.253-.81.47-1.179.766c-.375.288-.758.564-1.097.902A21 21 0 0 0 2.15 4.836C1.353 5.693.608 6.62 0 7.655c.458.74.936 1.435 1.452 2.094h.014v6.356q.018 0 .035.003l3.896.376a.42.42 0 0 1 .378.39l.12 1.72l3.4.241l.234-1.587a.42.42 0 0 1 .415-.358h4.111c.208 0 .385.152.415.358l.234 1.587l3.4-.242l.12-1.72a.42.42 0 0 1 .377-.389l3.896-.376l.035-.003v-.507h.002V9.75h.014c.516-.66.994-1.353 1.452-2.094c-.608-1.036-1.354-1.961-2.151-2.82c-.74.372-1.457.793-2.135 1.242c-.34-.337-.721-.613-1.096-.901c-.37-.296-.785-.514-1.179-.767c.117-.874.175-1.734.2-2.632c-1.018-.512-2.102-.85-3.199-1.095a23 23 0 0 0-1.187 2.312a8 8 0 0 0-1.246-.099h-.016c-.417.005-.832.03-1.246.1A23 23 0 0 0 9.557.682zM6.476 9.989a2.349 2.349 0 1 1 .001 4.697a2.349 2.349 0 0 1 0-4.697m11.05 0a2.349 2.349 0 1 1-.001 4.697a2.349 2.349 0 0 1 0-4.697m-10.824.93a1.559 1.559 0 1 0 0 3.118a1.559 1.559 0 0 0 0-3.118m10.598 0a1.558 1.558 0 1 0 0 3.116a1.558 1.558 0 0 0 0-3.116m-5.3.453c.417 0 .757.308.757.687v2.162c0 .38-.339.687-.757.687s-.756-.308-.756-.687V12.06c0-.379.339-.687.756-.687M1.46 16.947c.001.377.005.79.005.871c0 3.702 4.695 5.48 10.527 5.5h.014c5.833-.02 10.526-1.798 10.526-5.5c0-.084.005-.495.007-.87l-3.502.338l-.121 1.729a.42.42 0 0 1-.39.39l-4.18.296a.42.42 0 0 1-.416-.358l-.238-1.614h-3.386l-.238 1.614a.42.42 0 0 1-.445.357l-4.151-.296a.42.42 0 0 1-.39-.39l-.12-1.729l-3.504-.337z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.56.683c-1.096.244-2.181.583-3.199 1.095c.023.898.081 1.758.2 2.632c-.396.253-.81.47-1.179.766c-.375.288-.758.564-1.097.902A21 21 0 0 0 2.15 4.836C1.353 5.693.608 6.62 0 7.655c.458.74.936 1.435 1.452 2.094h.014v6.356q.018 0 .035.003l3.896.376a.42.42 0 0 1 .378.39l.12 1.72l3.4.241l.234-1.587a.42.42 0 0 1 .415-.358h4.111c.208 0 .385.152.415.358l.234 1.587l3.4-.242l.12-1.72a.42.42 0 0 1 .377-.389l3.896-.376l.035-.003v-.507h.002V9.75h.014c.516-.66.994-1.353 1.452-2.094c-.608-1.036-1.354-1.961-2.151-2.82c-.74.372-1.457.793-2.135 1.242c-.34-.337-.721-.613-1.096-.901c-.37-.296-.785-.514-1.179-.767c.117-.874.175-1.734.2-2.632c-1.018-.512-2.102-.85-3.199-1.095a23 23 0 0 0-1.187 2.312a8 8 0 0 0-1.246-.099h-.016c-.417.005-.832.03-1.246.1A23 23 0 0 0 9.557.682zM6.476 9.989a2.349 2.349 0 1 1 .001 4.697a2.349 2.349 0 0 1 0-4.697m11.05 0a2.349 2.349 0 1 1-.001 4.697a2.349 2.349 0 0 1 0-4.697m-10.824.93a1.559 1.559 0 1 0 0 3.118a1.559 1.559 0 0 0 0-3.118m10.598 0a1.558 1.558 0 1 0 0 3.116a1.558 1.558 0 0 0 0-3.116m-5.3.453c.417 0 .757.308.757.687v2.162c0 .38-.339.687-.757.687s-.756-.308-.756-.687V12.06c0-.379.339-.687.756-.687M1.46 16.947c.001.377.005.79.005.871c0 3.702 4.695 5.48 10.527 5.5h.014c5.833-.02 10.526-1.798 10.526-5.5c0-.084.005-.495.007-.87l-3.502.338l-.121 1.729a.42.42 0 0 1-.39.39l-4.18.296a.42.42 0 0 1-.416-.358l-.238-1.614h-3.386l-.238 1.614a.42.42 0 0 1-.445.357l-4.151-.296a.42.42 0 0 1-.39-.39l-.12-1.729l-3.504-.337z"/></svg> </template>
CSS
.icon-godotengine {
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%22M9.56.683c-1.096.244-2.181.583-3.199%201.095c.023.898.081%201.758.2%202.632c-.396.253-.81.47-1.179.766c-.375.288-.758.564-1.097.902A21%2021%200%200%200%202.15%204.836C1.353%205.693.608%206.62%200%207.655c.458.74.936%201.435%201.452%202.094h.014v6.356q.018%200%20.035.003l3.896.376a.42.42%200%200%201%20.378.39l.12%201.72l3.4.241l.234-1.587a.42.42%200%200%201%20.415-.358h4.111c.208%200%20.385.152.415.358l.234%201.587l3.4-.242l.12-1.72a.42.42%200%200%201%20.377-.389l3.896-.376l.035-.003v-.507h.002V9.75h.014c.516-.66.994-1.353%201.452-2.094c-.608-1.036-1.354-1.961-2.151-2.82c-.74.372-1.457.793-2.135%201.242c-.34-.337-.721-.613-1.096-.901c-.37-.296-.785-.514-1.179-.767c.117-.874.175-1.734.2-2.632c-1.018-.512-2.102-.85-3.199-1.095a23%2023%200%200%200-1.187%202.312a8%208%200%200%200-1.246-.099h-.016c-.417.005-.832.03-1.246.1A23%2023%200%200%200%209.557.682zM6.476%209.989a2.349%202.349%200%201%201%20.001%204.697a2.349%202.349%200%200%201%200-4.697m11.05%200a2.349%202.349%200%201%201-.001%204.697a2.349%202.349%200%200%201%200-4.697m-10.824.93a1.559%201.559%200%201%200%200%203.118a1.559%201.559%200%200%200%200-3.118m10.598%200a1.558%201.558%200%201%200%200%203.116a1.558%201.558%200%200%200%200-3.116m-5.3.453c.417%200%20.757.308.757.687v2.162c0%20.38-.339.687-.757.687s-.756-.308-.756-.687V12.06c0-.379.339-.687.756-.687M1.46%2016.947c.001.377.005.79.005.871c0%203.702%204.695%205.48%2010.527%205.5h.014c5.833-.02%2010.526-1.798%2010.526-5.5c0-.084.005-.495.007-.87l-3.502.338l-.121%201.729a.42.42%200%200%201-.39.39l-4.18.296a.42.42%200%200%201-.416-.358l-.238-1.614h-3.386l-.238%201.614a.42.42%200%200%201-.445.357l-4.151-.296a.42.42%200%200%201-.39-.39l-.12-1.729l-3.504-.337z%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%22M9.56.683c-1.096.244-2.181.583-3.199%201.095c.023.898.081%201.758.2%202.632c-.396.253-.81.47-1.179.766c-.375.288-.758.564-1.097.902A21%2021%200%200%200%202.15%204.836C1.353%205.693.608%206.62%200%207.655c.458.74.936%201.435%201.452%202.094h.014v6.356q.018%200%20.035.003l3.896.376a.42.42%200%200%201%20.378.39l.12%201.72l3.4.241l.234-1.587a.42.42%200%200%201%20.415-.358h4.111c.208%200%20.385.152.415.358l.234%201.587l3.4-.242l.12-1.72a.42.42%200%200%201%20.377-.389l3.896-.376l.035-.003v-.507h.002V9.75h.014c.516-.66.994-1.353%201.452-2.094c-.608-1.036-1.354-1.961-2.151-2.82c-.74.372-1.457.793-2.135%201.242c-.34-.337-.721-.613-1.096-.901c-.37-.296-.785-.514-1.179-.767c.117-.874.175-1.734.2-2.632c-1.018-.512-2.102-.85-3.199-1.095a23%2023%200%200%200-1.187%202.312a8%208%200%200%200-1.246-.099h-.016c-.417.005-.832.03-1.246.1A23%2023%200%200%200%209.557.682zM6.476%209.989a2.349%202.349%200%201%201%20.001%204.697a2.349%202.349%200%200%201%200-4.697m11.05%200a2.349%202.349%200%201%201-.001%204.697a2.349%202.349%200%200%201%200-4.697m-10.824.93a1.559%201.559%200%201%200%200%203.118a1.559%201.559%200%200%200%200-3.118m10.598%200a1.558%201.558%200%201%200%200%203.116a1.558%201.558%200%200%200%200-3.116m-5.3.453c.417%200%20.757.308.757.687v2.162c0%20.38-.339.687-.757.687s-.756-.308-.756-.687V12.06c0-.379.339-.687.756-.687M1.46%2016.947c.001.377.005.79.005.871c0%203.702%204.695%205.48%2010.527%205.5h.014c5.833-.02%2010.526-1.798%2010.526-5.5c0-.084.005-.495.007-.87l-3.502.338l-.121%201.729a.42.42%200%200%201-.39.39l-4.18.296a.42.42%200%200%201-.416-.358l-.238-1.614h-3.386l-.238%201.614a.42.42%200%200%201-.445.357l-4.151-.296a.42.42%200%200%201-.39-.39l-.12-1.729l-3.504-.337z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/godotengine.svg?color=%231a73e8&size=48