empire from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
empire
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the empire icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.594 12.895a12 12 0 0 0-3.11-5.38A11.98 11.98 0 0 0 16 4c-1.074 0-2.117.14-3.11.406a12.04 12.04 0 0 0-5.378 3.11a11.996 11.996 0 0 0 0 16.964A11.96 11.96 0 0 0 16 28a11.97 11.97 0 0 0 8.484-3.516a11.96 11.96 0 0 0 3.106-5.375a12 12 0 0 0 .004-6.214M16.406 5.344A10.6 10.6 0 0 1 23.54 8.46a10.5 10.5 0 0 1 1.438 1.777l-.434.25a10.2 10.2 0 0 0-1.355-1.675l-.895.894a8.9 8.9 0 0 0-3.992-2.309l.328-1.222a10.2 10.2 0 0 0-2.223-.336zM19.602 16c0 .324-.047.637-.125.938l3.687.988a7.44 7.44 0 0 1-1.922 3.32l-2.695-2.7a3.6 3.6 0 0 1-1.617.93l.988 3.688a7.4 7.4 0 0 1-3.84 0l.988-3.687a3.56 3.56 0 0 1-1.617-.938l-2.699 2.7a7.4 7.4 0 0 1-1.914-3.325l3.684-.988a3.6 3.6 0 0 1-.122-.926c0-.32.043-.633.125-.93l-3.687-.988a7.4 7.4 0 0 1 1.918-3.324l2.7 2.699a3.55 3.55 0 0 1 1.612-.934l-.988-3.687a7.4 7.4 0 0 1 3.84 0l-.988 3.684a3.6 3.6 0 0 1 1.617.933l2.7-2.7a7.4 7.4 0 0 1 1.917 3.325l-3.687.988q.124.447.125.934M8.457 8.46a10.7 10.7 0 0 1 4.781-2.765a10.4 10.4 0 0 1 2.168-.343v.5a10 10 0 0 0-2.039.328l.328 1.222a8.9 8.9 0 0 0-3.992 2.309l-.894-.899c-.508.508-.961 1.07-1.352 1.676l-.434-.25a10.5 10.5 0 0 1 1.434-1.777zM6.52 20.896a10.7 10.7 0 0 1-.824-7.656c.199-.747.476-1.462.824-2.134l.433.25a10 10 0 0 0-.773 2.012l1.222.328a8.8 8.8 0 0 0-.3 2.305q.002 1.197.296 2.3l-1.222.329c.187.703.449 1.379.777 2.016zm8.886 5.753a10.64 10.64 0 0 1-6.953-3.113a10.8 10.8 0 0 1-1.433-1.773l.433-.25c.395.601.848 1.164 1.352 1.672l.898-.895a8.87 8.87 0 0 0 3.992 2.309l-.328 1.222c.656.176 1.34.29 2.04.328zm8.133-3.105a10.67 10.67 0 0 1-4.781 2.762c-.754.203-1.54.324-2.352.351v-.5a10.2 10.2 0 0 0 2.223-.332l-.328-1.226a8.87 8.87 0 0 0 3.992-2.305l.895.898c.507-.511.964-1.074 1.355-1.68l.434.25a10.5 10.5 0 0 1-1.438 1.782m1.941-2.648l-.433-.25c.324-.633.586-1.305.773-2.008l-1.222-.328a9 9 0 0 0 0-4.614l1.222-.328a10 10 0 0 0-.773-2.012l.433-.25a10.6 10.6 0 0 1 1.185 4.895c0 .957-.126 1.883-.36 2.766c-.2.746-.48 1.457-.825 2.129"/></svg>

React

import type { SVGProps } from "react";

