authority emoji

authority from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
authority
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

More extras openmoji icons from OpenMoji

Use the authority emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="36.263" cy="37.758" fill="#fff" rx="10.755" ry="10.696"/><path fill="#5c9e31" d="M35.867 16.379c-7.717 0-15.637 1.827-19.97 4.806v16.314c0 12.523 11.982 18.615 18.345 22.406a3.02 3.02 0 0 0 3.25 0c6.633-3.994 19.021-9.41 19.021-22.406V21.185c-4.468-2.979-12.253-4.806-20.646-4.806m8.161 22.16l.948 2.166a.732.732 0 0 1-.406 1.083l-2.234 1.015c-.5.177-.913.541-1.151 1.016l-.88 2.301a.884.884 0 0 1-1.084.474l-2.301-1.015a2.8 2.8 0 0 0-1.49 0l-2.166.948a.853.853 0 0 1-1.083-.406l-1.015-2.234a2.9 2.9 0 0 0-1.083-1.15l-2.166-.88a.81.81 0 0 1-.542-1.084l1.016-2.301a1.76 1.76 0 0 0-.136-1.422l-.88-2.234a.926.926 0 0 1 .475-1.15l2.234-1.016c.498-.18.909-.544 1.15-1.015l.88-2.302a.723.723 0 0 1 1.016-.406l2.301 1.015a2.07 2.07 0 0 0 1.557-.067l2.166-.948a.815.815 0 0 1 1.081.401l.003.005l1.015 2.302c.203.406.474 1.015.947 1.15l2.302.813c.448.15.69.634.541 1.083l-1.015 2.301a2.07 2.07 0 0 0 0 1.557"/><path fill="#b1cc33" d="M35.867 16.379c-.641 0-1.283.017-1.925.042c4.767.172 13.627 2.135 17.57 4.764v16.314c0 12.758-10.933 18.21-17.646 22.184l.376.222a3.02 3.02 0 0 0 3.25 0c6.633-3.994 19.02-9.41 19.02-22.406V21.185c-4.467-2.979-12.252-4.806-20.645-4.806"/><path fill="none" stroke="#000" stroke-width="2" d="M35.867 16.379c-7.717 0-15.637 1.827-19.97 4.806v16.314c0 12.523 11.982 18.615 18.345 22.406a3.02 3.02 0 0 0 3.25 0c6.633-3.994 19.021-9.41 19.021-22.406V21.185c-4.468-2.979-12.253-4.806-20.646-4.806Zm8.161 22.16l.948 2.166a.732.732 0 0 1-.406 1.083l-2.234 1.015c-.5.177-.913.541-1.151 1.016l-.88 2.301a.884.884 0 0 1-1.084.474l-2.301-1.015a2.8 2.8 0 0 0-1.49 0l-2.166.948a.853.853 0 0 1-1.083-.406l-1.015-2.234a2.9 2.9 0 0 0-1.083-1.15l-2.166-.88a.81.81 0 0 1-.542-1.084l1.016-2.301a1.76 1.76 0 0 0-.136-1.422l-.88-2.234a.926.926 0 0 1 .475-1.15l2.234-1.016c.498-.18.909-.544 1.15-1.015l.88-2.302a.723.723 0 0 1 1.016-.406l2.301 1.015a2.07 2.07 0 0 0 1.557-.067l2.166-.948a.815.815 0 0 1 1.081.401l.003.005l1.015 2.302c.203.406.474 1.015.947 1.15l2.302.813c.448.15.69.634.541 1.083l-1.015 2.301a2.07 2.07 0 0 0 0 1.557Z"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiAuthority(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="36.263" cy="37.758" fill="#fff" rx="10.755" ry="10.696"/><path fill="#5c9e31" d="M35.867 16.379c-7.717 0-15.637 1.827-19.97 4.806v16.314c0 12.523 11.982 18.615 18.345 22.406a3.02 3.02 0 0 0 3.25 0c6.633-3.994 19.021-9.41 19.021-22.406V21.185c-4.468-2.979-12.253-4.806-20.646-4.806m8.161 22.16l.948 2.166a.732.732 0 0 1-.406 1.083l-2.234 1.015c-.5.177-.913.541-1.151 1.016l-.88 2.301a.884.884 0 0 1-1.084.474l-2.301-1.015a2.8 2.8 0 0 0-1.49 0l-2.166.948a.853.853 0 0 1-1.083-.406l-1.015-2.234a2.9 2.9 0 0 0-1.083-1.15l-2.166-.88a.81.81 0 0 1-.542-1.084l1.016-2.301a1.76 1.76 0 0 0-.136-1.422l-.88-2.234a.926.926 0 0 1 .475-1.15l2.234-1.016c.498-.18.909-.544 1.15-1.015l.88-2.302a.723.723 0 0 1 1.016-.406l2.301 1.015a2.07 2.07 0 0 0 1.557-.067l2.166-.948a.815.815 0 0 1 1.081.401l.003.005l1.015 2.302c.203.406.474 1.015.947 1.15l2.302.813c.448.15.69.634.541 1.083l-1.015 2.301a2.07 2.07 0 0 0 0 1.557"/><path fill="#b1cc33" d="M35.867 16.379c-.641 0-1.283.017-1.925.042c4.767.172 13.627 2.135 17.57 4.764v16.314c0 12.758-10.933 18.21-17.646 22.184l.376.222a3.02 3.02 0 0 0 3.25 0c6.633-3.994 19.02-9.41 19.02-22.406V21.185c-4.467-2.979-12.252-4.806-20.645-4.806"/><path fill="none" stroke="#000" strokeWidth="2" d="M35.867 16.379c-7.717 0-15.637 1.827-19.97 4.806v16.314c0 12.523 11.982 18.615 18.345 22.406a3.02 3.02 0 0 0 3.25 0c6.633-3.994 19.021-9.41 19.021-22.406V21.185c-4.468-2.979-12.253-4.806-20.646-4.806Zm8.161 22.16l.948 2.166a.732.732 0 0 1-.406 1.083l-2.234 1.015c-.5.177-.913.541-1.151 1.016l-.88 2.301a.884.884 0 0 1-1.084.474l-2.301-1.015a2.8 2.8 0 0 0-1.49 0l-2.166.948a.853.853 0 0 1-1.083-.406l-1.015-2.234a2.9 2.9 0 0 0-1.083-1.15l-2.166-.88a.81.81 0 0 1-.542-1.084l1.016-2.301a1.76 1.76 0 0 0-.136-1.422l-.88-2.234a.926.926 0 0 1 .475-1.15l2.234-1.016c.498-.18.909-.544 1.15-1.015l.88-2.302a.723.723 0 0 1 1.016-.406l2.301 1.015a2.07 2.07 0 0 0 1.557-.067l2.166-.948a.815.815 0 0 1 1.081.401l.003.005l1.015 2.302c.203.406.474 1.015.947 1.15l2.302.813c.448.15.69.634.541 1.083l-1.015 2.301a2.07 2.07 0 0 0 0 1.557Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="36.263" cy="37.758" fill="#fff" rx="10.755" ry="10.696"/><path fill="#5c9e31" d="M35.867 16.379c-7.717 0-15.637 1.827-19.97 4.806v16.314c0 12.523 11.982 18.615 18.345 22.406a3.02 3.02 0 0 0 3.25 0c6.633-3.994 19.021-9.41 19.021-22.406V21.185c-4.468-2.979-12.253-4.806-20.646-4.806m8.161 22.16l.948 2.166a.732.732 0 0 1-.406 1.083l-2.234 1.015c-.5.177-.913.541-1.151 1.016l-.88 2.301a.884.884 0 0 1-1.084.474l-2.301-1.015a2.8 2.8 0 0 0-1.49 0l-2.166.948a.853.853 0 0 1-1.083-.406l-1.015-2.234a2.9 2.9 0 0 0-1.083-1.15l-2.166-.88a.81.81 0 0 1-.542-1.084l1.016-2.301a1.76 1.76 0 0 0-.136-1.422l-.88-2.234a.926.926 0 0 1 .475-1.15l2.234-1.016c.498-.18.909-.544 1.15-1.015l.88-2.302a.723.723 0 0 1 1.016-.406l2.301 1.015a2.07 2.07 0 0 0 1.557-.067l2.166-.948a.815.815 0 0 1 1.081.401l.003.005l1.015 2.302c.203.406.474 1.015.947 1.15l2.302.813c.448.15.69.634.541 1.083l-1.015 2.301a2.07 2.07 0 0 0 0 1.557"/><path fill="#b1cc33" d="M35.867 16.379c-.641 0-1.283.017-1.925.042c4.767.172 13.627 2.135 17.57 4.764v16.314c0 12.758-10.933 18.21-17.646 22.184l.376.222a3.02 3.02 0 0 0 3.25 0c6.633-3.994 19.02-9.41 19.02-22.406V21.185c-4.467-2.979-12.252-4.806-20.645-4.806"/><path fill="none" stroke="#000" stroke-width="2" d="M35.867 16.379c-7.717 0-15.637 1.827-19.97 4.806v16.314c0 12.523 11.982 18.615 18.345 22.406a3.02 3.02 0 0 0 3.25 0c6.633-3.994 19.021-9.41 19.021-22.406V21.185c-4.468-2.979-12.253-4.806-20.646-4.806Zm8.161 22.16l.948 2.166a.732.732 0 0 1-.406 1.083l-2.234 1.015c-.5.177-.913.541-1.151 1.016l-.88 2.301a.884.884 0 0 1-1.084.474l-2.301-1.015a2.8 2.8 0 0 0-1.49 0l-2.166.948a.853.853 0 0 1-1.083-.406l-1.015-2.234a2.9 2.9 0 0 0-1.083-1.15l-2.166-.88a.81.81 0 0 1-.542-1.084l1.016-2.301a1.76 1.76 0 0 0-.136-1.422l-.88-2.234a.926.926 0 0 1 .475-1.15l2.234-1.016c.498-.18.909-.544 1.15-1.015l.88-2.302a.723.723 0 0 1 1.016-.406l2.301 1.015a2.07 2.07 0 0 0 1.557-.067l2.166-.948a.815.815 0 0 1 1.081.401l.003.005l1.015 2.302c.203.406.474 1.015.947 1.15l2.302.813c.448.15.69.634.541 1.083l-1.015 2.301a2.07 2.07 0 0 0 0 1.557Z"/></svg>
</template>

CSS

.icon-authority {
  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%2072%2072%22%3E%3Cellipse%20cx%3D%2236.263%22%20cy%3D%2237.758%22%20fill%3D%22%23fff%22%20rx%3D%2210.755%22%20ry%3D%2210.696%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M35.867%2016.379c-7.717%200-15.637%201.827-19.97%204.806v16.314c0%2012.523%2011.982%2018.615%2018.345%2022.406a3.02%203.02%200%200%200%203.25%200c6.633-3.994%2019.021-9.41%2019.021-22.406V21.185c-4.468-2.979-12.253-4.806-20.646-4.806m8.161%2022.16l.948%202.166a.732.732%200%200%201-.406%201.083l-2.234%201.015c-.5.177-.913.541-1.151%201.016l-.88%202.301a.884.884%200%200%201-1.084.474l-2.301-1.015a2.8%202.8%200%200%200-1.49%200l-2.166.948a.853.853%200%200%201-1.083-.406l-1.015-2.234a2.9%202.9%200%200%200-1.083-1.15l-2.166-.88a.81.81%200%200%201-.542-1.084l1.016-2.301a1.76%201.76%200%200%200-.136-1.422l-.88-2.234a.926.926%200%200%201%20.475-1.15l2.234-1.016c.498-.18.909-.544%201.15-1.015l.88-2.302a.723.723%200%200%201%201.016-.406l2.301%201.015a2.07%202.07%200%200%200%201.557-.067l2.166-.948a.815.815%200%200%201%201.081.401l.003.005l1.015%202.302c.203.406.474%201.015.947%201.15l2.302.813c.448.15.69.634.541%201.083l-1.015%202.301a2.07%202.07%200%200%200%200%201.557%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M35.867%2016.379c-.641%200-1.283.017-1.925.042c4.767.172%2013.627%202.135%2017.57%204.764v16.314c0%2012.758-10.933%2018.21-17.646%2022.184l.376.222a3.02%203.02%200%200%200%203.25%200c6.633-3.994%2019.02-9.41%2019.02-22.406V21.185c-4.467-2.979-12.252-4.806-20.645-4.806%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20d%3D%22M35.867%2016.379c-7.717%200-15.637%201.827-19.97%204.806v16.314c0%2012.523%2011.982%2018.615%2018.345%2022.406a3.02%203.02%200%200%200%203.25%200c6.633-3.994%2019.021-9.41%2019.021-22.406V21.185c-4.468-2.979-12.253-4.806-20.646-4.806Zm8.161%2022.16l.948%202.166a.732.732%200%200%201-.406%201.083l-2.234%201.015c-.5.177-.913.541-1.151%201.016l-.88%202.301a.884.884%200%200%201-1.084.474l-2.301-1.015a2.8%202.8%200%200%200-1.49%200l-2.166.948a.853.853%200%200%201-1.083-.406l-1.015-2.234a2.9%202.9%200%200%200-1.083-1.15l-2.166-.88a.81.81%200%200%201-.542-1.084l1.016-2.301a1.76%201.76%200%200%200-.136-1.422l-.88-2.234a.926.926%200%200%201%20.475-1.15l2.234-1.016c.498-.18.909-.544%201.15-1.015l.88-2.302a.723.723%200%200%201%201.016-.406l2.301%201.015a2.07%202.07%200%200%200%201.557-.067l2.166-.948a.815.815%200%200%201%201.081.401l.003.005l1.015%202.302c.203.406.474%201.015.947%201.15l2.302.813c.448.15.69.634.541%201.083l-1.015%202.301a2.07%202.07%200%200%200%200%201.557Z%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%2072%2072%22%3E%3Cellipse%20cx%3D%2236.263%22%20cy%3D%2237.758%22%20fill%3D%22%23fff%22%20rx%3D%2210.755%22%20ry%3D%2210.696%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M35.867%2016.379c-7.717%200-15.637%201.827-19.97%204.806v16.314c0%2012.523%2011.982%2018.615%2018.345%2022.406a3.02%203.02%200%200%200%203.25%200c6.633-3.994%2019.021-9.41%2019.021-22.406V21.185c-4.468-2.979-12.253-4.806-20.646-4.806m8.161%2022.16l.948%202.166a.732.732%200%200%201-.406%201.083l-2.234%201.015c-.5.177-.913.541-1.151%201.016l-.88%202.301a.884.884%200%200%201-1.084.474l-2.301-1.015a2.8%202.8%200%200%200-1.49%200l-2.166.948a.853.853%200%200%201-1.083-.406l-1.015-2.234a2.9%202.9%200%200%200-1.083-1.15l-2.166-.88a.81.81%200%200%201-.542-1.084l1.016-2.301a1.76%201.76%200%200%200-.136-1.422l-.88-2.234a.926.926%200%200%201%20.475-1.15l2.234-1.016c.498-.18.909-.544%201.15-1.015l.88-2.302a.723.723%200%200%201%201.016-.406l2.301%201.015a2.07%202.07%200%200%200%201.557-.067l2.166-.948a.815.815%200%200%201%201.081.401l.003.005l1.015%202.302c.203.406.474%201.015.947%201.15l2.302.813c.448.15.69.634.541%201.083l-1.015%202.301a2.07%202.07%200%200%200%200%201.557%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M35.867%2016.379c-.641%200-1.283.017-1.925.042c4.767.172%2013.627%202.135%2017.57%204.764v16.314c0%2012.758-10.933%2018.21-17.646%2022.184l.376.222a3.02%203.02%200%200%200%203.25%200c6.633-3.994%2019.02-9.41%2019.02-22.406V21.185c-4.467-2.979-12.252-4.806-20.645-4.806%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20d%3D%22M35.867%2016.379c-7.717%200-15.637%201.827-19.97%204.806v16.314c0%2012.523%2011.982%2018.615%2018.345%2022.406a3.02%203.02%200%200%200%203.25%200c6.633-3.994%2019.021-9.41%2019.021-22.406V21.185c-4.468-2.979-12.253-4.806-20.646-4.806Zm8.161%2022.16l.948%202.166a.732.732%200%200%201-.406%201.083l-2.234%201.015c-.5.177-.913.541-1.151%201.016l-.88%202.301a.884.884%200%200%201-1.084.474l-2.301-1.015a2.8%202.8%200%200%200-1.49%200l-2.166.948a.853.853%200%200%201-1.083-.406l-1.015-2.234a2.9%202.9%200%200%200-1.083-1.15l-2.166-.88a.81.81%200%200%201-.542-1.084l1.016-2.301a1.76%201.76%200%200%200-.136-1.422l-.88-2.234a.926.926%200%200%201%20.475-1.15l2.234-1.016c.498-.18.909-.544%201.15-1.015l.88-2.302a.723.723%200%200%201%201.016-.406l2.301%201.015a2.07%202.07%200%200%200%201.557-.067l2.166-.948a.815.815%200%200%201%201.081.401l.003.005l1.015%202.302c.203.406.474%201.015.947%201.15l2.302.813c.448.15.69.634.541%201.083l-1.015%202.301a2.07%202.07%200%200%200%200%201.557Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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