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

Name
aok
Set
Firefox OS Emoji
Style
Default
Category
People
Viewbox
512×512
License
Apache 2.0

More people icons from Firefox OS Emoji

Use the aok emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#EDC0A2" d="M332.1 457.7c-1.7 0-3.4-.1-5.1-.4c-19.9-2.8-33.7-21.1-30.9-41L328 188.4l9.4-129.9c1.5-20 19.1-35.4 38.9-33.6c20 1.4 26.3 17 25.5 40.9s5.9 28.5 4.8 43.8s-3.8 68.5-6.3 86.5S368 426.3 368 426.3c-2.5 18.2-18.1 31.4-35.9 31.4"/><path fill="#F2C7AA" d="M310 475.1c-2 0-4-.2-6.1-.5c-19.8-3.3-33.1-22.1-29.8-41.9l37.3-222.3c-2.7-10.3-8.7-31.8-18.4-55.4c-17.3-42.1-35-105-35.7-107.7c-5.4-19.3 5.9-39.4 25.2-44.8c19.3-5.3 27.2 9.7 34.8 26.4c6.9 15.1 19.8 29 23.6 41.8c6.4 21.3 9.5 32.9 19.3 56.7c15.9 38.9 23.1 65.3 25.2 80.7s-39.7 236.6-39.7 236.6c-2.9 17.9-18.3 30.4-35.7 30.4"/><path fill="#FFD3B6" d="M400.5 324.8c.4-4.2.6-8.5.6-12.8c0-90-79.7-184.1-88.8-194.5c-.8-.9-1.6-1.8-2.5-2.6c0 0-40.1-38.4-56.2-53.8c-16.1-15.5-25.8-15-40.8-23.5c-14.3-8.1-36.4-25.9-51.6-10.1c-15.1 15.8-14.6 40.9 1.2 56.1l49.6 47.5l41.6 39.8c2.5 3 5.6 6.8 9.1 11.3c-27.6-7.3-57.1-5.4-87.5-.5c-18.5 3-50.1 21.5-61.4 36c-6.7 8.6-12.8 24.1-24.1 35.1C79.2 262.9 63.1 276.6 78 300c14.8 23.4 48.9 23.4 72.4 8.6l53.5-42.1c33-5.4 69.3 25.8 78.1 58.7c9.4 35.1-11.4 71.3-46.5 80.7c-30.5 8.2-62.7-6.5-76.4-34.9c-12-25-42.1-35.5-67-23.5c-25 12-11.8 35.2.3 60.2c6.8 14.1 7.3 38.8 17.3 50c27.5 30.9 73.6 52.8 107.6 52.8h.1c69.4-.1 110.9-5.5 145.9-40.5c31-31 38.5-81.7 38.5-125.8c-.1-6.5-.5-13-1.3-19.4"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiAok(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#EDC0A2" d="M332.1 457.7c-1.7 0-3.4-.1-5.1-.4c-19.9-2.8-33.7-21.1-30.9-41L328 188.4l9.4-129.9c1.5-20 19.1-35.4 38.9-33.6c20 1.4 26.3 17 25.5 40.9s5.9 28.5 4.8 43.8s-3.8 68.5-6.3 86.5S368 426.3 368 426.3c-2.5 18.2-18.1 31.4-35.9 31.4"/><path fill="#F2C7AA" d="M310 475.1c-2 0-4-.2-6.1-.5c-19.8-3.3-33.1-22.1-29.8-41.9l37.3-222.3c-2.7-10.3-8.7-31.8-18.4-55.4c-17.3-42.1-35-105-35.7-107.7c-5.4-19.3 5.9-39.4 25.2-44.8c19.3-5.3 27.2 9.7 34.8 26.4c6.9 15.1 19.8 29 23.6 41.8c6.4 21.3 9.5 32.9 19.3 56.7c15.9 38.9 23.1 65.3 25.2 80.7s-39.7 236.6-39.7 236.6c-2.9 17.9-18.3 30.4-35.7 30.4"/><path fill="#FFD3B6" d="M400.5 324.8c.4-4.2.6-8.5.6-12.8c0-90-79.7-184.1-88.8-194.5c-.8-.9-1.6-1.8-2.5-2.6c0 0-40.1-38.4-56.2-53.8c-16.1-15.5-25.8-15-40.8-23.5c-14.3-8.1-36.4-25.9-51.6-10.1c-15.1 15.8-14.6 40.9 1.2 56.1l49.6 47.5l41.6 39.8c2.5 3 5.6 6.8 9.1 11.3c-27.6-7.3-57.1-5.4-87.5-.5c-18.5 3-50.1 21.5-61.4 36c-6.7 8.6-12.8 24.1-24.1 35.1C79.2 262.9 63.1 276.6 78 300c14.8 23.4 48.9 23.4 72.4 8.6l53.5-42.1c33-5.4 69.3 25.8 78.1 58.7c9.4 35.1-11.4 71.3-46.5 80.7c-30.5 8.2-62.7-6.5-76.4-34.9c-12-25-42.1-35.5-67-23.5c-25 12-11.8 35.2.3 60.2c6.8 14.1 7.3 38.8 17.3 50c27.5 30.9 73.6 52.8 107.6 52.8h.1c69.4-.1 110.9-5.5 145.9-40.5c31-31 38.5-81.7 38.5-125.8c-.1-6.5-.5-13-1.3-19.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#EDC0A2" d="M332.1 457.7c-1.7 0-3.4-.1-5.1-.4c-19.9-2.8-33.7-21.1-30.9-41L328 188.4l9.4-129.9c1.5-20 19.1-35.4 38.9-33.6c20 1.4 26.3 17 25.5 40.9s5.9 28.5 4.8 43.8s-3.8 68.5-6.3 86.5S368 426.3 368 426.3c-2.5 18.2-18.1 31.4-35.9 31.4"/><path fill="#F2C7AA" d="M310 475.1c-2 0-4-.2-6.1-.5c-19.8-3.3-33.1-22.1-29.8-41.9l37.3-222.3c-2.7-10.3-8.7-31.8-18.4-55.4c-17.3-42.1-35-105-35.7-107.7c-5.4-19.3 5.9-39.4 25.2-44.8c19.3-5.3 27.2 9.7 34.8 26.4c6.9 15.1 19.8 29 23.6 41.8c6.4 21.3 9.5 32.9 19.3 56.7c15.9 38.9 23.1 65.3 25.2 80.7s-39.7 236.6-39.7 236.6c-2.9 17.9-18.3 30.4-35.7 30.4"/><path fill="#FFD3B6" d="M400.5 324.8c.4-4.2.6-8.5.6-12.8c0-90-79.7-184.1-88.8-194.5c-.8-.9-1.6-1.8-2.5-2.6c0 0-40.1-38.4-56.2-53.8c-16.1-15.5-25.8-15-40.8-23.5c-14.3-8.1-36.4-25.9-51.6-10.1c-15.1 15.8-14.6 40.9 1.2 56.1l49.6 47.5l41.6 39.8c2.5 3 5.6 6.8 9.1 11.3c-27.6-7.3-57.1-5.4-87.5-.5c-18.5 3-50.1 21.5-61.4 36c-6.7 8.6-12.8 24.1-24.1 35.1C79.2 262.9 63.1 276.6 78 300c14.8 23.4 48.9 23.4 72.4 8.6l53.5-42.1c33-5.4 69.3 25.8 78.1 58.7c9.4 35.1-11.4 71.3-46.5 80.7c-30.5 8.2-62.7-6.5-76.4-34.9c-12-25-42.1-35.5-67-23.5c-25 12-11.8 35.2.3 60.2c6.8 14.1 7.3 38.8 17.3 50c27.5 30.9 73.6 52.8 107.6 52.8h.1c69.4-.1 110.9-5.5 145.9-40.5c31-31 38.5-81.7 38.5-125.8c-.1-6.5-.5-13-1.3-19.4"/></svg>
</template>

