performingarts emoji

performingarts from Firefox OS Emoji by Mozilla · Default · Places · Apache-2.0 Free for personal and commercial use.

Name
performingarts
Set
Firefox OS Emoji
Style
Default
Category
Places
Viewbox
512×512
License
Apache 2.0

More places icons from Firefox OS Emoji

Use the performingarts emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#00BEEA" d="M503.508 240.511c-41.927-61.719-89.822-39.813-128.225-45.953c-38.119-8.371-79.836-42.616-135.955-4.493c-56.364 38.29-14.271 270.161 78.175 295.003l-.01.178q1.152.22 2.31.397q1.132.26 2.275.479l.055-.165c95.213 11.149 223.423-183.549 181.375-245.446"/><path fill="#FFD469" d="M271.293 26.909c-62.311-41.043-98.218-2.513-136.058 6.47C96.808 40.192 45.178 24.464 7.86 81.12c-37.482 56.905 89.93 255.153 184.858 242.828l.058.168q1.147-.236 2.286-.515a62 62 0 0 0 2.286-.426l-.012-.173c92.26-26.038 136.447-254.932 73.957-296.093"/><path fill="#2B3B47" d="M318.213 297.626a7.02 7.02 0 0 1-6.98 6.295a7.02 7.02 0 0 1-5.941-3.286c-.125-.194-5.271-8.067-13.173-9.576c-7.96-1.517-15.703 3.994-15.779 4.051a7.045 7.045 0 0 1-8.149.078c-2.448-1.712-3.562-4.773-2.748-7.647c3.855-13.63 17.197-21.921 31.05-19.271c13.838 2.642 23.176 15.263 21.72 29.356m104.859-5.187c-13.855-2.647-27.195 5.642-31.05 19.271c-.813 2.874.3 5.936 2.748 7.647a7.045 7.045 0 0 0 8.149-.078c.077-.057 7.818-5.568 15.779-4.051c7.902 1.509 13.048 9.382 13.173 9.576a7.02 7.02 0 0 0 7.515 3.107a7.02 7.02 0 0 0 5.406-6.116c1.458-14.091-7.88-26.712-21.72-29.356M382.317 422.14c9.715 6.686 22.618-1.991 19.868-13.46c-5.007-20.873-20.739-46.1-53.564-52.368c-32.999-6.301-57.183 11.881-69.484 29.642c-6.649 9.6 1.893 22.428 13.279 19.835c13.084-2.98 30.207-4.878 48.248-1.433c17.141 3.274 31.267 10.637 41.653 17.784m-260.49-271.713c-4.032-13.582-17.478-21.68-31.282-18.843c-13.807 2.841-22.982 15.594-21.343 29.663c.346 2.967 2.543 5.372 5.46 6.02a7 7 0 0 0 1.51.166a7.06 7.06 0 0 0 5.993-3.349c.05-.081 5.099-8.133 13.037-9.767c7.892-1.623 15.659 3.704 15.832 3.824a7.016 7.016 0 0 0 10.793-7.714m126.223-25.975c-4.033-13.583-17.48-21.684-31.282-18.843c-13.807 2.841-22.982 15.594-21.343 29.663c.346 2.967 2.543 5.372 5.46 6.02a7 7 0 0 0 1.51.166a7.06 7.06 0 0 0 5.993-3.349c.05-.081 5.099-8.133 13.037-9.767c7.878-1.622 15.633 3.686 15.831 3.823a7.016 7.016 0 0 0 10.794-7.713m-118.421 87.661c-11.532-2.472-20.146 10.474-13.226 20.024c12.595 17.381 36.765 34.694 69.498 27.958c32.906-6.772 48.318-32.808 52.909-53.919c2.481-11.411-10.31-20.008-19.845-13.265c-10.956 7.748-26.058 16.038-44.048 19.74c-17.094 3.518-32.961 2.104-45.288-.538"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiPerformingarts(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#00BEEA" d="M503.508 240.511c-41.927-61.719-89.822-39.813-128.225-45.953c-38.119-8.371-79.836-42.616-135.955-4.493c-56.364 38.29-14.271 270.161 78.175 295.003l-.01.178q1.152.22 2.31.397q1.132.26 2.275.479l.055-.165c95.213 11.149 223.423-183.549 181.375-245.446"/><path fill="#FFD469" d="M271.293 26.909c-62.311-41.043-98.218-2.513-136.058 6.47C96.808 40.192 45.178 24.464 7.86 81.12c-37.482 56.905 89.93 255.153 184.858 242.828l.058.168q1.147-.236 2.286-.515a62 62 0 0 0 2.286-.426l-.012-.173c92.26-26.038 136.447-254.932 73.957-296.093"/><path fill="#2B3B47" d="M318.213 297.626a7.02 7.02 0 0 1-6.98 6.295a7.02 7.02 0 0 1-5.941-3.286c-.125-.194-5.271-8.067-13.173-9.576c-7.96-1.517-15.703 3.994-15.779 4.051a7.045 7.045 0 0 1-8.149.078c-2.448-1.712-3.562-4.773-2.748-7.647c3.855-13.63 17.197-21.921 31.05-19.271c13.838 2.642 23.176 15.263 21.72 29.356m104.859-5.187c-13.855-2.647-27.195 5.642-31.05 19.271c-.813 2.874.3 5.936 2.748 7.647a7.045 7.045 0 0 0 8.149-.078c.077-.057 7.818-5.568 15.779-4.051c7.902 1.509 13.048 9.382 13.173 9.576a7.02 7.02 0 0 0 7.515 3.107a7.02 7.02 0 0 0 5.406-6.116c1.458-14.091-7.88-26.712-21.72-29.356M382.317 422.14c9.715 6.686 22.618-1.991 19.868-13.46c-5.007-20.873-20.739-46.1-53.564-52.368c-32.999-6.301-57.183 11.881-69.484 29.642c-6.649 9.6 1.893 22.428 13.279 19.835c13.084-2.98 30.207-4.878 48.248-1.433c17.141 3.274 31.267 10.637 41.653 17.784m-260.49-271.713c-4.032-13.582-17.478-21.68-31.282-18.843c-13.807 2.841-22.982 15.594-21.343 29.663c.346 2.967 2.543 5.372 5.46 6.02a7 7 0 0 0 1.51.166a7.06 7.06 0 0 0 5.993-3.349c.05-.081 5.099-8.133 13.037-9.767c7.892-1.623 15.659 3.704 15.832 3.824a7.016 7.016 0 0 0 10.793-7.714m126.223-25.975c-4.033-13.583-17.48-21.684-31.282-18.843c-13.807 2.841-22.982 15.594-21.343 29.663c.346 2.967 2.543 5.372 5.46 6.02a7 7 0 0 0 1.51.166a7.06 7.06 0 0 0 5.993-3.349c.05-.081 5.099-8.133 13.037-9.767c7.878-1.622 15.633 3.686 15.831 3.823a7.016 7.016 0 0 0 10.794-7.713m-118.421 87.661c-11.532-2.472-20.146 10.474-13.226 20.024c12.595 17.381 36.765 34.694 69.498 27.958c32.906-6.772 48.318-32.808 52.909-53.919c2.481-11.411-10.31-20.008-19.845-13.265c-10.956 7.748-26.058 16.038-44.048 19.74c-17.094 3.518-32.961 2.104-45.288-.538"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#00BEEA" d="M503.508 240.511c-41.927-61.719-89.822-39.813-128.225-45.953c-38.119-8.371-79.836-42.616-135.955-4.493c-56.364 38.29-14.271 270.161 78.175 295.003l-.01.178q1.152.22 2.31.397q1.132.26 2.275.479l.055-.165c95.213 11.149 223.423-183.549 181.375-245.446"/><path fill="#FFD469" d="M271.293 26.909c-62.311-41.043-98.218-2.513-136.058 6.47C96.808 40.192 45.178 24.464 7.86 81.12c-37.482 56.905 89.93 255.153 184.858 242.828l.058.168q1.147-.236 2.286-.515a62 62 0 0 0 2.286-.426l-.012-.173c92.26-26.038 136.447-254.932 73.957-296.093"/><path fill="#2B3B47" d="M318.213 297.626a7.02 7.02 0 0 1-6.98 6.295a7.02 7.02 0 0 1-5.941-3.286c-.125-.194-5.271-8.067-13.173-9.576c-7.96-1.517-15.703 3.994-15.779 4.051a7.045 7.045 0 0 1-8.149.078c-2.448-1.712-3.562-4.773-2.748-7.647c3.855-13.63 17.197-21.921 31.05-19.271c13.838 2.642 23.176 15.263 21.72 29.356m104.859-5.187c-13.855-2.647-27.195 5.642-31.05 19.271c-.813 2.874.3 5.936 2.748 7.647a7.045 7.045 0 0 0 8.149-.078c.077-.057 7.818-5.568 15.779-4.051c7.902 1.509 13.048 9.382 13.173 9.576a7.02 7.02 0 0 0 7.515 3.107a7.02 7.02 0 0 0 5.406-6.116c1.458-14.091-7.88-26.712-21.72-29.356M382.317 422.14c9.715 6.686 22.618-1.991 19.868-13.46c-5.007-20.873-20.739-46.1-53.564-52.368c-32.999-6.301-57.183 11.881-69.484 29.642c-6.649 9.6 1.893 22.428 13.279 19.835c13.084-2.98 30.207-4.878 48.248-1.433c17.141 3.274 31.267 10.637 41.653 17.784m-260.49-271.713c-4.032-13.582-17.478-21.68-31.282-18.843c-13.807 2.841-22.982 15.594-21.343 29.663c.346 2.967 2.543 5.372 5.46 6.02a7 7 0 0 0 1.51.166a7.06 7.06 0 0 0 5.993-3.349c.05-.081 5.099-8.133 13.037-9.767c7.892-1.623 15.659 3.704 15.832 3.824a7.016 7.016 0 0 0 10.793-7.714m126.223-25.975c-4.033-13.583-17.48-21.684-31.282-18.843c-13.807 2.841-22.982 15.594-21.343 29.663c.346 2.967 2.543 5.372 5.46 6.02a7 7 0 0 0 1.51.166a7.06 7.06 0 0 0 5.993-3.349c.05-.081 5.099-8.133 13.037-9.767c7.878-1.622 15.633 3.686 15.831 3.823a7.016 7.016 0 0 0 10.794-7.713m-118.421 87.661c-11.532-2.472-20.146 10.474-13.226 20.024c12.595 17.381 36.765 34.694 69.498 27.958c32.906-6.772 48.318-32.808 52.909-53.919c2.481-11.411-10.31-20.008-19.845-13.265c-10.956 7.748-26.058 16.038-44.048 19.74c-17.094 3.518-32.961 2.104-45.288-.538"/></svg>
</template>

