empire from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
empire
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Use the empire logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M359.6 118.2c-10.8-2.2-22.1-3.3-33.5-3.6V96.4c78.1 2.2 146.1 44 184.6 106.6l-15.8 9.1c-6.1-9.7-12.7-18.8-20.2-27.1l-18 15.5c-26-29.6-61.4-50.7-101.9-58.4zM125.4 386.4l23-7.7c-6.4-18.3-10-38.2-10-58.7s3.3-40.4 9.7-58.7l-22.7-7.7c3.6-10.8 8.3-21.3 13.6-31l-15.8-9.1C106 245 96.1 281.5 96.1 320s10 75 27.1 106.6l15.8-9.1c-5.3-10-9.7-20.3-13.6-31.1M285.1 498c-40.4-8-75.8-29.1-101.9-58.7l-18 15.8c-7.5-8.6-14.4-17.7-20.2-27.4l-16 9.4c38.5 62.3 106.8 104.3 184.9 106.6v-18.3c-11.3-.3-22.7-1.7-33.5-3.6zM165.3 184.9l18 15.5c26-29.6 61.4-50.7 101.9-58.4l-4.7-23.8c10.8-2.2 22.1-3.3 33.5-3.6V96.4c-78.1 2.2-146.1 44-184.6 106.6l15.8 9.1c6-9.7 12.6-18.9 20.1-27.2m309.4 270.2l-18-15.8c-26 29.6-61.4 50.7-101.9 58.7l4.7 23.8c-10.8 1.9-22.1 3.3-33.5 3.6v18.3c78.1-2.2 146.4-44.3 184.9-106.6l-16.1-9.4c-5.7 9.7-12.6 18.8-20.1 27.4M72 320C72 183 183 72 320 72s248 111 248 248s-111 248-248 248S72 457 72 320m483.8 0c0-130.2-105.6-235.8-235.8-235.8S84.2 189.8 84.2 320S189.8 555.8 320 555.8S555.8 450.2 555.8 320m-39-106.6l-15.8 9.1c5.3 9.7 10 20.2 13.6 31l-22.7 7.7c6.4 18.3 9.7 38.2 9.7 58.7s-3.6 40.4-10 58.7l23 7.7c-3.9 10.8-8.3 21-13.6 31l15.8 9.1C534 395 543.9 358.5 543.9 320s-9.9-75-27.1-106.6m-183 177.7c16.3-3.3 30.4-11.6 40.7-23.5l51.2 44.8c11.9-13.6 21.3-29.3 27.1-46.8l-64.2-22.1c2.5-7.5 3.9-15.2 3.9-23.5s-1.4-16.1-3.9-23.5l64.5-22.1c-6.1-17.4-15.5-33.2-27.4-46.8l-51.2 44.8c-10.2-11.9-24.4-20.5-40.7-23.8l13.3-66.4c-8.6-1.9-17.7-2.8-27.1-2.8s-18.5.8-27.1 2.8l13.3 66.4c-16.3 3.3-30.4 11.9-40.7 23.8l-51.2-44.8c-11.9 13.6-21.3 29.3-27.4 46.8l64.5 22.1c-2.5 7.5-3.9 15.2-3.9 23.5s1.4 16.1 3.9 23.5l-64.2 22.1c5.8 17.4 15.2 33.2 27.1 46.8l51.2-44.8c10.2 11.9 24.4 20.2 40.7 23.5l-13.3 66.7c8.6 1.7 17.7 2.8 27.1 2.8s18.5-1.1 27.1-2.8z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsEmpire(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M359.6 118.2c-10.8-2.2-22.1-3.3-33.5-3.6V96.4c78.1 2.2 146.1 44 184.6 106.6l-15.8 9.1c-6.1-9.7-12.7-18.8-20.2-27.1l-18 15.5c-26-29.6-61.4-50.7-101.9-58.4zM125.4 386.4l23-7.7c-6.4-18.3-10-38.2-10-58.7s3.3-40.4 9.7-58.7l-22.7-7.7c3.6-10.8 8.3-21.3 13.6-31l-15.8-9.1C106 245 96.1 281.5 96.1 320s10 75 27.1 106.6l15.8-9.1c-5.3-10-9.7-20.3-13.6-31.1M285.1 498c-40.4-8-75.8-29.1-101.9-58.7l-18 15.8c-7.5-8.6-14.4-17.7-20.2-27.4l-16 9.4c38.5 62.3 106.8 104.3 184.9 106.6v-18.3c-11.3-.3-22.7-1.7-33.5-3.6zM165.3 184.9l18 15.5c26-29.6 61.4-50.7 101.9-58.4l-4.7-23.8c10.8-2.2 22.1-3.3 33.5-3.6V96.4c-78.1 2.2-146.1 44-184.6 106.6l15.8 9.1c6-9.7 12.6-18.9 20.1-27.2m309.4 270.2l-18-15.8c-26 29.6-61.4 50.7-101.9 58.7l4.7 23.8c-10.8 1.9-22.1 3.3-33.5 3.6v18.3c78.1-2.2 146.4-44.3 184.9-106.6l-16.1-9.4c-5.7 9.7-12.6 18.8-20.1 27.4M72 320C72 183 183 72 320 72s248 111 248 248s-111 248-248 248S72 457 72 320m483.8 0c0-130.2-105.6-235.8-235.8-235.8S84.2 189.8 84.2 320S189.8 555.8 320 555.8S555.8 450.2 555.8 320m-39-106.6l-15.8 9.1c5.3 9.7 10 20.2 13.6 31l-22.7 7.7c6.4 18.3 9.7 38.2 9.7 58.7s-3.6 40.4-10 58.7l23 7.7c-3.9 10.8-8.3 21-13.6 31l15.8 9.1C534 395 543.9 358.5 543.9 320s-9.9-75-27.1-106.6m-183 177.7c16.3-3.3 30.4-11.6 40.7-23.5l51.2 44.8c11.9-13.6 21.3-29.3 27.1-46.8l-64.2-22.1c2.5-7.5 3.9-15.2 3.9-23.5s-1.4-16.1-3.9-23.5l64.5-22.1c-6.1-17.4-15.5-33.2-27.4-46.8l-51.2 44.8c-10.2-11.9-24.4-20.5-40.7-23.8l13.3-66.4c-8.6-1.9-17.7-2.8-27.1-2.8s-18.5.8-27.1 2.8l13.3 66.4c-16.3 3.3-30.4 11.9-40.7 23.8l-51.2-44.8c-11.9 13.6-21.3 29.3-27.4 46.8l64.5 22.1c-2.5 7.5-3.9 15.2-3.9 23.5s1.4 16.1 3.9 23.5l-64.2 22.1c5.8 17.4 15.2 33.2 27.1 46.8l51.2-44.8c10.2 11.9 24.4 20.2 40.7 23.5l-13.3 66.7c8.6 1.7 17.7 2.8 27.1 2.8s18.5-1.1 27.1-2.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M359.6 118.2c-10.8-2.2-22.1-3.3-33.5-3.6V96.4c78.1 2.2 146.1 44 184.6 106.6l-15.8 9.1c-6.1-9.7-12.7-18.8-20.2-27.1l-18 15.5c-26-29.6-61.4-50.7-101.9-58.4zM125.4 386.4l23-7.7c-6.4-18.3-10-38.2-10-58.7s3.3-40.4 9.7-58.7l-22.7-7.7c3.6-10.8 8.3-21.3 13.6-31l-15.8-9.1C106 245 96.1 281.5 96.1 320s10 75 27.1 106.6l15.8-9.1c-5.3-10-9.7-20.3-13.6-31.1M285.1 498c-40.4-8-75.8-29.1-101.9-58.7l-18 15.8c-7.5-8.6-14.4-17.7-20.2-27.4l-16 9.4c38.5 62.3 106.8 104.3 184.9 106.6v-18.3c-11.3-.3-22.7-1.7-33.5-3.6zM165.3 184.9l18 15.5c26-29.6 61.4-50.7 101.9-58.4l-4.7-23.8c10.8-2.2 22.1-3.3 33.5-3.6V96.4c-78.1 2.2-146.1 44-184.6 106.6l15.8 9.1c6-9.7 12.6-18.9 20.1-27.2m309.4 270.2l-18-15.8c-26 29.6-61.4 50.7-101.9 58.7l4.7 23.8c-10.8 1.9-22.1 3.3-33.5 3.6v18.3c78.1-2.2 146.4-44.3 184.9-106.6l-16.1-9.4c-5.7 9.7-12.6 18.8-20.1 27.4M72 320C72 183 183 72 320 72s248 111 248 248s-111 248-248 248S72 457 72 320m483.8 0c0-130.2-105.6-235.8-235.8-235.8S84.2 189.8 84.2 320S189.8 555.8 320 555.8S555.8 450.2 555.8 320m-39-106.6l-15.8 9.1c5.3 9.7 10 20.2 13.6 31l-22.7 7.7c6.4 18.3 9.7 38.2 9.7 58.7s-3.6 40.4-10 58.7l23 7.7c-3.9 10.8-8.3 21-13.6 31l15.8 9.1C534 395 543.9 358.5 543.9 320s-9.9-75-27.1-106.6m-183 177.7c16.3-3.3 30.4-11.6 40.7-23.5l51.2 44.8c11.9-13.6 21.3-29.3 27.1-46.8l-64.2-22.1c2.5-7.5 3.9-15.2 3.9-23.5s-1.4-16.1-3.9-23.5l64.5-22.1c-6.1-17.4-15.5-33.2-27.4-46.8l-51.2 44.8c-10.2-11.9-24.4-20.5-40.7-23.8l13.3-66.4c-8.6-1.9-17.7-2.8-27.1-2.8s-18.5.8-27.1 2.8l13.3 66.4c-16.3 3.3-30.4 11.9-40.7 23.8l-51.2-44.8c-11.9 13.6-21.3 29.3-27.4 46.8l64.5 22.1c-2.5 7.5-3.9 15.2-3.9 23.5s1.4 16.1 3.9 23.5l-64.2 22.1c5.8 17.4 15.2 33.2 27.1 46.8l51.2-44.8c10.2 11.9 24.4 20.2 40.7 23.5l-13.3 66.7c8.6 1.7 17.7 2.8 27.1 2.8s18.5-1.1 27.1-2.8z"/></svg>
</template>

CSS

.icon-empire {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M359.6%20118.2c-10.8-2.2-22.1-3.3-33.5-3.6V96.4c78.1%202.2%20146.1%2044%20184.6%20106.6l-15.8%209.1c-6.1-9.7-12.7-18.8-20.2-27.1l-18%2015.5c-26-29.6-61.4-50.7-101.9-58.4zM125.4%20386.4l23-7.7c-6.4-18.3-10-38.2-10-58.7s3.3-40.4%209.7-58.7l-22.7-7.7c3.6-10.8%208.3-21.3%2013.6-31l-15.8-9.1C106%20245%2096.1%20281.5%2096.1%20320s10%2075%2027.1%20106.6l15.8-9.1c-5.3-10-9.7-20.3-13.6-31.1M285.1%20498c-40.4-8-75.8-29.1-101.9-58.7l-18%2015.8c-7.5-8.6-14.4-17.7-20.2-27.4l-16%209.4c38.5%2062.3%20106.8%20104.3%20184.9%20106.6v-18.3c-11.3-.3-22.7-1.7-33.5-3.6zM165.3%20184.9l18%2015.5c26-29.6%2061.4-50.7%20101.9-58.4l-4.7-23.8c10.8-2.2%2022.1-3.3%2033.5-3.6V96.4c-78.1%202.2-146.1%2044-184.6%20106.6l15.8%209.1c6-9.7%2012.6-18.9%2020.1-27.2m309.4%20270.2l-18-15.8c-26%2029.6-61.4%2050.7-101.9%2058.7l4.7%2023.8c-10.8%201.9-22.1%203.3-33.5%203.6v18.3c78.1-2.2%20146.4-44.3%20184.9-106.6l-16.1-9.4c-5.7%209.7-12.6%2018.8-20.1%2027.4M72%20320C72%20183%20183%2072%20320%2072s248%20111%20248%20248s-111%20248-248%20248S72%20457%2072%20320m483.8%200c0-130.2-105.6-235.8-235.8-235.8S84.2%20189.8%2084.2%20320S189.8%20555.8%20320%20555.8S555.8%20450.2%20555.8%20320m-39-106.6l-15.8%209.1c5.3%209.7%2010%2020.2%2013.6%2031l-22.7%207.7c6.4%2018.3%209.7%2038.2%209.7%2058.7s-3.6%2040.4-10%2058.7l23%207.7c-3.9%2010.8-8.3%2021-13.6%2031l15.8%209.1C534%20395%20543.9%20358.5%20543.9%20320s-9.9-75-27.1-106.6m-183%20177.7c16.3-3.3%2030.4-11.6%2040.7-23.5l51.2%2044.8c11.9-13.6%2021.3-29.3%2027.1-46.8l-64.2-22.1c2.5-7.5%203.9-15.2%203.9-23.5s-1.4-16.1-3.9-23.5l64.5-22.1c-6.1-17.4-15.5-33.2-27.4-46.8l-51.2%2044.8c-10.2-11.9-24.4-20.5-40.7-23.8l13.3-66.4c-8.6-1.9-17.7-2.8-27.1-2.8s-18.5.8-27.1%202.8l13.3%2066.4c-16.3%203.3-30.4%2011.9-40.7%2023.8l-51.2-44.8c-11.9%2013.6-21.3%2029.3-27.4%2046.8l64.5%2022.1c-2.5%207.5-3.9%2015.2-3.9%2023.5s1.4%2016.1%203.9%2023.5l-64.2%2022.1c5.8%2017.4%2015.2%2033.2%2027.1%2046.8l51.2-44.8c10.2%2011.9%2024.4%2020.2%2040.7%2023.5l-13.3%2066.7c8.6%201.7%2017.7%202.8%2027.1%202.8s18.5-1.1%2027.1-2.8z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M359.6%20118.2c-10.8-2.2-22.1-3.3-33.5-3.6V96.4c78.1%202.2%20146.1%2044%20184.6%20106.6l-15.8%209.1c-6.1-9.7-12.7-18.8-20.2-27.1l-18%2015.5c-26-29.6-61.4-50.7-101.9-58.4zM125.4%20386.4l23-7.7c-6.4-18.3-10-38.2-10-58.7s3.3-40.4%209.7-58.7l-22.7-7.7c3.6-10.8%208.3-21.3%2013.6-31l-15.8-9.1C106%20245%2096.1%20281.5%2096.1%20320s10%2075%2027.1%20106.6l15.8-9.1c-5.3-10-9.7-20.3-13.6-31.1M285.1%20498c-40.4-8-75.8-29.1-101.9-58.7l-18%2015.8c-7.5-8.6-14.4-17.7-20.2-27.4l-16%209.4c38.5%2062.3%20106.8%20104.3%20184.9%20106.6v-18.3c-11.3-.3-22.7-1.7-33.5-3.6zM165.3%20184.9l18%2015.5c26-29.6%2061.4-50.7%20101.9-58.4l-4.7-23.8c10.8-2.2%2022.1-3.3%2033.5-3.6V96.4c-78.1%202.2-146.1%2044-184.6%20106.6l15.8%209.1c6-9.7%2012.6-18.9%2020.1-27.2m309.4%20270.2l-18-15.8c-26%2029.6-61.4%2050.7-101.9%2058.7l4.7%2023.8c-10.8%201.9-22.1%203.3-33.5%203.6v18.3c78.1-2.2%20146.4-44.3%20184.9-106.6l-16.1-9.4c-5.7%209.7-12.6%2018.8-20.1%2027.4M72%20320C72%20183%20183%2072%20320%2072s248%20111%20248%20248s-111%20248-248%20248S72%20457%2072%20320m483.8%200c0-130.2-105.6-235.8-235.8-235.8S84.2%20189.8%2084.2%20320S189.8%20555.8%20320%20555.8S555.8%20450.2%20555.8%20320m-39-106.6l-15.8%209.1c5.3%209.7%2010%2020.2%2013.6%2031l-22.7%207.7c6.4%2018.3%209.7%2038.2%209.7%2058.7s-3.6%2040.4-10%2058.7l23%207.7c-3.9%2010.8-8.3%2021-13.6%2031l15.8%209.1C534%20395%20543.9%20358.5%20543.9%20320s-9.9-75-27.1-106.6m-183%20177.7c16.3-3.3%2030.4-11.6%2040.7-23.5l51.2%2044.8c11.9-13.6%2021.3-29.3%2027.1-46.8l-64.2-22.1c2.5-7.5%203.9-15.2%203.9-23.5s-1.4-16.1-3.9-23.5l64.5-22.1c-6.1-17.4-15.5-33.2-27.4-46.8l-51.2%2044.8c-10.2-11.9-24.4-20.5-40.7-23.8l13.3-66.4c-8.6-1.9-17.7-2.8-27.1-2.8s-18.5.8-27.1%202.8l13.3%2066.4c-16.3%203.3-30.4%2011.9-40.7%2023.8l-51.2-44.8c-11.9%2013.6-21.3%2029.3-27.4%2046.8l64.5%2022.1c-2.5%207.5-3.9%2015.2-3.9%2023.5s1.4%2016.1%203.9%2023.5l-64.2%2022.1c5.8%2017.4%2015.2%2033.2%2027.1%2046.8l51.2-44.8c10.2%2011.9%2024.4%2020.2%2040.7%2023.5l-13.3%2066.7c8.6%201.7%2017.7%202.8%2027.1%202.8s18.5-1.1%2027.1-2.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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