sourceengine logo

sourceengine from Devicon by konpa · Original · MIT Free for personal and commercial use.

Name
sourceengine
Set
Devicon
Style
Original
Viewbox
128×128
License
MIT

1 other variant in Devicon

The same logo in other sets

Use the sourceengine logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fff" d="M32.362 37.063c-14.054 0-28.491 4.304-28.491 21.019c0 11.52 10.379 15.194 20.763 17.477c12.917 2.784 20.389 4.683 20.389 10.128c0 6.336-6.587 8.363-11.776 8.363c-7.093 0-13.675-3.168-13.803-11.019H2.351c.763 17.344 15.573 23.04 30.773 23.04c14.939 0 29.883-5.568 29.883-22.79c0-12.16-10.256-15.957-20.768-18.362c-10.256-2.405-20.39-3.29-20.39-9.75c0-5.317 5.953-6.08 10.011-6.08c6.454 0 11.77 1.905 12.277 8.865h17.094c-1.387-16.08-14.56-20.89-28.87-20.89Z"/><path fill="#f79a10" d="M105.95 4.343h-1.386l-63.813.363c-13.179-.677-26.16 2.55-37.387 9.008l.011.01c-5.867 3.203-3.602 12.117 3.083 12.129c1.866 0 3.53-.79 4.709-2.043a55.05 55.05 0 0 1 47.03-2.464c28.132 11.547 41.626 43.84 30.079 71.973a54.8 54.8 0 0 1-13.307 19.27l.054.069c-6.767 3.899 4.552 15.635 8.693 9.013a67.4 67.4 0 0 0 16.213-23.568c.262-.63 26.41-64.325 26.475-64.496c4.458-10.876-.742-23.307-11.616-27.77c-2.933-1.206-5.675-1.483-8.837-1.494z"/></svg>

React

import type { SVGProps } from "react";

export function DeviconSourceengine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fff" d="M32.362 37.063c-14.054 0-28.491 4.304-28.491 21.019c0 11.52 10.379 15.194 20.763 17.477c12.917 2.784 20.389 4.683 20.389 10.128c0 6.336-6.587 8.363-11.776 8.363c-7.093 0-13.675-3.168-13.803-11.019H2.351c.763 17.344 15.573 23.04 30.773 23.04c14.939 0 29.883-5.568 29.883-22.79c0-12.16-10.256-15.957-20.768-18.362c-10.256-2.405-20.39-3.29-20.39-9.75c0-5.317 5.953-6.08 10.011-6.08c6.454 0 11.77 1.905 12.277 8.865h17.094c-1.387-16.08-14.56-20.89-28.87-20.89Z"/><path fill="#f79a10" d="M105.95 4.343h-1.386l-63.813.363c-13.179-.677-26.16 2.55-37.387 9.008l.011.01c-5.867 3.203-3.602 12.117 3.083 12.129c1.866 0 3.53-.79 4.709-2.043a55.05 55.05 0 0 1 47.03-2.464c28.132 11.547 41.626 43.84 30.079 71.973a54.8 54.8 0 0 1-13.307 19.27l.054.069c-6.767 3.899 4.552 15.635 8.693 9.013a67.4 67.4 0 0 0 16.213-23.568c.262-.63 26.41-64.325 26.475-64.496c4.458-10.876-.742-23.307-11.616-27.77c-2.933-1.206-5.675-1.483-8.837-1.494z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fff" d="M32.362 37.063c-14.054 0-28.491 4.304-28.491 21.019c0 11.52 10.379 15.194 20.763 17.477c12.917 2.784 20.389 4.683 20.389 10.128c0 6.336-6.587 8.363-11.776 8.363c-7.093 0-13.675-3.168-13.803-11.019H2.351c.763 17.344 15.573 23.04 30.773 23.04c14.939 0 29.883-5.568 29.883-22.79c0-12.16-10.256-15.957-20.768-18.362c-10.256-2.405-20.39-3.29-20.39-9.75c0-5.317 5.953-6.08 10.011-6.08c6.454 0 11.77 1.905 12.277 8.865h17.094c-1.387-16.08-14.56-20.89-28.87-20.89Z"/><path fill="#f79a10" d="M105.95 4.343h-1.386l-63.813.363c-13.179-.677-26.16 2.55-37.387 9.008l.011.01c-5.867 3.203-3.602 12.117 3.083 12.129c1.866 0 3.53-.79 4.709-2.043a55.05 55.05 0 0 1 47.03-2.464c28.132 11.547 41.626 43.84 30.079 71.973a54.8 54.8 0 0 1-13.307 19.27l.054.069c-6.767 3.899 4.552 15.635 8.693 9.013a67.4 67.4 0 0 0 16.213-23.568c.262-.63 26.41-64.325 26.475-64.496c4.458-10.876-.742-23.307-11.616-27.77c-2.933-1.206-5.675-1.483-8.837-1.494z"/></svg>
</template>