CSS

.icon-aok {
  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%23EDC0A2%22%20d%3D%22M332.1%20457.7c-1.7%200-3.4-.1-5.1-.4c-19.9-2.8-33.7-21.1-30.9-41L328%20188.4l9.4-129.9c1.5-20%2019.1-35.4%2038.9-33.6c20%201.4%2026.3%2017%2025.5%2040.9s5.9%2028.5%204.8%2043.8s-3.8%2068.5-6.3%2086.5S368%20426.3%20368%20426.3c-2.5%2018.2-18.1%2031.4-35.9%2031.4%22%2F%3E%3Cpath%20fill%3D%22%23F2C7AA%22%20d%3D%22M310%20475.1c-2%200-4-.2-6.1-.5c-19.8-3.3-33.1-22.1-29.8-41.9l37.3-222.3c-2.7-10.3-8.7-31.8-18.4-55.4c-17.3-42.1-35-105-35.7-107.7c-5.4-19.3%205.9-39.4%2025.2-44.8c19.3-5.3%2027.2%209.7%2034.8%2026.4c6.9%2015.1%2019.8%2029%2023.6%2041.8c6.4%2021.3%209.5%2032.9%2019.3%2056.7c15.9%2038.9%2023.1%2065.3%2025.2%2080.7s-39.7%20236.6-39.7%20236.6c-2.9%2017.9-18.3%2030.4-35.7%2030.4%22%2F%3E%3Cpath%20fill%3D%22%23FFD3B6%22%20d%3D%22M400.5%20324.8c.4-4.2.6-8.5.6-12.8c0-90-79.7-184.1-88.8-194.5c-.8-.9-1.6-1.8-2.5-2.6c0%200-40.1-38.4-56.2-53.8c-16.1-15.5-25.8-15-40.8-23.5c-14.3-8.1-36.4-25.9-51.6-10.1c-15.1%2015.8-14.6%2040.9%201.2%2056.1l49.6%2047.5l41.6%2039.8c2.5%203%205.6%206.8%209.1%2011.3c-27.6-7.3-57.1-5.4-87.5-.5c-18.5%203-50.1%2021.5-61.4%2036c-6.7%208.6-12.8%2024.1-24.1%2035.1C79.2%20262.9%2063.1%20276.6%2078%20300c14.8%2023.4%2048.9%2023.4%2072.4%208.6l53.5-42.1c33-5.4%2069.3%2025.8%2078.1%2058.7c9.4%2035.1-11.4%2071.3-46.5%2080.7c-30.5%208.2-62.7-6.5-76.4-34.9c-12-25-42.1-35.5-67-23.5c-25%2012-11.8%2035.2.3%2060.2c6.8%2014.1%207.3%2038.8%2017.3%2050c27.5%2030.9%2073.6%2052.8%20107.6%2052.8h.1c69.4-.1%20110.9-5.5%20145.9-40.5c31-31%2038.5-81.7%2038.5-125.8c-.1-6.5-.5-13-1.3-19.4%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%23EDC0A2%22%20d%3D%22M332.1%20457.7c-1.7%200-3.4-.1-5.1-.4c-19.9-2.8-33.7-21.1-30.9-41L328%20188.4l9.4-129.9c1.5-20%2019.1-35.4%2038.9-33.6c20%201.4%2026.3%2017%2025.5%2040.9s5.9%2028.5%204.8%2043.8s-3.8%2068.5-6.3%2086.5S368%20426.3%20368%20426.3c-2.5%2018.2-18.1%2031.4-35.9%2031.4%22%2F%3E%3Cpath%20fill%3D%22%23F2C7AA%22%20d%3D%22M310%20475.1c-2%200-4-.2-6.1-.5c-19.8-3.3-33.1-22.1-29.8-41.9l37.3-222.3c-2.7-10.3-8.7-31.8-18.4-55.4c-17.3-42.1-35-105-35.7-107.7c-5.4-19.3%205.9-39.4%2025.2-44.8c19.3-5.3%2027.2%209.7%2034.8%2026.4c6.9%2015.1%2019.8%2029%2023.6%2041.8c6.4%2021.3%209.5%2032.9%2019.3%2056.7c15.9%2038.9%2023.1%2065.3%2025.2%2080.7s-39.7%20236.6-39.7%20236.6c-2.9%2017.9-18.3%2030.4-35.7%2030.4%22%2F%3E%3Cpath%20fill%3D%22%23FFD3B6%22%20d%3D%22M400.5%20324.8c.4-4.2.6-8.5.6-12.8c0-90-79.7-184.1-88.8-194.5c-.8-.9-1.6-1.8-2.5-2.6c0%200-40.1-38.4-56.2-53.8c-16.1-15.5-25.8-15-40.8-23.5c-14.3-8.1-36.4-25.9-51.6-10.1c-15.1%2015.8-14.6%2040.9%201.2%2056.1l49.6%2047.5l41.6%2039.8c2.5%203%205.6%206.8%209.1%2011.3c-27.6-7.3-57.1-5.4-87.5-.5c-18.5%203-50.1%2021.5-61.4%2036c-6.7%208.6-12.8%2024.1-24.1%2035.1C79.2%20262.9%2063.1%20276.6%2078%20300c14.8%2023.4%2048.9%2023.4%2072.4%208.6l53.5-42.1c33-5.4%2069.3%2025.8%2078.1%2058.7c9.4%2035.1-11.4%2071.3-46.5%2080.7c-30.5%208.2-62.7-6.5-76.4-34.9c-12-25-42.1-35.5-67-23.5c-25%2012-11.8%2035.2.3%2060.2c6.8%2014.1%207.3%2038.8%2017.3%2050c27.5%2030.9%2073.6%2052.8%20107.6%2052.8h.1c69.4-.1%20110.9-5.5%20145.9-40.5c31-31%2038.5-81.7%2038.5-125.8c-.1-6.5-.5-13-1.3-19.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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