CSS

.icon-performingarts {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22%2300BEEA%22%20d%3D%22M503.508%20240.511c-41.927-61.719-89.822-39.813-128.225-45.953c-38.119-8.371-79.836-42.616-135.955-4.493c-56.364%2038.29-14.271%20270.161%2078.175%20295.003l-.01.178q1.152.22%202.31.397q1.132.26%202.275.479l.055-.165c95.213%2011.149%20223.423-183.549%20181.375-245.446%22%2F%3E%3Cpath%20fill%3D%22%23FFD469%22%20d%3D%22M271.293%2026.909c-62.311-41.043-98.218-2.513-136.058%206.47C96.808%2040.192%2045.178%2024.464%207.86%2081.12c-37.482%2056.905%2089.93%20255.153%20184.858%20242.828l.058.168q1.147-.236%202.286-.515a62%2062%200%200%200%202.286-.426l-.012-.173c92.26-26.038%20136.447-254.932%2073.957-296.093%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M318.213%20297.626a7.02%207.02%200%200%201-6.98%206.295a7.02%207.02%200%200%201-5.941-3.286c-.125-.194-5.271-8.067-13.173-9.576c-7.96-1.517-15.703%203.994-15.779%204.051a7.045%207.045%200%200%201-8.149.078c-2.448-1.712-3.562-4.773-2.748-7.647c3.855-13.63%2017.197-21.921%2031.05-19.271c13.838%202.642%2023.176%2015.263%2021.72%2029.356m104.859-5.187c-13.855-2.647-27.195%205.642-31.05%2019.271c-.813%202.874.3%205.936%202.748%207.647a7.045%207.045%200%200%200%208.149-.078c.077-.057%207.818-5.568%2015.779-4.051c7.902%201.509%2013.048%209.382%2013.173%209.576a7.02%207.02%200%200%200%207.515%203.107a7.02%207.02%200%200%200%205.406-6.116c1.458-14.091-7.88-26.712-21.72-29.356M382.317%20422.14c9.715%206.686%2022.618-1.991%2019.868-13.46c-5.007-20.873-20.739-46.1-53.564-52.368c-32.999-6.301-57.183%2011.881-69.484%2029.642c-6.649%209.6%201.893%2022.428%2013.279%2019.835c13.084-2.98%2030.207-4.878%2048.248-1.433c17.141%203.274%2031.267%2010.637%2041.653%2017.784m-260.49-271.713c-4.032-13.582-17.478-21.68-31.282-18.843c-13.807%202.841-22.982%2015.594-21.343%2029.663c.346%202.967%202.543%205.372%205.46%206.02a7%207%200%200%200%201.51.166a7.06%207.06%200%200%200%205.993-3.349c.05-.081%205.099-8.133%2013.037-9.767c7.892-1.623%2015.659%203.704%2015.832%203.824a7.016%207.016%200%200%200%2010.793-7.714m126.223-25.975c-4.033-13.583-17.48-21.684-31.282-18.843c-13.807%202.841-22.982%2015.594-21.343%2029.663c.346%202.967%202.543%205.372%205.46%206.02a7%207%200%200%200%201.51.166a7.06%207.06%200%200%200%205.993-3.349c.05-.081%205.099-8.133%2013.037-9.767c7.878-1.622%2015.633%203.686%2015.831%203.823a7.016%207.016%200%200%200%2010.794-7.713m-118.421%2087.661c-11.532-2.472-20.146%2010.474-13.226%2020.024c12.595%2017.381%2036.765%2034.694%2069.498%2027.958c32.906-6.772%2048.318-32.808%2052.909-53.919c2.481-11.411-10.31-20.008-19.845-13.265c-10.956%207.748-26.058%2016.038-44.048%2019.74c-17.094%203.518-32.961%202.104-45.288-.538%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%20512%20512%22%3E%3Cpath%20fill%3D%22%2300BEEA%22%20d%3D%22M503.508%20240.511c-41.927-61.719-89.822-39.813-128.225-45.953c-38.119-8.371-79.836-42.616-135.955-4.493c-56.364%2038.29-14.271%20270.161%2078.175%20295.003l-.01.178q1.152.22%202.31.397q1.132.26%202.275.479l.055-.165c95.213%2011.149%20223.423-183.549%20181.375-245.446%22%2F%3E%3Cpath%20fill%3D%22%23FFD469%22%20d%3D%22M271.293%2026.909c-62.311-41.043-98.218-2.513-136.058%206.47C96.808%2040.192%2045.178%2024.464%207.86%2081.12c-37.482%2056.905%2089.93%20255.153%20184.858%20242.828l.058.168q1.147-.236%202.286-.515a62%2062%200%200%200%202.286-.426l-.012-.173c92.26-26.038%20136.447-254.932%2073.957-296.093%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M318.213%20297.626a7.02%207.02%200%200%201-6.98%206.295a7.02%207.02%200%200%201-5.941-3.286c-.125-.194-5.271-8.067-13.173-9.576c-7.96-1.517-15.703%203.994-15.779%204.051a7.045%207.045%200%200%201-8.149.078c-2.448-1.712-3.562-4.773-2.748-7.647c3.855-13.63%2017.197-21.921%2031.05-19.271c13.838%202.642%2023.176%2015.263%2021.72%2029.356m104.859-5.187c-13.855-2.647-27.195%205.642-31.05%2019.271c-.813%202.874.3%205.936%202.748%207.647a7.045%207.045%200%200%200%208.149-.078c.077-.057%207.818-5.568%2015.779-4.051c7.902%201.509%2013.048%209.382%2013.173%209.576a7.02%207.02%200%200%200%207.515%203.107a7.02%207.02%200%200%200%205.406-6.116c1.458-14.091-7.88-26.712-21.72-29.356M382.317%20422.14c9.715%206.686%2022.618-1.991%2019.868-13.46c-5.007-20.873-20.739-46.1-53.564-52.368c-32.999-6.301-57.183%2011.881-69.484%2029.642c-6.649%209.6%201.893%2022.428%2013.279%2019.835c13.084-2.98%2030.207-4.878%2048.248-1.433c17.141%203.274%2031.267%2010.637%2041.653%2017.784m-260.49-271.713c-4.032-13.582-17.478-21.68-31.282-18.843c-13.807%202.841-22.982%2015.594-21.343%2029.663c.346%202.967%202.543%205.372%205.46%206.02a7%207%200%200%200%201.51.166a7.06%207.06%200%200%200%205.993-3.349c.05-.081%205.099-8.133%2013.037-9.767c7.892-1.623%2015.659%203.704%2015.832%203.824a7.016%207.016%200%200%200%2010.793-7.714m126.223-25.975c-4.033-13.583-17.48-21.684-31.282-18.843c-13.807%202.841-22.982%2015.594-21.343%2029.663c.346%202.967%202.543%205.372%205.46%206.02a7%207%200%200%200%201.51.166a7.06%207.06%200%200%200%205.993-3.349c.05-.081%205.099-8.133%2013.037-9.767c7.878-1.622%2015.633%203.686%2015.831%203.823a7.016%207.016%200%200%200%2010.794-7.713m-118.421%2087.661c-11.532-2.472-20.146%2010.474-13.226%2020.024c12.595%2017.381%2036.765%2034.694%2069.498%2027.958c32.906-6.772%2048.318-32.808%2052.909-53.919c2.481-11.411-10.31-20.008-19.845-13.265c-10.956%207.748-26.058%2016.038-44.048%2019.74c-17.094%203.518-32.961%202.104-45.288-.538%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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