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

Name
sportsmedal
Set
Firefox OS Emoji
Style
Default
Category
Objects
Viewbox
512×512
License
Apache 2.0

More objects icons from Firefox OS Emoji

Use the sportsmedal emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#7F4AFF" d="M362.173 85.841H152.314l5.657-75.499h204.203z"/><path fill="#A97DFF" d="M207.683 221.511L124.164 66.799c-10.33-18.11-4.025-41.165 14.081-51.496c18.109-10.323 41.164-4.015 51.496 14.081l96.718 177.847c8.193 14.359-30.519 43.522-42.682 41.427s-23.656-4.18-36.094-27.147"/><path fill="#C6C6C6" d="M256.769 302.985c-36.526 0-66.241-29.716-66.241-66.241c0-36.526 29.715-66.241 66.241-66.241s66.241 29.716 66.241 66.241s-29.716 66.241-66.241 66.241m0-111.892c-25.172 0-45.65 20.479-45.65 45.651s20.479 45.65 45.65 45.65c25.172 0 45.65-20.478 45.65-45.65s-20.478-45.651-45.65-45.651"/><path fill="#FFD60D" d="M373.458 384.969c0 64.445-52.243 116.688-116.688 116.688s-116.688-52.243-116.688-116.688s52.243-116.688 116.688-116.688s116.688 52.243 116.688 116.688"/><path fill="#FFE780" d="m252.78 436.774l-35.042 18.423c-6.289 3.306-13.64-2.034-12.439-9.037l6.692-39.02a8.57 8.57 0 0 0-2.466-7.588l-28.349-27.634c-5.088-4.96-2.28-13.601 4.751-14.623l39.178-5.693a8.57 8.57 0 0 0 6.455-4.69l17.521-35.501c3.145-6.372 12.23-6.372 15.375 0l17.521 35.501a8.58 8.58 0 0 0 6.455 4.69l39.178 5.693c7.032 1.022 9.839 9.663 4.751 14.623l-28.349 27.634a8.58 8.58 0 0 0-2.466 7.588l6.692 39.02c1.201 7.003-6.149 12.344-12.439 9.037l-35.042-18.423a8.57 8.57 0 0 0-7.977 0"/><path fill="#A4ECF4" d="M113.658 309.261c22.987-5.823 41.082-23.919 46.905-46.906c.56-2.211 3.405-2.211 3.965 0c5.823 22.987 23.918 41.083 46.905 46.906c2.211.56 2.211 3.405 0 3.965c-22.987 5.822-41.082 23.917-46.905 46.903c-.56 2.211-3.405 2.211-3.965 0c-5.823-22.986-23.918-41.08-46.905-46.903c-2.211-.56-2.211-3.405 0-3.965"/><path fill="#A97DFF" d="m394.432 67.665l-96.89 164.087a36.59 36.59 0 0 1-25.431 17.014h-24.329l-7.448-23.617l.592-.083c-10.227-7.434-16.773-15.675-12.835-22.102L329.205 29.609c10.301-16.813 31.791-24.298 49.507-15.641c20.321 9.931 27.253 34.876 15.72 53.697"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiSportsmedal(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#7F4AFF" d="M362.173 85.841H152.314l5.657-75.499h204.203z"/><path fill="#A97DFF" d="M207.683 221.511L124.164 66.799c-10.33-18.11-4.025-41.165 14.081-51.496c18.109-10.323 41.164-4.015 51.496 14.081l96.718 177.847c8.193 14.359-30.519 43.522-42.682 41.427s-23.656-4.18-36.094-27.147"/><path fill="#C6C6C6" d="M256.769 302.985c-36.526 0-66.241-29.716-66.241-66.241c0-36.526 29.715-66.241 66.241-66.241s66.241 29.716 66.241 66.241s-29.716 66.241-66.241 66.241m0-111.892c-25.172 0-45.65 20.479-45.65 45.651s20.479 45.65 45.65 45.65c25.172 0 45.65-20.478 45.65-45.65s-20.478-45.651-45.65-45.651"/><path fill="#FFD60D" d="M373.458 384.969c0 64.445-52.243 116.688-116.688 116.688s-116.688-52.243-116.688-116.688s52.243-116.688 116.688-116.688s116.688 52.243 116.688 116.688"/><path fill="#FFE780" d="m252.78 436.774l-35.042 18.423c-6.289 3.306-13.64-2.034-12.439-9.037l6.692-39.02a8.57 8.57 0 0 0-2.466-7.588l-28.349-27.634c-5.088-4.96-2.28-13.601 4.751-14.623l39.178-5.693a8.57 8.57 0 0 0 6.455-4.69l17.521-35.501c3.145-6.372 12.23-6.372 15.375 0l17.521 35.501a8.58 8.58 0 0 0 6.455 4.69l39.178 5.693c7.032 1.022 9.839 9.663 4.751 14.623l-28.349 27.634a8.58 8.58 0 0 0-2.466 7.588l6.692 39.02c1.201 7.003-6.149 12.344-12.439 9.037l-35.042-18.423a8.57 8.57 0 0 0-7.977 0"/><path fill="#A4ECF4" d="M113.658 309.261c22.987-5.823 41.082-23.919 46.905-46.906c.56-2.211 3.405-2.211 3.965 0c5.823 22.987 23.918 41.083 46.905 46.906c2.211.56 2.211 3.405 0 3.965c-22.987 5.822-41.082 23.917-46.905 46.903c-.56 2.211-3.405 2.211-3.965 0c-5.823-22.986-23.918-41.08-46.905-46.903c-2.211-.56-2.211-3.405 0-3.965"/><path fill="#A97DFF" d="m394.432 67.665l-96.89 164.087a36.59 36.59 0 0 1-25.431 17.014h-24.329l-7.448-23.617l.592-.083c-10.227-7.434-16.773-15.675-12.835-22.102L329.205 29.609c10.301-16.813 31.791-24.298 49.507-15.641c20.321 9.931 27.253 34.876 15.72 53.697"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#7F4AFF" d="M362.173 85.841H152.314l5.657-75.499h204.203z"/><path fill="#A97DFF" d="M207.683 221.511L124.164 66.799c-10.33-18.11-4.025-41.165 14.081-51.496c18.109-10.323 41.164-4.015 51.496 14.081l96.718 177.847c8.193 14.359-30.519 43.522-42.682 41.427s-23.656-4.18-36.094-27.147"/><path fill="#C6C6C6" d="M256.769 302.985c-36.526 0-66.241-29.716-66.241-66.241c0-36.526 29.715-66.241 66.241-66.241s66.241 29.716 66.241 66.241s-29.716 66.241-66.241 66.241m0-111.892c-25.172 0-45.65 20.479-45.65 45.651s20.479 45.65 45.65 45.65c25.172 0 45.65-20.478 45.65-45.65s-20.478-45.651-45.65-45.651"/><path fill="#FFD60D" d="M373.458 384.969c0 64.445-52.243 116.688-116.688 116.688s-116.688-52.243-116.688-116.688s52.243-116.688 116.688-116.688s116.688 52.243 116.688 116.688"/><path fill="#FFE780" d="m252.78 436.774l-35.042 18.423c-6.289 3.306-13.64-2.034-12.439-9.037l6.692-39.02a8.57 8.57 0 0 0-2.466-7.588l-28.349-27.634c-5.088-4.96-2.28-13.601 4.751-14.623l39.178-5.693a8.57 8.57 0 0 0 6.455-4.69l17.521-35.501c3.145-6.372 12.23-6.372 15.375 0l17.521 35.501a8.58 8.58 0 0 0 6.455 4.69l39.178 5.693c7.032 1.022 9.839 9.663 4.751 14.623l-28.349 27.634a8.58 8.58 0 0 0-2.466 7.588l6.692 39.02c1.201 7.003-6.149 12.344-12.439 9.037l-35.042-18.423a8.57 8.57 0 0 0-7.977 0"/><path fill="#A4ECF4" d="M113.658 309.261c22.987-5.823 41.082-23.919 46.905-46.906c.56-2.211 3.405-2.211 3.965 0c5.823 22.987 23.918 41.083 46.905 46.906c2.211.56 2.211 3.405 0 3.965c-22.987 5.822-41.082 23.917-46.905 46.903c-.56 2.211-3.405 2.211-3.965 0c-5.823-22.986-23.918-41.08-46.905-46.903c-2.211-.56-2.211-3.405 0-3.965"/><path fill="#A97DFF" d="m394.432 67.665l-96.89 164.087a36.59 36.59 0 0 1-25.431 17.014h-24.329l-7.448-23.617l.592-.083c-10.227-7.434-16.773-15.675-12.835-22.102L329.205 29.609c10.301-16.813 31.791-24.298 49.507-15.641c20.321 9.931 27.253 34.876 15.72 53.697"/></svg>
</template>

