godot engine logo
godot-engine from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- godot-engine
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
Use the godot engine logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.745.917c-1.458.328-2.906.781-4.266 1.464a32 32 0 0 0 .266 3.505c-.526.339-1.078.63-1.568 1.026c-.5.38-1.01.75-1.464 1.198a28 28 0 0 0-2.849-1.651C1.801 7.6.812 8.834-.001 10.214c.609.99 1.25 1.911 1.938 2.792h.016v8.474a.2.2 0 0 1 .047.005l5.198.5a.554.554 0 0 1 .5.521l.161 2.292l4.531.323l.313-2.115a.56.56 0 0 1 .552-.479h5.484a.56.56 0 0 1 .552.479l.313 2.115l4.531-.323l.161-2.292a.554.554 0 0 1 .505-.521l5.193-.5c.016 0 .031-.005.047-.005v-8.474h.021a30 30 0 0 0 1.932-2.792c-.807-1.38-1.802-2.615-2.865-3.755A29 29 0 0 0 26.28 8.11c-.453-.448-.958-.818-1.458-1.198c-.495-.396-1.047-.688-1.573-1.026c.156-1.161.234-2.307.266-3.505c-1.354-.682-2.802-1.135-4.266-1.464A31 31 0 0 0 17.671 4a11 11 0 0 0-1.661-.13h-.026c-.552.005-1.109.042-1.661.13A30 30 0 0 0 12.74.917zm-4.11 12.406a3.134 3.134 0 0 1 3.13 3.135a3.13 3.13 0 1 1-6.26 0a3.134 3.134 0 0 1 3.13-3.135m14.73 0a3.134 3.134 0 0 1 3.13 3.135a3.13 3.13 0 1 1-6.26 0a3.134 3.134 0 0 1 3.13-3.135M8.932 14.568a2.076 2.076 0 1 0 0 4.151a2.077 2.077 0 0 0 2.083-2.073a2.08 2.08 0 0 0-2.083-2.078m14.131 0a2.076 2.076 0 1 0 0 4.151a2.073 2.073 0 0 0 2.078-2.073a2.074 2.074 0 0 0-2.078-2.078M16 15.172c.557 0 1.01.406 1.01.911v2.885c0 .505-.453.917-1.01.917s-1.01-.411-1.01-.917v-2.885c0-.505.453-.911 1.01-.911M1.948 22.599c0 .505.005 1.052.005 1.161c0 4.938 6.26 7.307 14.036 7.333h.021c7.776-.026 14.031-2.396 14.031-7.333l.01-1.161l-4.672.453l-.161 2.307a.556.556 0 0 1-.516.516l-5.578.396a.56.56 0 0 1-.552-.474l-.318-2.156h-4.516l-.318 2.156a.557.557 0 0 1-.594.474l-5.531-.396a.565.565 0 0 1-.521-.516l-.156-2.307l-4.672-.448z"/></svg>
React
import type { SVGProps } from "react";
export function CibGodotEngine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.745.917c-1.458.328-2.906.781-4.266 1.464a32 32 0 0 0 .266 3.505c-.526.339-1.078.63-1.568 1.026c-.5.38-1.01.75-1.464 1.198a28 28 0 0 0-2.849-1.651C1.801 7.6.812 8.834-.001 10.214c.609.99 1.25 1.911 1.938 2.792h.016v8.474a.2.2 0 0 1 .047.005l5.198.5a.554.554 0 0 1 .5.521l.161 2.292l4.531.323l.313-2.115a.56.56 0 0 1 .552-.479h5.484a.56.56 0 0 1 .552.479l.313 2.115l4.531-.323l.161-2.292a.554.554 0 0 1 .505-.521l5.193-.5c.016 0 .031-.005.047-.005v-8.474h.021a30 30 0 0 0 1.932-2.792c-.807-1.38-1.802-2.615-2.865-3.755A29 29 0 0 0 26.28 8.11c-.453-.448-.958-.818-1.458-1.198c-.495-.396-1.047-.688-1.573-1.026c.156-1.161.234-2.307.266-3.505c-1.354-.682-2.802-1.135-4.266-1.464A31 31 0 0 0 17.671 4a11 11 0 0 0-1.661-.13h-.026c-.552.005-1.109.042-1.661.13A30 30 0 0 0 12.74.917zm-4.11 12.406a3.134 3.134 0 0 1 3.13 3.135a3.13 3.13 0 1 1-6.26 0a3.134 3.134 0 0 1 3.13-3.135m14.73 0a3.134 3.134 0 0 1 3.13 3.135a3.13 3.13 0 1 1-6.26 0a3.134 3.134 0 0 1 3.13-3.135M8.932 14.568a2.076 2.076 0 1 0 0 4.151a2.077 2.077 0 0 0 2.083-2.073a2.08 2.08 0 0 0-2.083-2.078m14.131 0a2.076 2.076 0 1 0 0 4.151a2.073 2.073 0 0 0 2.078-2.073a2.074 2.074 0 0 0-2.078-2.078M16 15.172c.557 0 1.01.406 1.01.911v2.885c0 .505-.453.917-1.01.917s-1.01-.411-1.01-.917v-2.885c0-.505.453-.911 1.01-.911M1.948 22.599c0 .505.005 1.052.005 1.161c0 4.938 6.26 7.307 14.036 7.333h.021c7.776-.026 14.031-2.396 14.031-7.333l.01-1.161l-4.672.453l-.161 2.307a.556.556 0 0 1-.516.516l-5.578.396a.56.56 0 0 1-.552-.474l-.318-2.156h-4.516l-.318 2.156a.557.557 0 0 1-.594.474l-5.531-.396a.565.565 0 0 1-.521-.516l-.156-2.307l-4.672-.448z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.745.917c-1.458.328-2.906.781-4.266 1.464a32 32 0 0 0 .266 3.505c-.526.339-1.078.63-1.568 1.026c-.5.38-1.01.75-1.464 1.198a28 28 0 0 0-2.849-1.651C1.801 7.6.812 8.834-.001 10.214c.609.99 1.25 1.911 1.938 2.792h.016v8.474a.2.2 0 0 1 .047.005l5.198.5a.554.554 0 0 1 .5.521l.161 2.292l4.531.323l.313-2.115a.56.56 0 0 1 .552-.479h5.484a.56.56 0 0 1 .552.479l.313 2.115l4.531-.323l.161-2.292a.554.554 0 0 1 .505-.521l5.193-.5c.016 0 .031-.005.047-.005v-8.474h.021a30 30 0 0 0 1.932-2.792c-.807-1.38-1.802-2.615-2.865-3.755A29 29 0 0 0 26.28 8.11c-.453-.448-.958-.818-1.458-1.198c-.495-.396-1.047-.688-1.573-1.026c.156-1.161.234-2.307.266-3.505c-1.354-.682-2.802-1.135-4.266-1.464A31 31 0 0 0 17.671 4a11 11 0 0 0-1.661-.13h-.026c-.552.005-1.109.042-1.661.13A30 30 0 0 0 12.74.917zm-4.11 12.406a3.134 3.134 0 0 1 3.13 3.135a3.13 3.13 0 1 1-6.26 0a3.134 3.134 0 0 1 3.13-3.135m14.73 0a3.134 3.134 0 0 1 3.13 3.135a3.13 3.13 0 1 1-6.26 0a3.134 3.134 0 0 1 3.13-3.135M8.932 14.568a2.076 2.076 0 1 0 0 4.151a2.077 2.077 0 0 0 2.083-2.073a2.08 2.08 0 0 0-2.083-2.078m14.131 0a2.076 2.076 0 1 0 0 4.151a2.073 2.073 0 0 0 2.078-2.073a2.074 2.074 0 0 0-2.078-2.078M16 15.172c.557 0 1.01.406 1.01.911v2.885c0 .505-.453.917-1.01.917s-1.01-.411-1.01-.917v-2.885c0-.505.453-.911 1.01-.911M1.948 22.599c0 .505.005 1.052.005 1.161c0 4.938 6.26 7.307 14.036 7.333h.021c7.776-.026 14.031-2.396 14.031-7.333l.01-1.161l-4.672.453l-.161 2.307a.556.556 0 0 1-.516.516l-5.578.396a.56.56 0 0 1-.552-.474l-.318-2.156h-4.516l-.318 2.156a.557.557 0 0 1-.594.474l-5.531-.396a.565.565 0 0 1-.521-.516l-.156-2.307l-4.672-.448z"/></svg> </template>
CSS
.icon-godot-engine {
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%22currentColor%22%20d%3D%22M12.745.917c-1.458.328-2.906.781-4.266%201.464a32%2032%200%200%200%20.266%203.505c-.526.339-1.078.63-1.568%201.026c-.5.38-1.01.75-1.464%201.198a28%2028%200%200%200-2.849-1.651C1.801%207.6.812%208.834-.001%2010.214c.609.99%201.25%201.911%201.938%202.792h.016v8.474a.2.2%200%200%201%20.047.005l5.198.5a.554.554%200%200%201%20.5.521l.161%202.292l4.531.323l.313-2.115a.56.56%200%200%201%20.552-.479h5.484a.56.56%200%200%201%20.552.479l.313%202.115l4.531-.323l.161-2.292a.554.554%200%200%201%20.505-.521l5.193-.5c.016%200%20.031-.005.047-.005v-8.474h.021a30%2030%200%200%200%201.932-2.792c-.807-1.38-1.802-2.615-2.865-3.755A29%2029%200%200%200%2026.28%208.11c-.453-.448-.958-.818-1.458-1.198c-.495-.396-1.047-.688-1.573-1.026c.156-1.161.234-2.307.266-3.505c-1.354-.682-2.802-1.135-4.266-1.464A31%2031%200%200%200%2017.671%204a11%2011%200%200%200-1.661-.13h-.026c-.552.005-1.109.042-1.661.13A30%2030%200%200%200%2012.74.917zm-4.11%2012.406a3.134%203.134%200%200%201%203.13%203.135a3.13%203.13%200%201%201-6.26%200a3.134%203.134%200%200%201%203.13-3.135m14.73%200a3.134%203.134%200%200%201%203.13%203.135a3.13%203.13%200%201%201-6.26%200a3.134%203.134%200%200%201%203.13-3.135M8.932%2014.568a2.076%202.076%200%201%200%200%204.151a2.077%202.077%200%200%200%202.083-2.073a2.08%202.08%200%200%200-2.083-2.078m14.131%200a2.076%202.076%200%201%200%200%204.151a2.073%202.073%200%200%200%202.078-2.073a2.074%202.074%200%200%200-2.078-2.078M16%2015.172c.557%200%201.01.406%201.01.911v2.885c0%20.505-.453.917-1.01.917s-1.01-.411-1.01-.917v-2.885c0-.505.453-.911%201.01-.911M1.948%2022.599c0%20.505.005%201.052.005%201.161c0%204.938%206.26%207.307%2014.036%207.333h.021c7.776-.026%2014.031-2.396%2014.031-7.333l.01-1.161l-4.672.453l-.161%202.307a.556.556%200%200%201-.516.516l-5.578.396a.56.56%200%200%201-.552-.474l-.318-2.156h-4.516l-.318%202.156a.557.557%200%200%201-.594.474l-5.531-.396a.565.565%200%200%201-.521-.516l-.156-2.307l-4.672-.448z%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%22currentColor%22%20d%3D%22M12.745.917c-1.458.328-2.906.781-4.266%201.464a32%2032%200%200%200%20.266%203.505c-.526.339-1.078.63-1.568%201.026c-.5.38-1.01.75-1.464%201.198a28%2028%200%200%200-2.849-1.651C1.801%207.6.812%208.834-.001%2010.214c.609.99%201.25%201.911%201.938%202.792h.016v8.474a.2.2%200%200%201%20.047.005l5.198.5a.554.554%200%200%201%20.5.521l.161%202.292l4.531.323l.313-2.115a.56.56%200%200%201%20.552-.479h5.484a.56.56%200%200%201%20.552.479l.313%202.115l4.531-.323l.161-2.292a.554.554%200%200%201%20.505-.521l5.193-.5c.016%200%20.031-.005.047-.005v-8.474h.021a30%2030%200%200%200%201.932-2.792c-.807-1.38-1.802-2.615-2.865-3.755A29%2029%200%200%200%2026.28%208.11c-.453-.448-.958-.818-1.458-1.198c-.495-.396-1.047-.688-1.573-1.026c.156-1.161.234-2.307.266-3.505c-1.354-.682-2.802-1.135-4.266-1.464A31%2031%200%200%200%2017.671%204a11%2011%200%200%200-1.661-.13h-.026c-.552.005-1.109.042-1.661.13A30%2030%200%200%200%2012.74.917zm-4.11%2012.406a3.134%203.134%200%200%201%203.13%203.135a3.13%203.13%200%201%201-6.26%200a3.134%203.134%200%200%201%203.13-3.135m14.73%200a3.134%203.134%200%200%201%203.13%203.135a3.13%203.13%200%201%201-6.26%200a3.134%203.134%200%200%201%203.13-3.135M8.932%2014.568a2.076%202.076%200%201%200%200%204.151a2.077%202.077%200%200%200%202.083-2.073a2.08%202.08%200%200%200-2.083-2.078m14.131%200a2.076%202.076%200%201%200%200%204.151a2.073%202.073%200%200%200%202.078-2.073a2.074%202.074%200%200%200-2.078-2.078M16%2015.172c.557%200%201.01.406%201.01.911v2.885c0%20.505-.453.917-1.01.917s-1.01-.411-1.01-.917v-2.885c0-.505.453-.911%201.01-.911M1.948%2022.599c0%20.505.005%201.052.005%201.161c0%204.938%206.26%207.307%2014.036%207.333h.021c7.776-.026%2014.031-2.396%2014.031-7.333l.01-1.161l-4.672.453l-.161%202.307a.556.556%200%200%201-.516.516l-5.578.396a.56.56%200%200%201-.552-.474l-.318-2.156h-4.516l-.318%202.156a.557.557%200%200%201-.594.474l-5.531-.396a.565.565%200%200%201-.521-.516l-.156-2.307l-4.672-.448z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/godot-engine.svg?color=%231a73e8&size=48