partalternationmark emoji

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

Name
partalternationmark
Set
Firefox OS Emoji
Style
Default
Category
Symbols
Viewbox
512×512
License
Apache 2.0

More symbols icons from Firefox OS Emoji

Use the partalternationmark emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFB636" d="M443.606 507.235c-11.919 0-23.394-6.58-29.09-17.964c-14.951-29.881-27.076-92.97-45.622-193.43c-9.566-51.819-20.406-110.54-32.608-165.564c-5.751-24.601-11.891-40.127-16.604-49.192c-4.724 9.084-10.88 24.661-16.643 49.354c-6.901 29.574-15.892 50.142-28.291 64.727c-13.549 15.937-31.409 24.36-51.65 24.36s-38.101-8.423-51.649-24.359c-12.4-14.586-21.39-35.154-28.292-64.728c-5.763-24.695-11.918-40.27-16.643-49.354c-4.724 9.083-10.879 24.658-16.642 49.353c-11.954 51.222-21.75 84.334-22.161 85.719c-5.11 17.207-23.199 27.016-40.408 21.903c-17.207-5.11-27.013-23.202-21.903-40.408c.094-.318 9.695-32.803 21.173-81.986c6.738-28.875 15.089-52.169 24.821-69.233C81.48 28.749 99.229 7.667 126.514 7.667c15.06 0 36.848 6.726 55.12 38.766c9.732 17.064 18.083 40.357 24.822 69.233c7.257 31.096 14.931 38.022 15.959 38.827c.134.015.355.032.683.032s.549-.017.683-.032c1.029-.805 8.703-7.731 15.959-38.827c6.74-28.876 15.091-52.17 24.822-69.233c10.086-17.685 27.836-38.766 55.12-38.766c15.06 0 36.848 6.726 55.12 38.766c9.731 17.064 18.083 40.358 24.821 69.233q.041.174.079.347c12.47 56.211 23.437 115.616 33.112 168.027c13.884 75.21 28.241 152.98 39.831 176.145c8.032 16.053 1.53 35.576-14.521 43.607a32.35 32.35 0 0 1-14.518 3.443"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiPartalternationmark(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFB636" d="M443.606 507.235c-11.919 0-23.394-6.58-29.09-17.964c-14.951-29.881-27.076-92.97-45.622-193.43c-9.566-51.819-20.406-110.54-32.608-165.564c-5.751-24.601-11.891-40.127-16.604-49.192c-4.724 9.084-10.88 24.661-16.643 49.354c-6.901 29.574-15.892 50.142-28.291 64.727c-13.549 15.937-31.409 24.36-51.65 24.36s-38.101-8.423-51.649-24.359c-12.4-14.586-21.39-35.154-28.292-64.728c-5.763-24.695-11.918-40.27-16.643-49.354c-4.724 9.083-10.879 24.658-16.642 49.353c-11.954 51.222-21.75 84.334-22.161 85.719c-5.11 17.207-23.199 27.016-40.408 21.903c-17.207-5.11-27.013-23.202-21.903-40.408c.094-.318 9.695-32.803 21.173-81.986c6.738-28.875 15.089-52.169 24.821-69.233C81.48 28.749 99.229 7.667 126.514 7.667c15.06 0 36.848 6.726 55.12 38.766c9.732 17.064 18.083 40.357 24.822 69.233c7.257 31.096 14.931 38.022 15.959 38.827c.134.015.355.032.683.032s.549-.017.683-.032c1.029-.805 8.703-7.731 15.959-38.827c6.74-28.876 15.091-52.17 24.822-69.233c10.086-17.685 27.836-38.766 55.12-38.766c15.06 0 36.848 6.726 55.12 38.766c9.731 17.064 18.083 40.358 24.821 69.233q.041.174.079.347c12.47 56.211 23.437 115.616 33.112 168.027c13.884 75.21 28.241 152.98 39.831 176.145c8.032 16.053 1.53 35.576-14.521 43.607a32.35 32.35 0 0 1-14.518 3.443"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFB636" d="M443.606 507.235c-11.919 0-23.394-6.58-29.09-17.964c-14.951-29.881-27.076-92.97-45.622-193.43c-9.566-51.819-20.406-110.54-32.608-165.564c-5.751-24.601-11.891-40.127-16.604-49.192c-4.724 9.084-10.88 24.661-16.643 49.354c-6.901 29.574-15.892 50.142-28.291 64.727c-13.549 15.937-31.409 24.36-51.65 24.36s-38.101-8.423-51.649-24.359c-12.4-14.586-21.39-35.154-28.292-64.728c-5.763-24.695-11.918-40.27-16.643-49.354c-4.724 9.083-10.879 24.658-16.642 49.353c-11.954 51.222-21.75 84.334-22.161 85.719c-5.11 17.207-23.199 27.016-40.408 21.903c-17.207-5.11-27.013-23.202-21.903-40.408c.094-.318 9.695-32.803 21.173-81.986c6.738-28.875 15.089-52.169 24.821-69.233C81.48 28.749 99.229 7.667 126.514 7.667c15.06 0 36.848 6.726 55.12 38.766c9.732 17.064 18.083 40.357 24.822 69.233c7.257 31.096 14.931 38.022 15.959 38.827c.134.015.355.032.683.032s.549-.017.683-.032c1.029-.805 8.703-7.731 15.959-38.827c6.74-28.876 15.091-52.17 24.822-69.233c10.086-17.685 27.836-38.766 55.12-38.766c15.06 0 36.848 6.726 55.12 38.766c9.731 17.064 18.083 40.358 24.821 69.233q.041.174.079.347c12.47 56.211 23.437 115.616 33.112 168.027c13.884 75.21 28.241 152.98 39.831 176.145c8.032 16.053 1.53 35.576-14.521 43.607a32.35 32.35 0 0 1-14.518 3.443"/></svg>
</template>

