unrealengine logo
unrealengine from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- unrealengine
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
The same logo in other sets
Use the unrealengine logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><g fill-rule="evenodd"><path d="M100.61 72.875c-1.063 5.121-5.785 18.266-20.852 25.379l-6.05-6.8l-10.212 10.261A37.67 37.67 0 0 1 33.7 86.43c1.086.34 2.203.551 3.336.63c1.672.03 3.485-.583 3.485-3.391V55.974a4.57 4.57 0 0 0-5.735-4.57c-4.726 1.089-8.504 12.882-8.504 12.882a37.5 37.5 0 0 1 12.98-28.738a38.04 38.04 0 0 1 19.148-8.836c-5.16 2.942-8.058 7.739-8.058 11.762c0 6.477 3.898 5.692 5.054 4.739v37.379c.196.468.453.91.762 1.316a5.53 5.53 0 0 0 4.516 2.285c3.902 0 8.968-4.457 8.968-4.457V49.478c0-3.078-2.32-6.793-4.644-8.07c0 0 4.3-.762 7.621 1.777a28 28 0 0 1 1.984-2.183c7.747-7.598 15.04-9.762 21.117-10.844c0 0-11.047 8.683-11.047 20.332c0 8.664.223 29.789.223 29.789c4.098 3.957 10.195-1.758 15.703-7.403z"/><path d="M64 2.383C29.973 2.383 2.383 29.973 2.383 64S29.973 125.617 64 125.617S125.617 98.027 125.617 64S98.027 2.383 64 2.383m0 120.77C31.332 123.153 4.848 96.669 4.848 64C4.852 31.333 31.336 4.849 64.004 4.853c32.668 0 59.148 26.484 59.148 59.152S96.668 123.157 64 123.157z"/></g></svg>
React
import type { SVGProps } from "react";
export function DeviconUnrealengine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><g fillRule="evenodd"><path d="M100.61 72.875c-1.063 5.121-5.785 18.266-20.852 25.379l-6.05-6.8l-10.212 10.261A37.67 37.67 0 0 1 33.7 86.43c1.086.34 2.203.551 3.336.63c1.672.03 3.485-.583 3.485-3.391V55.974a4.57 4.57 0 0 0-5.735-4.57c-4.726 1.089-8.504 12.882-8.504 12.882a37.5 37.5 0 0 1 12.98-28.738a38.04 38.04 0 0 1 19.148-8.836c-5.16 2.942-8.058 7.739-8.058 11.762c0 6.477 3.898 5.692 5.054 4.739v37.379c.196.468.453.91.762 1.316a5.53 5.53 0 0 0 4.516 2.285c3.902 0 8.968-4.457 8.968-4.457V49.478c0-3.078-2.32-6.793-4.644-8.07c0 0 4.3-.762 7.621 1.777a28 28 0 0 1 1.984-2.183c7.747-7.598 15.04-9.762 21.117-10.844c0 0-11.047 8.683-11.047 20.332c0 8.664.223 29.789.223 29.789c4.098 3.957 10.195-1.758 15.703-7.403z"/><path d="M64 2.383C29.973 2.383 2.383 29.973 2.383 64S29.973 125.617 64 125.617S125.617 98.027 125.617 64S98.027 2.383 64 2.383m0 120.77C31.332 123.153 4.848 96.669 4.848 64C4.852 31.333 31.336 4.849 64.004 4.853c32.668 0 59.148 26.484 59.148 59.152S96.668 123.157 64 123.157z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><g fill-rule="evenodd"><path d="M100.61 72.875c-1.063 5.121-5.785 18.266-20.852 25.379l-6.05-6.8l-10.212 10.261A37.67 37.67 0 0 1 33.7 86.43c1.086.34 2.203.551 3.336.63c1.672.03 3.485-.583 3.485-3.391V55.974a4.57 4.57 0 0 0-5.735-4.57c-4.726 1.089-8.504 12.882-8.504 12.882a37.5 37.5 0 0 1 12.98-28.738a38.04 38.04 0 0 1 19.148-8.836c-5.16 2.942-8.058 7.739-8.058 11.762c0 6.477 3.898 5.692 5.054 4.739v37.379c.196.468.453.91.762 1.316a5.53 5.53 0 0 0 4.516 2.285c3.902 0 8.968-4.457 8.968-4.457V49.478c0-3.078-2.32-6.793-4.644-8.07c0 0 4.3-.762 7.621 1.777a28 28 0 0 1 1.984-2.183c7.747-7.598 15.04-9.762 21.117-10.844c0 0-11.047 8.683-11.047 20.332c0 8.664.223 29.789.223 29.789c4.098 3.957 10.195-1.758 15.703-7.403z"/><path d="M64 2.383C29.973 2.383 2.383 29.973 2.383 64S29.973 125.617 64 125.617S125.617 98.027 125.617 64S98.027 2.383 64 2.383m0 120.77C31.332 123.153 4.848 96.669 4.848 64C4.852 31.333 31.336 4.849 64.004 4.853c32.668 0 59.148 26.484 59.148 59.152S96.668 123.157 64 123.157z"/></g></svg> </template>
CSS
.icon-unrealengine {
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%3Cg%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M100.61%2072.875c-1.063%205.121-5.785%2018.266-20.852%2025.379l-6.05-6.8l-10.212%2010.261A37.67%2037.67%200%200%201%2033.7%2086.43c1.086.34%202.203.551%203.336.63c1.672.03%203.485-.583%203.485-3.391V55.974a4.57%204.57%200%200%200-5.735-4.57c-4.726%201.089-8.504%2012.882-8.504%2012.882a37.5%2037.5%200%200%201%2012.98-28.738a38.04%2038.04%200%200%201%2019.148-8.836c-5.16%202.942-8.058%207.739-8.058%2011.762c0%206.477%203.898%205.692%205.054%204.739v37.379c.196.468.453.91.762%201.316a5.53%205.53%200%200%200%204.516%202.285c3.902%200%208.968-4.457%208.968-4.457V49.478c0-3.078-2.32-6.793-4.644-8.07c0%200%204.3-.762%207.621%201.777a28%2028%200%200%201%201.984-2.183c7.747-7.598%2015.04-9.762%2021.117-10.844c0%200-11.047%208.683-11.047%2020.332c0%208.664.223%2029.789.223%2029.789c4.098%203.957%2010.195-1.758%2015.703-7.403z%22%2F%3E%3Cpath%20d%3D%22M64%202.383C29.973%202.383%202.383%2029.973%202.383%2064S29.973%20125.617%2064%20125.617S125.617%2098.027%20125.617%2064S98.027%202.383%2064%202.383m0%20120.77C31.332%20123.153%204.848%2096.669%204.848%2064C4.852%2031.333%2031.336%204.849%2064.004%204.853c32.668%200%2059.148%2026.484%2059.148%2059.152S96.668%20123.157%2064%20123.157z%22%2F%3E%3C%2Fg%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%3Cg%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M100.61%2072.875c-1.063%205.121-5.785%2018.266-20.852%2025.379l-6.05-6.8l-10.212%2010.261A37.67%2037.67%200%200%201%2033.7%2086.43c1.086.34%202.203.551%203.336.63c1.672.03%203.485-.583%203.485-3.391V55.974a4.57%204.57%200%200%200-5.735-4.57c-4.726%201.089-8.504%2012.882-8.504%2012.882a37.5%2037.5%200%200%201%2012.98-28.738a38.04%2038.04%200%200%201%2019.148-8.836c-5.16%202.942-8.058%207.739-8.058%2011.762c0%206.477%203.898%205.692%205.054%204.739v37.379c.196.468.453.91.762%201.316a5.53%205.53%200%200%200%204.516%202.285c3.902%200%208.968-4.457%208.968-4.457V49.478c0-3.078-2.32-6.793-4.644-8.07c0%200%204.3-.762%207.621%201.777a28%2028%200%200%201%201.984-2.183c7.747-7.598%2015.04-9.762%2021.117-10.844c0%200-11.047%208.683-11.047%2020.332c0%208.664.223%2029.789.223%2029.789c4.098%203.957%2010.195-1.758%2015.703-7.403z%22%2F%3E%3Cpath%20d%3D%22M64%202.383C29.973%202.383%202.383%2029.973%202.383%2064S29.973%20125.617%2064%20125.617S125.617%2098.027%20125.617%2064S98.027%202.383%2064%202.383m0%20120.77C31.332%20123.153%204.848%2096.669%204.848%2064C4.852%2031.333%2031.336%204.849%2064.004%204.853c32.668%200%2059.148%2026.484%2059.148%2059.152S96.668%20123.157%2064%20123.157z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/unrealengine.svg?color=%231a73e8&size=48