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

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

The same emoji in other sets

More people icons from Firefox OS Emoji

Use the halo emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFA1E0" d="M255.65 35.344c-121.8 0-220.532 98.746-220.532 220.531c0 3.545.102 7.066.267 10.571c-12.848 1.682-22.803 12.553-22.803 25.859c0 14.471 11.731 26.202 26.202 26.202h5.409c26.994 91.291 111.42 157.922 211.457 157.922c121.796 0 220.529-98.744 220.529-220.554c0-121.785-98.733-220.531-220.529-220.531"/><path fill="#2B3B47" d="M395.874 246.967c-.128.931-.339 1.861-.74 2.764c-6.065 13.646-18.448 22.124-32.314 22.124c-13.867 0-26.249-8.478-32.315-22.124c-.401-.901-.612-1.83-.74-2.76c-1.727-3.95-.941-8.673 2.456-11.684c4.238-3.742 10.679-3.343 14.415.871c4.079 4.607 9.98 7.247 16.191 7.247c6.204-.003 12.098-2.643 16.177-7.244c3.729-4.218 10.184-4.617 14.415-.878c3.396 3.012 4.182 7.736 2.455 11.684m-222.76-11.684c-4.231-3.736-10.686-3.346-14.415.878c-4.072 4.6-9.966 7.24-16.171 7.244h-.003c-6.211 0-12.111-2.643-16.191-7.247a10.21 10.21 0 0 0-14.415-.871c-3.399 3.011-4.182 7.735-2.456 11.684c.128.93.339 1.86.74 2.761c6.062 13.646 18.444 22.124 32.314 22.124s26.252-8.478 32.315-22.124c.401-.901.612-1.83.739-2.76c1.729-3.951.943-8.676-2.457-11.689m80.618 100.959c-19.164 0-41.185.709-41.185 19.874s22.021 34.7 41.185 34.7s41.185-15.536 41.185-34.7s-22.021-19.874-41.185-19.874"/><path fill="#E583C9" d="M475.767 242.946c-3.117-53.791-25.503-102.381-60.396-139.023c21.309 34.516 33.618 75.175 33.618 118.727c0 125.133-101.443 226.553-226.577 226.553c-43.541 0-84.199-12.286-118.739-33.607c39.56 37.671 93.054 60.833 151.977 60.833c108.424 0 198.504-78.275 216.992-181.39h.063c14.47 0 26.201-11.73 26.201-26.2c0-13.423-10.13-24.359-23.139-25.893"/><path fill="#E583C9" d="M403.061 202.159c-3.28 0-6.31-2.138-7.287-5.442c-2.442-8.23-8.349-15.048-16.19-18.708c-7.854-3.66-16.87-3.802-24.764-.383c-3.855 1.67-8.336-.102-9.999-3.95a7.605 7.605 0 0 1 3.954-10.003c11.867-5.148 25.45-4.944 37.238.554c11.788 5.501 20.659 15.765 24.335 28.16a7.603 7.603 0 0 1-7.287 9.772m-291.37-5.438c2.452-8.24 8.359-15.062 16.213-18.721c7.848-3.65 16.864-3.792 24.731-.376a7.61 7.61 0 0 0 10.003-3.944c1.673-3.855-.092-8.333-3.944-10.003c-11.857-5.155-25.417-4.953-37.215.538c-11.791 5.498-20.672 15.765-24.361 28.17a7.6 7.6 0 0 0 5.118 9.455c.723.218 1.452.32 2.171.32a7.61 7.61 0 0 0 7.284-5.439"/><path fill="#FFD469" d="M253.738 121.525c-75.024 0-202.005-12.377-202.005-58.756C51.734 16.379 178.714 4 253.738 4c75.026 0 202.007 12.379 202.007 58.769c0 46.378-126.981 58.756-202.007 58.756m0-92.34c-109.984 0-173.586 21.994-176.845 33.787c3.27 11.383 66.883 33.368 176.845 33.368s173.577-21.985 176.848-33.78c-3.259-11.382-66.86-33.375-176.848-33.375"/><path fill="#FFB636" d="M76.78 62.972c9.988-15.377 77.615-33.787 177.605-33.787c98.946 0 161.801 16.365 177.197 33.133c0 0 29.779-58.317-177.197-58.317S76.78 62.972 76.78 62.972"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiHalo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFA1E0" d="M255.65 35.344c-121.8 0-220.532 98.746-220.532 220.531c0 3.545.102 7.066.267 10.571c-12.848 1.682-22.803 12.553-22.803 25.859c0 14.471 11.731 26.202 26.202 26.202h5.409c26.994 91.291 111.42 157.922 211.457 157.922c121.796 0 220.529-98.744 220.529-220.554c0-121.785-98.733-220.531-220.529-220.531"/><path fill="#2B3B47" d="M395.874 246.967c-.128.931-.339 1.861-.74 2.764c-6.065 13.646-18.448 22.124-32.314 22.124c-13.867 0-26.249-8.478-32.315-22.124c-.401-.901-.612-1.83-.74-2.76c-1.727-3.95-.941-8.673 2.456-11.684c4.238-3.742 10.679-3.343 14.415.871c4.079 4.607 9.98 7.247 16.191 7.247c6.204-.003 12.098-2.643 16.177-7.244c3.729-4.218 10.184-4.617 14.415-.878c3.396 3.012 4.182 7.736 2.455 11.684m-222.76-11.684c-4.231-3.736-10.686-3.346-14.415.878c-4.072 4.6-9.966 7.24-16.171 7.244h-.003c-6.211 0-12.111-2.643-16.191-7.247a10.21 10.21 0 0 0-14.415-.871c-3.399 3.011-4.182 7.735-2.456 11.684c.128.93.339 1.86.74 2.761c6.062 13.646 18.444 22.124 32.314 22.124s26.252-8.478 32.315-22.124c.401-.901.612-1.83.739-2.76c1.729-3.951.943-8.676-2.457-11.689m80.618 100.959c-19.164 0-41.185.709-41.185 19.874s22.021 34.7 41.185 34.7s41.185-15.536 41.185-34.7s-22.021-19.874-41.185-19.874"/><path fill="#E583C9" d="M475.767 242.946c-3.117-53.791-25.503-102.381-60.396-139.023c21.309 34.516 33.618 75.175 33.618 118.727c0 125.133-101.443 226.553-226.577 226.553c-43.541 0-84.199-12.286-118.739-33.607c39.56 37.671 93.054 60.833 151.977 60.833c108.424 0 198.504-78.275 216.992-181.39h.063c14.47 0 26.201-11.73 26.201-26.2c0-13.423-10.13-24.359-23.139-25.893"/><path fill="#E583C9" d="M403.061 202.159c-3.28 0-6.31-2.138-7.287-5.442c-2.442-8.23-8.349-15.048-16.19-18.708c-7.854-3.66-16.87-3.802-24.764-.383c-3.855 1.67-8.336-.102-9.999-3.95a7.605 7.605 0 0 1 3.954-10.003c11.867-5.148 25.45-4.944 37.238.554c11.788 5.501 20.659 15.765 24.335 28.16a7.603 7.603 0 0 1-7.287 9.772m-291.37-5.438c2.452-8.24 8.359-15.062 16.213-18.721c7.848-3.65 16.864-3.792 24.731-.376a7.61 7.61 0 0 0 10.003-3.944c1.673-3.855-.092-8.333-3.944-10.003c-11.857-5.155-25.417-4.953-37.215.538c-11.791 5.498-20.672 15.765-24.361 28.17a7.6 7.6 0 0 0 5.118 9.455c.723.218 1.452.32 2.171.32a7.61 7.61 0 0 0 7.284-5.439"/><path fill="#FFD469" d="M253.738 121.525c-75.024 0-202.005-12.377-202.005-58.756C51.734 16.379 178.714 4 253.738 4c75.026 0 202.007 12.379 202.007 58.769c0 46.378-126.981 58.756-202.007 58.756m0-92.34c-109.984 0-173.586 21.994-176.845 33.787c3.27 11.383 66.883 33.368 176.845 33.368s173.577-21.985 176.848-33.78c-3.259-11.382-66.86-33.375-176.848-33.375"/><path fill="#FFB636" d="M76.78 62.972c9.988-15.377 77.615-33.787 177.605-33.787c98.946 0 161.801 16.365 177.197 33.133c0 0 29.779-58.317-177.197-58.317S76.78 62.972 76.78 62.972"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFA1E0" d="M255.65 35.344c-121.8 0-220.532 98.746-220.532 220.531c0 3.545.102 7.066.267 10.571c-12.848 1.682-22.803 12.553-22.803 25.859c0 14.471 11.731 26.202 26.202 26.202h5.409c26.994 91.291 111.42 157.922 211.457 157.922c121.796 0 220.529-98.744 220.529-220.554c0-121.785-98.733-220.531-220.529-220.531"/><path fill="#2B3B47" d="M395.874 246.967c-.128.931-.339 1.861-.74 2.764c-6.065 13.646-18.448 22.124-32.314 22.124c-13.867 0-26.249-8.478-32.315-22.124c-.401-.901-.612-1.83-.74-2.76c-1.727-3.95-.941-8.673 2.456-11.684c4.238-3.742 10.679-3.343 14.415.871c4.079 4.607 9.98 7.247 16.191 7.247c6.204-.003 12.098-2.643 16.177-7.244c3.729-4.218 10.184-4.617 14.415-.878c3.396 3.012 4.182 7.736 2.455 11.684m-222.76-11.684c-4.231-3.736-10.686-3.346-14.415.878c-4.072 4.6-9.966 7.24-16.171 7.244h-.003c-6.211 0-12.111-2.643-16.191-7.247a10.21 10.21 0 0 0-14.415-.871c-3.399 3.011-4.182 7.735-2.456 11.684c.128.93.339 1.86.74 2.761c6.062 13.646 18.444 22.124 32.314 22.124s26.252-8.478 32.315-22.124c.401-.901.612-1.83.739-2.76c1.729-3.951.943-8.676-2.457-11.689m80.618 100.959c-19.164 0-41.185.709-41.185 19.874s22.021 34.7 41.185 34.7s41.185-15.536 41.185-34.7s-22.021-19.874-41.185-19.874"/><path fill="#E583C9" d="M475.767 242.946c-3.117-53.791-25.503-102.381-60.396-139.023c21.309 34.516 33.618 75.175 33.618 118.727c0 125.133-101.443 226.553-226.577 226.553c-43.541 0-84.199-12.286-118.739-33.607c39.56 37.671 93.054 60.833 151.977 60.833c108.424 0 198.504-78.275 216.992-181.39h.063c14.47 0 26.201-11.73 26.201-26.2c0-13.423-10.13-24.359-23.139-25.893"/><path fill="#E583C9" d="M403.061 202.159c-3.28 0-6.31-2.138-7.287-5.442c-2.442-8.23-8.349-15.048-16.19-18.708c-7.854-3.66-16.87-3.802-24.764-.383c-3.855 1.67-8.336-.102-9.999-3.95a7.605 7.605 0 0 1 3.954-10.003c11.867-5.148 25.45-4.944 37.238.554c11.788 5.501 20.659 15.765 24.335 28.16a7.603 7.603 0 0 1-7.287 9.772m-291.37-5.438c2.452-8.24 8.359-15.062 16.213-18.721c7.848-3.65 16.864-3.792 24.731-.376a7.61 7.61 0 0 0 10.003-3.944c1.673-3.855-.092-8.333-3.944-10.003c-11.857-5.155-25.417-4.953-37.215.538c-11.791 5.498-20.672 15.765-24.361 28.17a7.6 7.6 0 0 0 5.118 9.455c.723.218 1.452.32 2.171.32a7.61 7.61 0 0 0 7.284-5.439"/><path fill="#FFD469" d="M253.738 121.525c-75.024 0-202.005-12.377-202.005-58.756C51.734 16.379 178.714 4 253.738 4c75.026 0 202.007 12.379 202.007 58.769c0 46.378-126.981 58.756-202.007 58.756m0-92.34c-109.984 0-173.586 21.994-176.845 33.787c3.27 11.383 66.883 33.368 176.845 33.368s173.577-21.985 176.848-33.78c-3.259-11.382-66.86-33.375-176.848-33.375"/><path fill="#FFB636" d="M76.78 62.972c9.988-15.377 77.615-33.787 177.605-33.787c98.946 0 161.801 16.365 177.197 33.133c0 0 29.779-58.317-177.197-58.317S76.78 62.972 76.78 62.972"/></svg>
</template>

