sourceengine logo
sourceengine from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- sourceengine
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
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 24 24"><path fill="currentColor" d="M19.865.716h-.26L7.64.784a12.76 12.76 0 0 0-7.01 1.69l.002.001A1.211 1.211 0 0 0 1.21 4.75c.35 0 .662-.148.883-.383a10.32 10.32 0 0 1 8.818-.462c5.275 2.165 7.805 8.22 5.64 13.495a10.3 10.3 0 0 1-2.495 3.613l.01.013a1.21 1.21 0 1 0 1.63 1.69a12.6 12.6 0 0 0 3.04-4.419c.05-.118 4.952-12.06 4.964-12.093A3.99 3.99 0 0 0 21.522.996c-.55-.226-1.064-.278-1.657-.28M6.067 6.851c-2.635 0-5.342.807-5.342 3.941c0 2.16 1.946 2.85 3.893 3.277c2.422.522 3.823.878 3.823 1.9c0 1.187-1.235 1.567-2.208 1.567c-1.33 0-2.564-.594-2.588-2.066H.44c.143 3.252 2.92 4.32 5.77 4.32c2.801 0 5.603-1.044 5.603-4.273c0-2.28-1.923-2.992-3.894-3.443c-1.923-.45-3.823-.617-3.823-1.828c0-.997 1.116-1.14 1.877-1.14c1.21 0 2.207.357 2.302 1.662h3.205c-.26-3.015-2.73-3.917-5.413-3.917"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSourceengine(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.865.716h-.26L7.64.784a12.76 12.76 0 0 0-7.01 1.69l.002.001A1.211 1.211 0 0 0 1.21 4.75c.35 0 .662-.148.883-.383a10.32 10.32 0 0 1 8.818-.462c5.275 2.165 7.805 8.22 5.64 13.495a10.3 10.3 0 0 1-2.495 3.613l.01.013a1.21 1.21 0 1 0 1.63 1.69a12.6 12.6 0 0 0 3.04-4.419c.05-.118 4.952-12.06 4.964-12.093A3.99 3.99 0 0 0 21.522.996c-.55-.226-1.064-.278-1.657-.28M6.067 6.851c-2.635 0-5.342.807-5.342 3.941c0 2.16 1.946 2.85 3.893 3.277c2.422.522 3.823.878 3.823 1.9c0 1.187-1.235 1.567-2.208 1.567c-1.33 0-2.564-.594-2.588-2.066H.44c.143 3.252 2.92 4.32 5.77 4.32c2.801 0 5.603-1.044 5.603-4.273c0-2.28-1.923-2.992-3.894-3.443c-1.923-.45-3.823-.617-3.823-1.828c0-.997 1.116-1.14 1.877-1.14c1.21 0 2.207.357 2.302 1.662h3.205c-.26-3.015-2.73-3.917-5.413-3.917"/></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.865.716h-.26L7.64.784a12.76 12.76 0 0 0-7.01 1.69l.002.001A1.211 1.211 0 0 0 1.21 4.75c.35 0 .662-.148.883-.383a10.32 10.32 0 0 1 8.818-.462c5.275 2.165 7.805 8.22 5.64 13.495a10.3 10.3 0 0 1-2.495 3.613l.01.013a1.21 1.21 0 1 0 1.63 1.69a12.6 12.6 0 0 0 3.04-4.419c.05-.118 4.952-12.06 4.964-12.093A3.99 3.99 0 0 0 21.522.996c-.55-.226-1.064-.278-1.657-.28M6.067 6.851c-2.635 0-5.342.807-5.342 3.941c0 2.16 1.946 2.85 3.893 3.277c2.422.522 3.823.878 3.823 1.9c0 1.187-1.235 1.567-2.208 1.567c-1.33 0-2.564-.594-2.588-2.066H.44c.143 3.252 2.92 4.32 5.77 4.32c2.801 0 5.603-1.044 5.603-4.273c0-2.28-1.923-2.992-3.894-3.443c-1.923-.45-3.823-.617-3.823-1.828c0-.997 1.116-1.14 1.877-1.14c1.21 0 2.207.357 2.302 1.662h3.205c-.26-3.015-2.73-3.917-5.413-3.917"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.865.716h-.26L7.64.784a12.76%2012.76%200%200%200-7.01%201.69l.002.001A1.211%201.211%200%200%200%201.21%204.75c.35%200%20.662-.148.883-.383a10.32%2010.32%200%200%201%208.818-.462c5.275%202.165%207.805%208.22%205.64%2013.495a10.3%2010.3%200%200%201-2.495%203.613l.01.013a1.21%201.21%200%201%200%201.63%201.69a12.6%2012.6%200%200%200%203.04-4.419c.05-.118%204.952-12.06%204.964-12.093A3.99%203.99%200%200%200%2021.522.996c-.55-.226-1.064-.278-1.657-.28M6.067%206.851c-2.635%200-5.342.807-5.342%203.941c0%202.16%201.946%202.85%203.893%203.277c2.422.522%203.823.878%203.823%201.9c0%201.187-1.235%201.567-2.208%201.567c-1.33%200-2.564-.594-2.588-2.066H.44c.143%203.252%202.92%204.32%205.77%204.32c2.801%200%205.603-1.044%205.603-4.273c0-2.28-1.923-2.992-3.894-3.443c-1.923-.45-3.823-.617-3.823-1.828c0-.997%201.116-1.14%201.877-1.14c1.21%200%202.207.357%202.302%201.662h3.205c-.26-3.015-2.73-3.917-5.413-3.917%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.865.716h-.26L7.64.784a12.76%2012.76%200%200%200-7.01%201.69l.002.001A1.211%201.211%200%200%200%201.21%204.75c.35%200%20.662-.148.883-.383a10.32%2010.32%200%200%201%208.818-.462c5.275%202.165%207.805%208.22%205.64%2013.495a10.3%2010.3%200%200%201-2.495%203.613l.01.013a1.21%201.21%200%201%200%201.63%201.69a12.6%2012.6%200%200%200%203.04-4.419c.05-.118%204.952-12.06%204.964-12.093A3.99%203.99%200%200%200%2021.522.996c-.55-.226-1.064-.278-1.657-.28M6.067%206.851c-2.635%200-5.342.807-5.342%203.941c0%202.16%201.946%202.85%203.893%203.277c2.422.522%203.823.878%203.823%201.9c0%201.187-1.235%201.567-2.208%201.567c-1.33%200-2.564-.594-2.588-2.066H.44c.143%203.252%202.92%204.32%205.77%204.32c2.801%200%205.603-1.044%205.603-4.273c0-2.28-1.923-2.992-3.894-3.443c-1.923-.45-3.823-.617-3.823-1.828c0-.997%201.116-1.14%201.877-1.14c1.21%200%202.207.357%202.302%201.662h3.205c-.26-3.015-2.73-3.917-5.413-3.917%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/sourceengine.svg?color=%231a73e8&size=48