CSS

.icon-sourceengine {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32.362%2037.063c-14.054%200-28.491%204.304-28.491%2021.019c0%2011.52%2010.379%2015.194%2020.763%2017.477c12.917%202.784%2020.389%204.683%2020.389%2010.128c0%206.336-6.587%208.363-11.776%208.363c-7.093%200-13.675-3.168-13.803-11.019H2.351c.763%2017.344%2015.573%2023.04%2030.773%2023.04c14.939%200%2029.883-5.568%2029.883-22.79c0-12.16-10.256-15.957-20.768-18.362c-10.256-2.405-20.39-3.29-20.39-9.75c0-5.317%205.953-6.08%2010.011-6.08c6.454%200%2011.77%201.905%2012.277%208.865h17.094c-1.387-16.08-14.56-20.89-28.87-20.89Z%22%2F%3E%3Cpath%20fill%3D%22%23f79a10%22%20d%3D%22M105.95%204.343h-1.386l-63.813.363c-13.179-.677-26.16%202.55-37.387%209.008l.011.01c-5.867%203.203-3.602%2012.117%203.083%2012.129c1.866%200%203.53-.79%204.709-2.043a55.05%2055.05%200%200%201%2047.03-2.464c28.132%2011.547%2041.626%2043.84%2030.079%2071.973a54.8%2054.8%200%200%201-13.307%2019.27l.054.069c-6.767%203.899%204.552%2015.635%208.693%209.013a67.4%2067.4%200%200%200%2016.213-23.568c.262-.63%2026.41-64.325%2026.475-64.496c4.458-10.876-.742-23.307-11.616-27.77c-2.933-1.206-5.675-1.483-8.837-1.494z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32.362%2037.063c-14.054%200-28.491%204.304-28.491%2021.019c0%2011.52%2010.379%2015.194%2020.763%2017.477c12.917%202.784%2020.389%204.683%2020.389%2010.128c0%206.336-6.587%208.363-11.776%208.363c-7.093%200-13.675-3.168-13.803-11.019H2.351c.763%2017.344%2015.573%2023.04%2030.773%2023.04c14.939%200%2029.883-5.568%2029.883-22.79c0-12.16-10.256-15.957-20.768-18.362c-10.256-2.405-20.39-3.29-20.39-9.75c0-5.317%205.953-6.08%2010.011-6.08c6.454%200%2011.77%201.905%2012.277%208.865h17.094c-1.387-16.08-14.56-20.89-28.87-20.89Z%22%2F%3E%3Cpath%20fill%3D%22%23f79a10%22%20d%3D%22M105.95%204.343h-1.386l-63.813.363c-13.179-.677-26.16%202.55-37.387%209.008l.011.01c-5.867%203.203-3.602%2012.117%203.083%2012.129c1.866%200%203.53-.79%204.709-2.043a55.05%2055.05%200%200%201%2047.03-2.464c28.132%2011.547%2041.626%2043.84%2030.079%2071.973a54.8%2054.8%200%200%201-13.307%2019.27l.054.069c-6.767%203.899%204.552%2015.635%208.693%209.013a67.4%2067.4%200%200%200%2016.213-23.568c.262-.63%2026.41-64.325%2026.475-64.496c4.458-10.876-.742-23.307-11.616-27.77c-2.933-1.206-5.675-1.483-8.837-1.494z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/sourceengine.svg?color=%231a73e8&size=48