CSS

.icon-sportsmedal {
  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%237F4AFF%22%20d%3D%22M362.173%2085.841H152.314l5.657-75.499h204.203z%22%2F%3E%3Cpath%20fill%3D%22%23A97DFF%22%20d%3D%22M207.683%20221.511L124.164%2066.799c-10.33-18.11-4.025-41.165%2014.081-51.496c18.109-10.323%2041.164-4.015%2051.496%2014.081l96.718%20177.847c8.193%2014.359-30.519%2043.522-42.682%2041.427s-23.656-4.18-36.094-27.147%22%2F%3E%3Cpath%20fill%3D%22%23C6C6C6%22%20d%3D%22M256.769%20302.985c-36.526%200-66.241-29.716-66.241-66.241c0-36.526%2029.715-66.241%2066.241-66.241s66.241%2029.716%2066.241%2066.241s-29.716%2066.241-66.241%2066.241m0-111.892c-25.172%200-45.65%2020.479-45.65%2045.651s20.479%2045.65%2045.65%2045.65c25.172%200%2045.65-20.478%2045.65-45.65s-20.478-45.651-45.65-45.651%22%2F%3E%3Cpath%20fill%3D%22%23FFD60D%22%20d%3D%22M373.458%20384.969c0%2064.445-52.243%20116.688-116.688%20116.688s-116.688-52.243-116.688-116.688s52.243-116.688%20116.688-116.688s116.688%2052.243%20116.688%20116.688%22%2F%3E%3Cpath%20fill%3D%22%23FFE780%22%20d%3D%22m252.78%20436.774l-35.042%2018.423c-6.289%203.306-13.64-2.034-12.439-9.037l6.692-39.02a8.57%208.57%200%200%200-2.466-7.588l-28.349-27.634c-5.088-4.96-2.28-13.601%204.751-14.623l39.178-5.693a8.57%208.57%200%200%200%206.455-4.69l17.521-35.501c3.145-6.372%2012.23-6.372%2015.375%200l17.521%2035.501a8.58%208.58%200%200%200%206.455%204.69l39.178%205.693c7.032%201.022%209.839%209.663%204.751%2014.623l-28.349%2027.634a8.58%208.58%200%200%200-2.466%207.588l6.692%2039.02c1.201%207.003-6.149%2012.344-12.439%209.037l-35.042-18.423a8.57%208.57%200%200%200-7.977%200%22%2F%3E%3Cpath%20fill%3D%22%23A4ECF4%22%20d%3D%22M113.658%20309.261c22.987-5.823%2041.082-23.919%2046.905-46.906c.56-2.211%203.405-2.211%203.965%200c5.823%2022.987%2023.918%2041.083%2046.905%2046.906c2.211.56%202.211%203.405%200%203.965c-22.987%205.822-41.082%2023.917-46.905%2046.903c-.56%202.211-3.405%202.211-3.965%200c-5.823-22.986-23.918-41.08-46.905-46.903c-2.211-.56-2.211-3.405%200-3.965%22%2F%3E%3Cpath%20fill%3D%22%23A97DFF%22%20d%3D%22m394.432%2067.665l-96.89%20164.087a36.59%2036.59%200%200%201-25.431%2017.014h-24.329l-7.448-23.617l.592-.083c-10.227-7.434-16.773-15.675-12.835-22.102L329.205%2029.609c10.301-16.813%2031.791-24.298%2049.507-15.641c20.321%209.931%2027.253%2034.876%2015.72%2053.697%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%237F4AFF%22%20d%3D%22M362.173%2085.841H152.314l5.657-75.499h204.203z%22%2F%3E%3Cpath%20fill%3D%22%23A97DFF%22%20d%3D%22M207.683%20221.511L124.164%2066.799c-10.33-18.11-4.025-41.165%2014.081-51.496c18.109-10.323%2041.164-4.015%2051.496%2014.081l96.718%20177.847c8.193%2014.359-30.519%2043.522-42.682%2041.427s-23.656-4.18-36.094-27.147%22%2F%3E%3Cpath%20fill%3D%22%23C6C6C6%22%20d%3D%22M256.769%20302.985c-36.526%200-66.241-29.716-66.241-66.241c0-36.526%2029.715-66.241%2066.241-66.241s66.241%2029.716%2066.241%2066.241s-29.716%2066.241-66.241%2066.241m0-111.892c-25.172%200-45.65%2020.479-45.65%2045.651s20.479%2045.65%2045.65%2045.65c25.172%200%2045.65-20.478%2045.65-45.65s-20.478-45.651-45.65-45.651%22%2F%3E%3Cpath%20fill%3D%22%23FFD60D%22%20d%3D%22M373.458%20384.969c0%2064.445-52.243%20116.688-116.688%20116.688s-116.688-52.243-116.688-116.688s52.243-116.688%20116.688-116.688s116.688%2052.243%20116.688%20116.688%22%2F%3E%3Cpath%20fill%3D%22%23FFE780%22%20d%3D%22m252.78%20436.774l-35.042%2018.423c-6.289%203.306-13.64-2.034-12.439-9.037l6.692-39.02a8.57%208.57%200%200%200-2.466-7.588l-28.349-27.634c-5.088-4.96-2.28-13.601%204.751-14.623l39.178-5.693a8.57%208.57%200%200%200%206.455-4.69l17.521-35.501c3.145-6.372%2012.23-6.372%2015.375%200l17.521%2035.501a8.58%208.58%200%200%200%206.455%204.69l39.178%205.693c7.032%201.022%209.839%209.663%204.751%2014.623l-28.349%2027.634a8.58%208.58%200%200%200-2.466%207.588l6.692%2039.02c1.201%207.003-6.149%2012.344-12.439%209.037l-35.042-18.423a8.57%208.57%200%200%200-7.977%200%22%2F%3E%3Cpath%20fill%3D%22%23A4ECF4%22%20d%3D%22M113.658%20309.261c22.987-5.823%2041.082-23.919%2046.905-46.906c.56-2.211%203.405-2.211%203.965%200c5.823%2022.987%2023.918%2041.083%2046.905%2046.906c2.211.56%202.211%203.405%200%203.965c-22.987%205.822-41.082%2023.917-46.905%2046.903c-.56%202.211-3.405%202.211-3.965%200c-5.823-22.986-23.918-41.08-46.905-46.903c-2.211-.56-2.211-3.405%200-3.965%22%2F%3E%3Cpath%20fill%3D%22%23A97DFF%22%20d%3D%22m394.432%2067.665l-96.89%20164.087a36.59%2036.59%200%200%201-25.431%2017.014h-24.329l-7.448-23.617l.592-.083c-10.227-7.434-16.773-15.675-12.835-22.102L329.205%2029.609c10.301-16.813%2031.791-24.298%2049.507-15.641c20.321%209.931%2027.253%2034.876%2015.72%2053.697%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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