unity logo
unity from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- unity
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
The same logo in other sets
Use the unity logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path d="m63.991 128l51.702-29.855l-19.817-11.461l-20.26 11.704a1.15 1.15 0 0 1-1.125-.009a1.15 1.15 0 0 1-.568-.975V69.608c0-.819.424-1.56 1.133-1.968L99.13 53.737a1.12 1.12 0 0 1 1.124.009c.352.195.572.564.576.966V78.11l19.83 11.454V29.855L63.99 62.566Zm0 0"/><path fill="#4d4d4d" d="m52.397 98.401l-20.27-11.718l-19.832 11.46L63.991 128V62.566L7.34 29.854V89.56l19.825-11.45V54.714c.009-.401.225-.77.572-.966a1.13 1.13 0 0 1 1.13-.009L52.953 67.64a2.28 2.28 0 0 1 1.133 1.97v27.8a1.16 1.16 0 0 1-.565.98a1.13 1.13 0 0 1-1.124.012"/><path fill="gray" d="M68.959 0v22.9L89.22 34.597c.348.203.555.576.555.984c0 .403-.212.772-.555.975L65.137 50.468a2.3 2.3 0 0 1-2.27 0L38.791 36.556a1.12 1.12 0 0 1-.56-.975a1.13 1.13 0 0 1 .56-.984L59.048 22.9V0L7.339 29.855l56.652 32.711l56.665-32.71Zm0 0"/></svg>
React
import type { SVGProps } from "react";
export function DeviconUnity(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path d="m63.991 128l51.702-29.855l-19.817-11.461l-20.26 11.704a1.15 1.15 0 0 1-1.125-.009a1.15 1.15 0 0 1-.568-.975V69.608c0-.819.424-1.56 1.133-1.968L99.13 53.737a1.12 1.12 0 0 1 1.124.009c.352.195.572.564.576.966V78.11l19.83 11.454V29.855L63.99 62.566Zm0 0"/><path fill="#4d4d4d" d="m52.397 98.401l-20.27-11.718l-19.832 11.46L63.991 128V62.566L7.34 29.854V89.56l19.825-11.45V54.714c.009-.401.225-.77.572-.966a1.13 1.13 0 0 1 1.13-.009L52.953 67.64a2.28 2.28 0 0 1 1.133 1.97v27.8a1.16 1.16 0 0 1-.565.98a1.13 1.13 0 0 1-1.124.012"/><path fill="gray" d="M68.959 0v22.9L89.22 34.597c.348.203.555.576.555.984c0 .403-.212.772-.555.975L65.137 50.468a2.3 2.3 0 0 1-2.27 0L38.791 36.556a1.12 1.12 0 0 1-.56-.975a1.13 1.13 0 0 1 .56-.984L59.048 22.9V0L7.339 29.855l56.652 32.711l56.665-32.71Zm0 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path d="m63.991 128l51.702-29.855l-19.817-11.461l-20.26 11.704a1.15 1.15 0 0 1-1.125-.009a1.15 1.15 0 0 1-.568-.975V69.608c0-.819.424-1.56 1.133-1.968L99.13 53.737a1.12 1.12 0 0 1 1.124.009c.352.195.572.564.576.966V78.11l19.83 11.454V29.855L63.99 62.566Zm0 0"/><path fill="#4d4d4d" d="m52.397 98.401l-20.27-11.718l-19.832 11.46L63.991 128V62.566L7.34 29.854V89.56l19.825-11.45V54.714c.009-.401.225-.77.572-.966a1.13 1.13 0 0 1 1.13-.009L52.953 67.64a2.28 2.28 0 0 1 1.133 1.97v27.8a1.16 1.16 0 0 1-.565.98a1.13 1.13 0 0 1-1.124.012"/><path fill="gray" d="M68.959 0v22.9L89.22 34.597c.348.203.555.576.555.984c0 .403-.212.772-.555.975L65.137 50.468a2.3 2.3 0 0 1-2.27 0L38.791 36.556a1.12 1.12 0 0 1-.56-.975a1.13 1.13 0 0 1 .56-.984L59.048 22.9V0L7.339 29.855l56.652 32.711l56.665-32.71Zm0 0"/></svg> </template>
CSS
.icon-unity {
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%20d%3D%22m63.991%20128l51.702-29.855l-19.817-11.461l-20.26%2011.704a1.15%201.15%200%200%201-1.125-.009a1.15%201.15%200%200%201-.568-.975V69.608c0-.819.424-1.56%201.133-1.968L99.13%2053.737a1.12%201.12%200%200%201%201.124.009c.352.195.572.564.576.966V78.11l19.83%2011.454V29.855L63.99%2062.566Zm0%200%22%2F%3E%3Cpath%20fill%3D%22%234d4d4d%22%20d%3D%22m52.397%2098.401l-20.27-11.718l-19.832%2011.46L63.991%20128V62.566L7.34%2029.854V89.56l19.825-11.45V54.714c.009-.401.225-.77.572-.966a1.13%201.13%200%200%201%201.13-.009L52.953%2067.64a2.28%202.28%200%200%201%201.133%201.97v27.8a1.16%201.16%200%200%201-.565.98a1.13%201.13%200%200%201-1.124.012%22%2F%3E%3Cpath%20fill%3D%22gray%22%20d%3D%22M68.959%200v22.9L89.22%2034.597c.348.203.555.576.555.984c0%20.403-.212.772-.555.975L65.137%2050.468a2.3%202.3%200%200%201-2.27%200L38.791%2036.556a1.12%201.12%200%200%201-.56-.975a1.13%201.13%200%200%201%20.56-.984L59.048%2022.9V0L7.339%2029.855l56.652%2032.711l56.665-32.71Zm0%200%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%20d%3D%22m63.991%20128l51.702-29.855l-19.817-11.461l-20.26%2011.704a1.15%201.15%200%200%201-1.125-.009a1.15%201.15%200%200%201-.568-.975V69.608c0-.819.424-1.56%201.133-1.968L99.13%2053.737a1.12%201.12%200%200%201%201.124.009c.352.195.572.564.576.966V78.11l19.83%2011.454V29.855L63.99%2062.566Zm0%200%22%2F%3E%3Cpath%20fill%3D%22%234d4d4d%22%20d%3D%22m52.397%2098.401l-20.27-11.718l-19.832%2011.46L63.991%20128V62.566L7.34%2029.854V89.56l19.825-11.45V54.714c.009-.401.225-.77.572-.966a1.13%201.13%200%200%201%201.13-.009L52.953%2067.64a2.28%202.28%200%200%201%201.133%201.97v27.8a1.16%201.16%200%200%201-.565.98a1.13%201.13%200%200%201-1.124.012%22%2F%3E%3Cpath%20fill%3D%22gray%22%20d%3D%22M68.959%200v22.9L89.22%2034.597c.348.203.555.576.555.984c0%20.403-.212.772-.555.975L65.137%2050.468a2.3%202.3%200%200%201-2.27%200L38.791%2036.556a1.12%201.12%200%200%201-.56-.975a1.13%201.13%200%200%201%20.56-.984L59.048%2022.9V0L7.339%2029.855l56.652%2032.711l56.665-32.71Zm0%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/unity.svg?color=%231a73e8&size=48