CSS

.icon-halo {
  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%23FFA1E0%22%20d%3D%22M255.65%2035.344c-121.8%200-220.532%2098.746-220.532%20220.531c0%203.545.102%207.066.267%2010.571c-12.848%201.682-22.803%2012.553-22.803%2025.859c0%2014.471%2011.731%2026.202%2026.202%2026.202h5.409c26.994%2091.291%20111.42%20157.922%20211.457%20157.922c121.796%200%20220.529-98.744%20220.529-220.554c0-121.785-98.733-220.531-220.529-220.531%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M395.874%20246.967c-.128.931-.339%201.861-.74%202.764c-6.065%2013.646-18.448%2022.124-32.314%2022.124c-13.867%200-26.249-8.478-32.315-22.124c-.401-.901-.612-1.83-.74-2.76c-1.727-3.95-.941-8.673%202.456-11.684c4.238-3.742%2010.679-3.343%2014.415.871c4.079%204.607%209.98%207.247%2016.191%207.247c6.204-.003%2012.098-2.643%2016.177-7.244c3.729-4.218%2010.184-4.617%2014.415-.878c3.396%203.012%204.182%207.736%202.455%2011.684m-222.76-11.684c-4.231-3.736-10.686-3.346-14.415.878c-4.072%204.6-9.966%207.24-16.171%207.244h-.003c-6.211%200-12.111-2.643-16.191-7.247a10.21%2010.21%200%200%200-14.415-.871c-3.399%203.011-4.182%207.735-2.456%2011.684c.128.93.339%201.86.74%202.761c6.062%2013.646%2018.444%2022.124%2032.314%2022.124s26.252-8.478%2032.315-22.124c.401-.901.612-1.83.739-2.76c1.729-3.951.943-8.676-2.457-11.689m80.618%20100.959c-19.164%200-41.185.709-41.185%2019.874s22.021%2034.7%2041.185%2034.7s41.185-15.536%2041.185-34.7s-22.021-19.874-41.185-19.874%22%2F%3E%3Cpath%20fill%3D%22%23E583C9%22%20d%3D%22M475.767%20242.946c-3.117-53.791-25.503-102.381-60.396-139.023c21.309%2034.516%2033.618%2075.175%2033.618%20118.727c0%20125.133-101.443%20226.553-226.577%20226.553c-43.541%200-84.199-12.286-118.739-33.607c39.56%2037.671%2093.054%2060.833%20151.977%2060.833c108.424%200%20198.504-78.275%20216.992-181.39h.063c14.47%200%2026.201-11.73%2026.201-26.2c0-13.423-10.13-24.359-23.139-25.893%22%2F%3E%3Cpath%20fill%3D%22%23E583C9%22%20d%3D%22M403.061%20202.159c-3.28%200-6.31-2.138-7.287-5.442c-2.442-8.23-8.349-15.048-16.19-18.708c-7.854-3.66-16.87-3.802-24.764-.383c-3.855%201.67-8.336-.102-9.999-3.95a7.605%207.605%200%200%201%203.954-10.003c11.867-5.148%2025.45-4.944%2037.238.554c11.788%205.501%2020.659%2015.765%2024.335%2028.16a7.603%207.603%200%200%201-7.287%209.772m-291.37-5.438c2.452-8.24%208.359-15.062%2016.213-18.721c7.848-3.65%2016.864-3.792%2024.731-.376a7.61%207.61%200%200%200%2010.003-3.944c1.673-3.855-.092-8.333-3.944-10.003c-11.857-5.155-25.417-4.953-37.215.538c-11.791%205.498-20.672%2015.765-24.361%2028.17a7.6%207.6%200%200%200%205.118%209.455c.723.218%201.452.32%202.171.32a7.61%207.61%200%200%200%207.284-5.439%22%2F%3E%3Cpath%20fill%3D%22%23FFD469%22%20d%3D%22M253.738%20121.525c-75.024%200-202.005-12.377-202.005-58.756C51.734%2016.379%20178.714%204%20253.738%204c75.026%200%20202.007%2012.379%20202.007%2058.769c0%2046.378-126.981%2058.756-202.007%2058.756m0-92.34c-109.984%200-173.586%2021.994-176.845%2033.787c3.27%2011.383%2066.883%2033.368%20176.845%2033.368s173.577-21.985%20176.848-33.78c-3.259-11.382-66.86-33.375-176.848-33.375%22%2F%3E%3Cpath%20fill%3D%22%23FFB636%22%20d%3D%22M76.78%2062.972c9.988-15.377%2077.615-33.787%20177.605-33.787c98.946%200%20161.801%2016.365%20177.197%2033.133c0%200%2029.779-58.317-177.197-58.317S76.78%2062.972%2076.78%2062.972%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%23FFA1E0%22%20d%3D%22M255.65%2035.344c-121.8%200-220.532%2098.746-220.532%20220.531c0%203.545.102%207.066.267%2010.571c-12.848%201.682-22.803%2012.553-22.803%2025.859c0%2014.471%2011.731%2026.202%2026.202%2026.202h5.409c26.994%2091.291%20111.42%20157.922%20211.457%20157.922c121.796%200%20220.529-98.744%20220.529-220.554c0-121.785-98.733-220.531-220.529-220.531%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M395.874%20246.967c-.128.931-.339%201.861-.74%202.764c-6.065%2013.646-18.448%2022.124-32.314%2022.124c-13.867%200-26.249-8.478-32.315-22.124c-.401-.901-.612-1.83-.74-2.76c-1.727-3.95-.941-8.673%202.456-11.684c4.238-3.742%2010.679-3.343%2014.415.871c4.079%204.607%209.98%207.247%2016.191%207.247c6.204-.003%2012.098-2.643%2016.177-7.244c3.729-4.218%2010.184-4.617%2014.415-.878c3.396%203.012%204.182%207.736%202.455%2011.684m-222.76-11.684c-4.231-3.736-10.686-3.346-14.415.878c-4.072%204.6-9.966%207.24-16.171%207.244h-.003c-6.211%200-12.111-2.643-16.191-7.247a10.21%2010.21%200%200%200-14.415-.871c-3.399%203.011-4.182%207.735-2.456%2011.684c.128.93.339%201.86.74%202.761c6.062%2013.646%2018.444%2022.124%2032.314%2022.124s26.252-8.478%2032.315-22.124c.401-.901.612-1.83.739-2.76c1.729-3.951.943-8.676-2.457-11.689m80.618%20100.959c-19.164%200-41.185.709-41.185%2019.874s22.021%2034.7%2041.185%2034.7s41.185-15.536%2041.185-34.7s-22.021-19.874-41.185-19.874%22%2F%3E%3Cpath%20fill%3D%22%23E583C9%22%20d%3D%22M475.767%20242.946c-3.117-53.791-25.503-102.381-60.396-139.023c21.309%2034.516%2033.618%2075.175%2033.618%20118.727c0%20125.133-101.443%20226.553-226.577%20226.553c-43.541%200-84.199-12.286-118.739-33.607c39.56%2037.671%2093.054%2060.833%20151.977%2060.833c108.424%200%20198.504-78.275%20216.992-181.39h.063c14.47%200%2026.201-11.73%2026.201-26.2c0-13.423-10.13-24.359-23.139-25.893%22%2F%3E%3Cpath%20fill%3D%22%23E583C9%22%20d%3D%22M403.061%20202.159c-3.28%200-6.31-2.138-7.287-5.442c-2.442-8.23-8.349-15.048-16.19-18.708c-7.854-3.66-16.87-3.802-24.764-.383c-3.855%201.67-8.336-.102-9.999-3.95a7.605%207.605%200%200%201%203.954-10.003c11.867-5.148%2025.45-4.944%2037.238.554c11.788%205.501%2020.659%2015.765%2024.335%2028.16a7.603%207.603%200%200%201-7.287%209.772m-291.37-5.438c2.452-8.24%208.359-15.062%2016.213-18.721c7.848-3.65%2016.864-3.792%2024.731-.376a7.61%207.61%200%200%200%2010.003-3.944c1.673-3.855-.092-8.333-3.944-10.003c-11.857-5.155-25.417-4.953-37.215.538c-11.791%205.498-20.672%2015.765-24.361%2028.17a7.6%207.6%200%200%200%205.118%209.455c.723.218%201.452.32%202.171.32a7.61%207.61%200%200%200%207.284-5.439%22%2F%3E%3Cpath%20fill%3D%22%23FFD469%22%20d%3D%22M253.738%20121.525c-75.024%200-202.005-12.377-202.005-58.756C51.734%2016.379%20178.714%204%20253.738%204c75.026%200%20202.007%2012.379%20202.007%2058.769c0%2046.378-126.981%2058.756-202.007%2058.756m0-92.34c-109.984%200-173.586%2021.994-176.845%2033.787c3.27%2011.383%2066.883%2033.368%20176.845%2033.368s173.577-21.985%20176.848-33.78c-3.259-11.382-66.86-33.375-176.848-33.375%22%2F%3E%3Cpath%20fill%3D%22%23FFB636%22%20d%3D%22M76.78%2062.972c9.988-15.377%2077.615-33.787%20177.605-33.787c98.946%200%20161.801%2016.365%20177.197%2033.133c0%200%2029.779-58.317-177.197-58.317S76.78%2062.972%2076.78%2062.972%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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