unrealengine logo

unrealengine from Skill Icons by tandpfun · Default · MIT Free for personal and commercial use.

Name
unrealengine
Set
Skill Icons
Style
Default
Viewbox
256×256
License
MIT

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 256 256"><g fill="none"><rect width="256" height="256" fill="#0e1128" rx="60"/><path fill="#fff" fill-rule="evenodd" d="M191.143 143.122c-1.819 8.725-9.905 31.122-35.696 43.248l-10.355-11.594l-17.476 17.489a64.7 64.7 0 0 1-28.57-7.071a64.4 64.4 0 0 1-22.437-18.974c1.856.576 3.773.935 5.712 1.071c2.863.052 5.96-.993 5.96-5.778v-47.194a7.76 7.76 0 0 0-.715-3.521a7.8 7.8 0 0 0-2.227-2.827a7.85 7.85 0 0 0-6.872-1.442c-8.092 1.856-14.554 21.955-14.554 21.955a63.7 63.7 0 0 1 5.686-26.925a63.9 63.9 0 0 1 16.53-22.049a65.25 65.25 0 0 1 32.781-15.054c-8.835 5.012-13.798 13.185-13.798 20.04c0 11.036 6.678 9.699 8.653 8.076v63.696c.337.799.775 1.552 1.305 2.24a9.44 9.44 0 0 0 3.389 2.881a9.5 9.5 0 0 0 4.338 1.014c6.684 0 15.357-7.596 15.357-7.596V103.25c0-5.245-3.971-11.58-7.949-13.755c0 0 7.362-1.299 13.042 3.031a49 49 0 0 1 3.397-3.72c13.257-12.95 25.745-16.638 36.146-18.481c0 0-18.911 14.794-18.911 34.646c0 14.762.385 50.765.385 50.765c7.016 6.745 17.45-2.999 26.879-12.614" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M128.47 23c-20.86 0-41.251 6.158-58.596 17.695A105.1 105.1 0 0 0 31.03 87.816a104.56 104.56 0 0 0-6.002 60.665a104.85 104.85 0 0 0 28.865 53.76a105.6 105.6 0 0 0 54.002 28.735a105.9 105.9 0 0 0 60.938-5.975a105.37 105.37 0 0 0 47.333-38.671a104.66 104.66 0 0 0 17.775-58.333c0-27.847-11.112-54.553-30.891-74.244C183.269 34.063 156.443 23 128.47 23m0 205.787a101.6 101.6 0 0 1-56.253-16.988a100.9 100.9 0 0 1-37.291-45.237a100.4 100.4 0 0 1-5.76-58.239a100.66 100.66 0 0 1 27.711-51.609a101.4 101.4 0 0 1 51.844-27.584c19.641-3.889 40-1.892 58.501 5.738a101.16 101.16 0 0 1 45.439 37.127a100.5 100.5 0 0 1 17.06 56.002c0 26.733-10.667 52.371-29.655 71.274c-18.989 18.903-44.742 29.522-71.596 29.522z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SkillIconsUnrealengine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#0e1128" rx="60"/><path fill="#fff" fillRule="evenodd" d="M191.143 143.122c-1.819 8.725-9.905 31.122-35.696 43.248l-10.355-11.594l-17.476 17.489a64.7 64.7 0 0 1-28.57-7.071a64.4 64.4 0 0 1-22.437-18.974c1.856.576 3.773.935 5.712 1.071c2.863.052 5.96-.993 5.96-5.778v-47.194a7.76 7.76 0 0 0-.715-3.521a7.8 7.8 0 0 0-2.227-2.827a7.85 7.85 0 0 0-6.872-1.442c-8.092 1.856-14.554 21.955-14.554 21.955a63.7 63.7 0 0 1 5.686-26.925a63.9 63.9 0 0 1 16.53-22.049a65.25 65.25 0 0 1 32.781-15.054c-8.835 5.012-13.798 13.185-13.798 20.04c0 11.036 6.678 9.699 8.653 8.076v63.696c.337.799.775 1.552 1.305 2.24a9.44 9.44 0 0 0 3.389 2.881a9.5 9.5 0 0 0 4.338 1.014c6.684 0 15.357-7.596 15.357-7.596V103.25c0-5.245-3.971-11.58-7.949-13.755c0 0 7.362-1.299 13.042 3.031a49 49 0 0 1 3.397-3.72c13.257-12.95 25.745-16.638 36.146-18.481c0 0-18.911 14.794-18.911 34.646c0 14.762.385 50.765.385 50.765c7.016 6.745 17.45-2.999 26.879-12.614" clipRule="evenodd"/><path fill="#fff" fillRule="evenodd" d="M128.47 23c-20.86 0-41.251 6.158-58.596 17.695A105.1 105.1 0 0 0 31.03 87.816a104.56 104.56 0 0 0-6.002 60.665a104.85 104.85 0 0 0 28.865 53.76a105.6 105.6 0 0 0 54.002 28.735a105.9 105.9 0 0 0 60.938-5.975a105.37 105.37 0 0 0 47.333-38.671a104.66 104.66 0 0 0 17.775-58.333c0-27.847-11.112-54.553-30.891-74.244C183.269 34.063 156.443 23 128.47 23m0 205.787a101.6 101.6 0 0 1-56.253-16.988a100.9 100.9 0 0 1-37.291-45.237a100.4 100.4 0 0 1-5.76-58.239a100.66 100.66 0 0 1 27.711-51.609a101.4 101.4 0 0 1 51.844-27.584c19.641-3.889 40-1.892 58.501 5.738a101.16 101.16 0 0 1 45.439 37.127a100.5 100.5 0 0 1 17.06 56.002c0 26.733-10.667 52.371-29.655 71.274c-18.989 18.903-44.742 29.522-71.596 29.522z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#0e1128" rx="60"/><path fill="#fff" fill-rule="evenodd" d="M191.143 143.122c-1.819 8.725-9.905 31.122-35.696 43.248l-10.355-11.594l-17.476 17.489a64.7 64.7 0 0 1-28.57-7.071a64.4 64.4 0 0 1-22.437-18.974c1.856.576 3.773.935 5.712 1.071c2.863.052 5.96-.993 5.96-5.778v-47.194a7.76 7.76 0 0 0-.715-3.521a7.8 7.8 0 0 0-2.227-2.827a7.85 7.85 0 0 0-6.872-1.442c-8.092 1.856-14.554 21.955-14.554 21.955a63.7 63.7 0 0 1 5.686-26.925a63.9 63.9 0 0 1 16.53-22.049a65.25 65.25 0 0 1 32.781-15.054c-8.835 5.012-13.798 13.185-13.798 20.04c0 11.036 6.678 9.699 8.653 8.076v63.696c.337.799.775 1.552 1.305 2.24a9.44 9.44 0 0 0 3.389 2.881a9.5 9.5 0 0 0 4.338 1.014c6.684 0 15.357-7.596 15.357-7.596V103.25c0-5.245-3.971-11.58-7.949-13.755c0 0 7.362-1.299 13.042 3.031a49 49 0 0 1 3.397-3.72c13.257-12.95 25.745-16.638 36.146-18.481c0 0-18.911 14.794-18.911 34.646c0 14.762.385 50.765.385 50.765c7.016 6.745 17.45-2.999 26.879-12.614" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M128.47 23c-20.86 0-41.251 6.158-58.596 17.695A105.1 105.1 0 0 0 31.03 87.816a104.56 104.56 0 0 0-6.002 60.665a104.85 104.85 0 0 0 28.865 53.76a105.6 105.6 0 0 0 54.002 28.735a105.9 105.9 0 0 0 60.938-5.975a105.37 105.37 0 0 0 47.333-38.671a104.66 104.66 0 0 0 17.775-58.333c0-27.847-11.112-54.553-30.891-74.244C183.269 34.063 156.443 23 128.47 23m0 205.787a101.6 101.6 0 0 1-56.253-16.988a100.9 100.9 0 0 1-37.291-45.237a100.4 100.4 0 0 1-5.76-58.239a100.66 100.66 0 0 1 27.711-51.609a101.4 101.4 0 0 1 51.844-27.584c19.641-3.889 40-1.892 58.501 5.738a101.16 101.16 0 0 1 45.439 37.127a100.5 100.5 0 0 1 17.06 56.002c0 26.733-10.667 52.371-29.655 71.274c-18.989 18.903-44.742 29.522-71.596 29.522z" clip-rule="evenodd"/></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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%230e1128%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M191.143%20143.122c-1.819%208.725-9.905%2031.122-35.696%2043.248l-10.355-11.594l-17.476%2017.489a64.7%2064.7%200%200%201-28.57-7.071a64.4%2064.4%200%200%201-22.437-18.974c1.856.576%203.773.935%205.712%201.071c2.863.052%205.96-.993%205.96-5.778v-47.194a7.76%207.76%200%200%200-.715-3.521a7.8%207.8%200%200%200-2.227-2.827a7.85%207.85%200%200%200-6.872-1.442c-8.092%201.856-14.554%2021.955-14.554%2021.955a63.7%2063.7%200%200%201%205.686-26.925a63.9%2063.9%200%200%201%2016.53-22.049a65.25%2065.25%200%200%201%2032.781-15.054c-8.835%205.012-13.798%2013.185-13.798%2020.04c0%2011.036%206.678%209.699%208.653%208.076v63.696c.337.799.775%201.552%201.305%202.24a9.44%209.44%200%200%200%203.389%202.881a9.5%209.5%200%200%200%204.338%201.014c6.684%200%2015.357-7.596%2015.357-7.596V103.25c0-5.245-3.971-11.58-7.949-13.755c0%200%207.362-1.299%2013.042%203.031a49%2049%200%200%201%203.397-3.72c13.257-12.95%2025.745-16.638%2036.146-18.481c0%200-18.911%2014.794-18.911%2034.646c0%2014.762.385%2050.765.385%2050.765c7.016%206.745%2017.45-2.999%2026.879-12.614%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M128.47%2023c-20.86%200-41.251%206.158-58.596%2017.695A105.1%20105.1%200%200%200%2031.03%2087.816a104.56%20104.56%200%200%200-6.002%2060.665a104.85%20104.85%200%200%200%2028.865%2053.76a105.6%20105.6%200%200%200%2054.002%2028.735a105.9%20105.9%200%200%200%2060.938-5.975a105.37%20105.37%200%200%200%2047.333-38.671a104.66%20104.66%200%200%200%2017.775-58.333c0-27.847-11.112-54.553-30.891-74.244C183.269%2034.063%20156.443%2023%20128.47%2023m0%20205.787a101.6%20101.6%200%200%201-56.253-16.988a100.9%20100.9%200%200%201-37.291-45.237a100.4%20100.4%200%200%201-5.76-58.239a100.66%20100.66%200%200%201%2027.711-51.609a101.4%20101.4%200%200%201%2051.844-27.584c19.641-3.889%2040-1.892%2058.501%205.738a101.16%20101.16%200%200%201%2045.439%2037.127a100.5%20100.5%200%200%201%2017.06%2056.002c0%2026.733-10.667%2052.371-29.655%2071.274c-18.989%2018.903-44.742%2029.522-71.596%2029.522z%22%20clip-rule%3D%22evenodd%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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%230e1128%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M191.143%20143.122c-1.819%208.725-9.905%2031.122-35.696%2043.248l-10.355-11.594l-17.476%2017.489a64.7%2064.7%200%200%201-28.57-7.071a64.4%2064.4%200%200%201-22.437-18.974c1.856.576%203.773.935%205.712%201.071c2.863.052%205.96-.993%205.96-5.778v-47.194a7.76%207.76%200%200%200-.715-3.521a7.8%207.8%200%200%200-2.227-2.827a7.85%207.85%200%200%200-6.872-1.442c-8.092%201.856-14.554%2021.955-14.554%2021.955a63.7%2063.7%200%200%201%205.686-26.925a63.9%2063.9%200%200%201%2016.53-22.049a65.25%2065.25%200%200%201%2032.781-15.054c-8.835%205.012-13.798%2013.185-13.798%2020.04c0%2011.036%206.678%209.699%208.653%208.076v63.696c.337.799.775%201.552%201.305%202.24a9.44%209.44%200%200%200%203.389%202.881a9.5%209.5%200%200%200%204.338%201.014c6.684%200%2015.357-7.596%2015.357-7.596V103.25c0-5.245-3.971-11.58-7.949-13.755c0%200%207.362-1.299%2013.042%203.031a49%2049%200%200%201%203.397-3.72c13.257-12.95%2025.745-16.638%2036.146-18.481c0%200-18.911%2014.794-18.911%2034.646c0%2014.762.385%2050.765.385%2050.765c7.016%206.745%2017.45-2.999%2026.879-12.614%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M128.47%2023c-20.86%200-41.251%206.158-58.596%2017.695A105.1%20105.1%200%200%200%2031.03%2087.816a104.56%20104.56%200%200%200-6.002%2060.665a104.85%20104.85%200%200%200%2028.865%2053.76a105.6%20105.6%200%200%200%2054.002%2028.735a105.9%20105.9%200%200%200%2060.938-5.975a105.37%20105.37%200%200%200%2047.333-38.671a104.66%20104.66%200%200%200%2017.775-58.333c0-27.847-11.112-54.553-30.891-74.244C183.269%2034.063%20156.443%2023%20128.47%2023m0%20205.787a101.6%20101.6%200%200%201-56.253-16.988a100.9%20100.9%200%200%201-37.291-45.237a100.4%20100.4%200%200%201-5.76-58.239a100.66%20100.66%200%200%201%2027.711-51.609a101.4%20101.4%200%200%201%2051.844-27.584c19.641-3.889%2040-1.892%2058.501%205.738a101.16%20101.16%200%200%201%2045.439%2037.127a100.5%20100.5%200%200%201%2017.06%2056.002c0%2026.733-10.667%2052.371-29.655%2071.274c-18.989%2018.903-44.742%2029.522-71.596%2029.522z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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