export function LaEmpire(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.594 12.895a12 12 0 0 0-3.11-5.38A11.98 11.98 0 0 0 16 4c-1.074 0-2.117.14-3.11.406a12.04 12.04 0 0 0-5.378 3.11a11.996 11.996 0 0 0 0 16.964A11.96 11.96 0 0 0 16 28a11.97 11.97 0 0 0 8.484-3.516a11.96 11.96 0 0 0 3.106-5.375a12 12 0 0 0 .004-6.214M16.406 5.344A10.6 10.6 0 0 1 23.54 8.46a10.5 10.5 0 0 1 1.438 1.777l-.434.25a10.2 10.2 0 0 0-1.355-1.675l-.895.894a8.9 8.9 0 0 0-3.992-2.309l.328-1.222a10.2 10.2 0 0 0-2.223-.336zM19.602 16c0 .324-.047.637-.125.938l3.687.988a7.44 7.44 0 0 1-1.922 3.32l-2.695-2.7a3.6 3.6 0 0 1-1.617.93l.988 3.688a7.4 7.4 0 0 1-3.84 0l.988-3.687a3.56 3.56 0 0 1-1.617-.938l-2.699 2.7a7.4 7.4 0 0 1-1.914-3.325l3.684-.988a3.6 3.6 0 0 1-.122-.926c0-.32.043-.633.125-.93l-3.687-.988a7.4 7.4 0 0 1 1.918-3.324l2.7 2.699a3.55 3.55 0 0 1 1.612-.934l-.988-3.687a7.4 7.4 0 0 1 3.84 0l-.988 3.684a3.6 3.6 0 0 1 1.617.933l2.7-2.7a7.4 7.4 0 0 1 1.917 3.325l-3.687.988q.124.447.125.934M8.457 8.46a10.7 10.7 0 0 1 4.781-2.765a10.4 10.4 0 0 1 2.168-.343v.5a10 10 0 0 0-2.039.328l.328 1.222a8.9 8.9 0 0 0-3.992 2.309l-.894-.899c-.508.508-.961 1.07-1.352 1.676l-.434-.25a10.5 10.5 0 0 1 1.434-1.777zM6.52 20.896a10.7 10.7 0 0 1-.824-7.656c.199-.747.476-1.462.824-2.134l.433.25a10 10 0 0 0-.773 2.012l1.222.328a8.8 8.8 0 0 0-.3 2.305q.002 1.197.296 2.3l-1.222.329c.187.703.449 1.379.777 2.016zm8.886 5.753a10.64 10.64 0 0 1-6.953-3.113a10.8 10.8 0 0 1-1.433-1.773l.433-.25c.395.601.848 1.164 1.352 1.672l.898-.895a8.87 8.87 0 0 0 3.992 2.309l-.328 1.222c.656.176 1.34.29 2.04.328zm8.133-3.105a10.67 10.67 0 0 1-4.781 2.762c-.754.203-1.54.324-2.352.351v-.5a10.2 10.2 0 0 0 2.223-.332l-.328-1.226a8.87 8.87 0 0 0 3.992-2.305l.895.898c.507-.511.964-1.074 1.355-1.68l.434.25a10.5 10.5 0 0 1-1.438 1.782m1.941-2.648l-.433-.25c.324-.633.586-1.305.773-2.008l-1.222-.328a9 9 0 0 0 0-4.614l1.222-.328a10 10 0 0 0-.773-2.012l.433-.25a10.6 10.6 0 0 1 1.185 4.895c0 .957-.126 1.883-.36 2.766c-.2.746-.48 1.457-.825 2.129"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.594 12.895a12 12 0 0 0-3.11-5.38A11.98 11.98 0 0 0 16 4c-1.074 0-2.117.14-3.11.406a12.04 12.04 0 0 0-5.378 3.11a11.996 11.996 0 0 0 0 16.964A11.96 11.96 0 0 0 16 28a11.97 11.97 0 0 0 8.484-3.516a11.96 11.96 0 0 0 3.106-5.375a12 12 0 0 0 .004-6.214M16.406 5.344A10.6 10.6 0 0 1 23.54 8.46a10.5 10.5 0 0 1 1.438 1.777l-.434.25a10.2 10.2 0 0 0-1.355-1.675l-.895.894a8.9 8.9 0 0 0-3.992-2.309l.328-1.222a10.2 10.2 0 0 0-2.223-.336zM19.602 16c0 .324-.047.637-.125.938l3.687.988a7.44 7.44 0 0 1-1.922 3.32l-2.695-2.7a3.6 3.6 0 0 1-1.617.93l.988 3.688a7.4 7.4 0 0 1-3.84 0l.988-3.687a3.56 3.56 0 0 1-1.617-.938l-2.699 2.7a7.4 7.4 0 0 1-1.914-3.325l3.684-.988a3.6 3.6 0 0 1-.122-.926c0-.32.043-.633.125-.93l-3.687-.988a7.4 7.4 0 0 1 1.918-3.324l2.7 2.699a3.55 3.55 0 0 1 1.612-.934l-.988-3.687a7.4 7.4 0 0 1 3.84 0l-.988 3.684a3.6 3.6 0 0 1 1.617.933l2.7-2.7a7.4 7.4 0 0 1 1.917 3.325l-3.687.988q.124.447.125.934M8.457 8.46a10.7 10.7 0 0 1 4.781-2.765a10.4 10.4 0 0 1 2.168-.343v.5a10 10 0 0 0-2.039.328l.328 1.222a8.9 8.9 0 0 0-3.992 2.309l-.894-.899c-.508.508-.961 1.07-1.352 1.676l-.434-.25a10.5 10.5 0 0 1 1.434-1.777zM6.52 20.896a10.7 10.7 0 0 1-.824-7.656c.199-.747.476-1.462.824-2.134l.433.25a10 10 0 0 0-.773 2.012l1.222.328a8.8 8.8 0 0 0-.3 2.305q.002 1.197.296 2.3l-1.222.329c.187.703.449 1.379.777 2.016zm8.886 5.753a10.64 10.64 0 0 1-6.953-3.113a10.8 10.8 0 0 1-1.433-1.773l.433-.25c.395.601.848 1.164 1.352 1.672l.898-.895a8.87 8.87 0 0 0 3.992 2.309l-.328 1.222c.656.176 1.34.29 2.04.328zm8.133-3.105a10.67 10.67 0 0 1-4.781 2.762c-.754.203-1.54.324-2.352.351v-.5a10.2 10.2 0 0 0 2.223-.332l-.328-1.226a8.87 8.87 0 0 0 3.992-2.305l.895.898c.507-.511.964-1.074 1.355-1.68l.434.25a10.5 10.5 0 0 1-1.438 1.782m1.941-2.648l-.433-.25c.324-.633.586-1.305.773-2.008l-1.222-.328a9 9 0 0 0 0-4.614l1.222-.328a10 10 0 0 0-.773-2.012l.433-.25a10.6 10.6 0 0 1 1.185 4.895c0 .957-.126 1.883-.36 2.766c-.2.746-.48 1.457-.825 2.129"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.594%2012.895a12%2012%200%200%200-3.11-5.38A11.98%2011.98%200%200%200%2016%204c-1.074%200-2.117.14-3.11.406a12.04%2012.04%200%200%200-5.378%203.11a11.996%2011.996%200%200%200%200%2016.964A11.96%2011.96%200%200%200%2016%2028a11.97%2011.97%200%200%200%208.484-3.516a11.96%2011.96%200%200%200%203.106-5.375a12%2012%200%200%200%20.004-6.214M16.406%205.344A10.6%2010.6%200%200%201%2023.54%208.46a10.5%2010.5%200%200%201%201.438%201.777l-.434.25a10.2%2010.2%200%200%200-1.355-1.675l-.895.894a8.9%208.9%200%200%200-3.992-2.309l.328-1.222a10.2%2010.2%200%200%200-2.223-.336zM19.602%2016c0%20.324-.047.637-.125.938l3.687.988a7.44%207.44%200%200%201-1.922%203.32l-2.695-2.7a3.6%203.6%200%200%201-1.617.93l.988%203.688a7.4%207.4%200%200%201-3.84%200l.988-3.687a3.56%203.56%200%200%201-1.617-.938l-2.699%202.7a7.4%207.4%200%200%201-1.914-3.325l3.684-.988a3.6%203.6%200%200%201-.122-.926c0-.32.043-.633.125-.93l-3.687-.988a7.4%207.4%200%200%201%201.918-3.324l2.7%202.699a3.55%203.55%200%200%201%201.612-.934l-.988-3.687a7.4%207.4%200%200%201%203.84%200l-.988%203.684a3.6%203.6%200%200%201%201.617.933l2.7-2.7a7.4%207.4%200%200%201%201.917%203.325l-3.687.988q.124.447.125.934M8.457%208.46a10.7%2010.7%200%200%201%204.781-2.765a10.4%2010.4%200%200%201%202.168-.343v.5a10%2010%200%200%200-2.039.328l.328%201.222a8.9%208.9%200%200%200-3.992%202.309l-.894-.899c-.508.508-.961%201.07-1.352%201.676l-.434-.25a10.5%2010.5%200%200%201%201.434-1.777zM6.52%2020.896a10.7%2010.7%200%200%201-.824-7.656c.199-.747.476-1.462.824-2.134l.433.25a10%2010%200%200%200-.773%202.012l1.222.328a8.8%208.8%200%200%200-.3%202.305q.002%201.197.296%202.3l-1.222.329c.187.703.449%201.379.777%202.016zm8.886%205.753a10.64%2010.64%200%200%201-6.953-3.113a10.8%2010.8%200%200%201-1.433-1.773l.433-.25c.395.601.848%201.164%201.352%201.672l.898-.895a8.87%208.87%200%200%200%203.992%202.309l-.328%201.222c.656.176%201.34.29%202.04.328zm8.133-3.105a10.67%2010.67%200%200%201-4.781%202.762c-.754.203-1.54.324-2.352.351v-.5a10.2%2010.2%200%200%200%202.223-.332l-.328-1.226a8.87%208.87%200%200%200%203.992-2.305l.895.898c.507-.511.964-1.074%201.355-1.68l.434.25a10.5%2010.5%200%200%201-1.438%201.782m1.941-2.648l-.433-.25c.324-.633.586-1.305.773-2.008l-1.222-.328a9%209%200%200%200%200-4.614l1.222-.328a10%2010%200%200%200-.773-2.012l.433-.25a10.6%2010.6%200%200%201%201.185%204.895c0%20.957-.126%201.883-.36%202.766c-.2.746-.48%201.457-.825%202.129%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.594%2012.895a12%2012%200%200%200-3.11-5.38A11.98%2011.98%200%200%200%2016%204c-1.074%200-2.117.14-3.11.406a12.04%2012.04%200%200%200-5.378%203.11a11.996%2011.996%200%200%200%200%2016.964A11.96%2011.96%200%200%200%2016%2028a11.97%2011.97%200%200%200%208.484-3.516a11.96%2011.96%200%200%200%203.106-5.375a12%2012%200%200%200%20.004-6.214M16.406%205.344A10.6%2010.6%200%200%201%2023.54%208.46a10.5%2010.5%200%200%201%201.438%201.777l-.434.25a10.2%2010.2%200%200%200-1.355-1.675l-.895.894a8.9%208.9%200%200%200-3.992-2.309l.328-1.222a10.2%2010.2%200%200%200-2.223-.336zM19.602%2016c0%20.324-.047.637-.125.938l3.687.988a7.44%207.44%200%200%201-1.922%203.32l-2.695-2.7a3.6%203.6%200%200%201-1.617.93l.988%203.688a7.4%207.4%200%200%201-3.84%200l.988-3.687a3.56%203.56%200%200%201-1.617-.938l-2.699%202.7a7.4%207.4%200%200%201-1.914-3.325l3.684-.988a3.6%203.6%200%200%201-.122-.926c0-.32.043-.633.125-.93l-3.687-.988a7.4%207.4%200%200%201%201.918-3.324l2.7%202.699a3.55%203.55%200%200%201%201.612-.934l-.988-3.687a7.4%207.4%200%200%201%203.84%200l-.988%203.684a3.6%203.6%200%200%201%201.617.933l2.7-2.7a7.4%207.4%200%200%201%201.917%203.325l-3.687.988q.124.447.125.934M8.457%208.46a10.7%2010.7%200%200%201%204.781-2.765a10.4%2010.4%200%200%201%202.168-.343v.5a10%2010%200%200%200-2.039.328l.328%201.222a8.9%208.9%200%200%200-3.992%202.309l-.894-.899c-.508.508-.961%201.07-1.352%201.676l-.434-.25a10.5%2010.5%200%200%201%201.434-1.777zM6.52%2020.896a10.7%2010.7%200%200%201-.824-7.656c.199-.747.476-1.462.824-2.134l.433.25a10%2010%200%200%200-.773%202.012l1.222.328a8.8%208.8%200%200%200-.3%202.305q.002%201.197.296%202.3l-1.222.329c.187.703.449%201.379.777%202.016zm8.886%205.753a10.64%2010.64%200%200%201-6.953-3.113a10.8%2010.8%200%200%201-1.433-1.773l.433-.25c.395.601.848%201.164%201.352%201.672l.898-.895a8.87%208.87%200%200%200%203.992%202.309l-.328%201.222c.656.176%201.34.29%202.04.328zm8.133-3.105a10.67%2010.67%200%200%201-4.781%202.762c-.754.203-1.54.324-2.352.351v-.5a10.2%2010.2%200%200%200%202.223-.332l-.328-1.226a8.87%208.87%200%200%200%203.992-2.305l.895.898c.507-.511.964-1.074%201.355-1.68l.434.25a10.5%2010.5%200%200%201-1.438%201.782m1.941-2.648l-.433-.25c.324-.633.586-1.305.773-2.008l-1.222-.328a9%209%200%200%200%200-4.614l1.222-.328a10%2010%200%200%200-.773-2.012l.433-.25a10.6%2010.6%200%200%201%201.185%204.895c0%20.957-.126%201.883-.36%202.766c-.2.746-.48%201.457-.825%202.129%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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