CSS

.icon-partalternationmark {
  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%23FFB636%22%20d%3D%22M443.606%20507.235c-11.919%200-23.394-6.58-29.09-17.964c-14.951-29.881-27.076-92.97-45.622-193.43c-9.566-51.819-20.406-110.54-32.608-165.564c-5.751-24.601-11.891-40.127-16.604-49.192c-4.724%209.084-10.88%2024.661-16.643%2049.354c-6.901%2029.574-15.892%2050.142-28.291%2064.727c-13.549%2015.937-31.409%2024.36-51.65%2024.36s-38.101-8.423-51.649-24.359c-12.4-14.586-21.39-35.154-28.292-64.728c-5.763-24.695-11.918-40.27-16.643-49.354c-4.724%209.083-10.879%2024.658-16.642%2049.353c-11.954%2051.222-21.75%2084.334-22.161%2085.719c-5.11%2017.207-23.199%2027.016-40.408%2021.903c-17.207-5.11-27.013-23.202-21.903-40.408c.094-.318%209.695-32.803%2021.173-81.986c6.738-28.875%2015.089-52.169%2024.821-69.233C81.48%2028.749%2099.229%207.667%20126.514%207.667c15.06%200%2036.848%206.726%2055.12%2038.766c9.732%2017.064%2018.083%2040.357%2024.822%2069.233c7.257%2031.096%2014.931%2038.022%2015.959%2038.827c.134.015.355.032.683.032s.549-.017.683-.032c1.029-.805%208.703-7.731%2015.959-38.827c6.74-28.876%2015.091-52.17%2024.822-69.233c10.086-17.685%2027.836-38.766%2055.12-38.766c15.06%200%2036.848%206.726%2055.12%2038.766c9.731%2017.064%2018.083%2040.358%2024.821%2069.233q.041.174.079.347c12.47%2056.211%2023.437%20115.616%2033.112%20168.027c13.884%2075.21%2028.241%20152.98%2039.831%20176.145c8.032%2016.053%201.53%2035.576-14.521%2043.607a32.35%2032.35%200%200%201-14.518%203.443%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%23FFB636%22%20d%3D%22M443.606%20507.235c-11.919%200-23.394-6.58-29.09-17.964c-14.951-29.881-27.076-92.97-45.622-193.43c-9.566-51.819-20.406-110.54-32.608-165.564c-5.751-24.601-11.891-40.127-16.604-49.192c-4.724%209.084-10.88%2024.661-16.643%2049.354c-6.901%2029.574-15.892%2050.142-28.291%2064.727c-13.549%2015.937-31.409%2024.36-51.65%2024.36s-38.101-8.423-51.649-24.359c-12.4-14.586-21.39-35.154-28.292-64.728c-5.763-24.695-11.918-40.27-16.643-49.354c-4.724%209.083-10.879%2024.658-16.642%2049.353c-11.954%2051.222-21.75%2084.334-22.161%2085.719c-5.11%2017.207-23.199%2027.016-40.408%2021.903c-17.207-5.11-27.013-23.202-21.903-40.408c.094-.318%209.695-32.803%2021.173-81.986c6.738-28.875%2015.089-52.169%2024.821-69.233C81.48%2028.749%2099.229%207.667%20126.514%207.667c15.06%200%2036.848%206.726%2055.12%2038.766c9.732%2017.064%2018.083%2040.357%2024.822%2069.233c7.257%2031.096%2014.931%2038.022%2015.959%2038.827c.134.015.355.032.683.032s.549-.017.683-.032c1.029-.805%208.703-7.731%2015.959-38.827c6.74-28.876%2015.091-52.17%2024.822-69.233c10.086-17.685%2027.836-38.766%2055.12-38.766c15.06%200%2036.848%206.726%2055.12%2038.766c9.731%2017.064%2018.083%2040.358%2024.821%2069.233q.041.174.079.347c12.47%2056.211%2023.437%20115.616%2033.112%20168.027c13.884%2075.21%2028.241%20152.98%2039.831%20176.145c8.032%2016.053%201.53%2035.576-14.521%2043.607a32.35%2032.35%200%200%201-14.518%203.443%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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