award3 icon

award3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
award3-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the award3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.811 5.49v.74l-3.54-2.05c-1.34-.77-3.21-.77-4.54 0l-3.54 2.06v-.75c0-2.25 1.23-3.49 3.48-3.49h4.66c2.25 0 3.48 1.24 3.48 3.49"/><path d="m17.84 7.968l-.14-.07l-1.36-.78l-2.82-1.63c-.86-.5-2.18-.5-3.04 0l-2.82 1.62l-1.36.8l-.18.09c-1.75 1.18-1.87 1.4-1.87 3.29v4.52c0 1.89.12 2.11 1.91 3.32l4.32 2.49c.43.26.97.37 1.52.37c.54 0 1.09-.12 1.52-.37l4.36-2.52c1.76-1.18 1.87-1.39 1.87-3.29v-4.52c0-1.89-.12-2.11-1.91-3.32m-3.05 5.53l-.61.75c-.1.11-.17.32-.16.47l.06.96c.04.59-.38.89-.93.68l-.89-.36a.9.9 0 0 0-.51 0l-.89.35c-.55.22-.97-.09-.93-.68l.06-.96a.72.72 0 0 0-.16-.47l-.62-.74c-.38-.45-.21-.95.36-1.1l.93-.24c.15-.04.32-.18.4-.3l.52-.8c.32-.5.83-.5 1.16 0l.52.8c.08.13.26.26.4.3l.93.24c.57.15.74.65.36 1.1"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconAward3Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.811 5.49v.74l-3.54-2.05c-1.34-.77-3.21-.77-4.54 0l-3.54 2.06v-.75c0-2.25 1.23-3.49 3.48-3.49h4.66c2.25 0 3.48 1.24 3.48 3.49"/><path d="m17.84 7.968l-.14-.07l-1.36-.78l-2.82-1.63c-.86-.5-2.18-.5-3.04 0l-2.82 1.62l-1.36.8l-.18.09c-1.75 1.18-1.87 1.4-1.87 3.29v4.52c0 1.89.12 2.11 1.91 3.32l4.32 2.49c.43.26.97.37 1.52.37c.54 0 1.09-.12 1.52-.37l4.36-2.52c1.76-1.18 1.87-1.39 1.87-3.29v-4.52c0-1.89-.12-2.11-1.91-3.32m-3.05 5.53l-.61.75c-.1.11-.17.32-.16.47l.06.96c.04.59-.38.89-.93.68l-.89-.36a.9.9 0 0 0-.51 0l-.89.35c-.55.22-.97-.09-.93-.68l.06-.96a.72.72 0 0 0-.16-.47l-.62-.74c-.38-.45-.21-.95.36-1.1l.93-.24c.15-.04.32-.18.4-.3l.52-.8c.32-.5.83-.5 1.16 0l.52.8c.08.13.26.26.4.3l.93.24c.57.15.74.65.36 1.1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.811 5.49v.74l-3.54-2.05c-1.34-.77-3.21-.77-4.54 0l-3.54 2.06v-.75c0-2.25 1.23-3.49 3.48-3.49h4.66c2.25 0 3.48 1.24 3.48 3.49"/><path d="m17.84 7.968l-.14-.07l-1.36-.78l-2.82-1.63c-.86-.5-2.18-.5-3.04 0l-2.82 1.62l-1.36.8l-.18.09c-1.75 1.18-1.87 1.4-1.87 3.29v4.52c0 1.89.12 2.11 1.91 3.32l4.32 2.49c.43.26.97.37 1.52.37c.54 0 1.09-.12 1.52-.37l4.36-2.52c1.76-1.18 1.87-1.39 1.87-3.29v-4.52c0-1.89-.12-2.11-1.91-3.32m-3.05 5.53l-.61.75c-.1.11-.17.32-.16.47l.06.96c.04.59-.38.89-.93.68l-.89-.36a.9.9 0 0 0-.51 0l-.89.35c-.55.22-.97-.09-.93-.68l.06-.96a.72.72 0 0 0-.16-.47l-.62-.74c-.38-.45-.21-.95.36-1.1l.93-.24c.15-.04.32-.18.4-.3l.52-.8c.32-.5.83-.5 1.16 0l.52.8c.08.13.26.26.4.3l.93.24c.57.15.74.65.36 1.1"/></g></svg>
</template>

CSS

.icon-award3-filled {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.811%205.49v.74l-3.54-2.05c-1.34-.77-3.21-.77-4.54%200l-3.54%202.06v-.75c0-2.25%201.23-3.49%203.48-3.49h4.66c2.25%200%203.48%201.24%203.48%203.49%22%2F%3E%3Cpath%20d%3D%22m17.84%207.968l-.14-.07l-1.36-.78l-2.82-1.63c-.86-.5-2.18-.5-3.04%200l-2.82%201.62l-1.36.8l-.18.09c-1.75%201.18-1.87%201.4-1.87%203.29v4.52c0%201.89.12%202.11%201.91%203.32l4.32%202.49c.43.26.97.37%201.52.37c.54%200%201.09-.12%201.52-.37l4.36-2.52c1.76-1.18%201.87-1.39%201.87-3.29v-4.52c0-1.89-.12-2.11-1.91-3.32m-3.05%205.53l-.61.75c-.1.11-.17.32-.16.47l.06.96c.04.59-.38.89-.93.68l-.89-.36a.9.9%200%200%200-.51%200l-.89.35c-.55.22-.97-.09-.93-.68l.06-.96a.72.72%200%200%200-.16-.47l-.62-.74c-.38-.45-.21-.95.36-1.1l.93-.24c.15-.04.32-.18.4-.3l.52-.8c.32-.5.83-.5%201.16%200l.52.8c.08.13.26.26.4.3l.93.24c.57.15.74.65.36%201.1%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.811%205.49v.74l-3.54-2.05c-1.34-.77-3.21-.77-4.54%200l-3.54%202.06v-.75c0-2.25%201.23-3.49%203.48-3.49h4.66c2.25%200%203.48%201.24%203.48%203.49%22%2F%3E%3Cpath%20d%3D%22m17.84%207.968l-.14-.07l-1.36-.78l-2.82-1.63c-.86-.5-2.18-.5-3.04%200l-2.82%201.62l-1.36.8l-.18.09c-1.75%201.18-1.87%201.4-1.87%203.29v4.52c0%201.89.12%202.11%201.91%203.32l4.32%202.49c.43.26.97.37%201.52.37c.54%200%201.09-.12%201.52-.37l4.36-2.52c1.76-1.18%201.87-1.39%201.87-3.29v-4.52c0-1.89-.12-2.11-1.91-3.32m-3.05%205.53l-.61.75c-.1.11-.17.32-.16.47l.06.96c.04.59-.38.89-.93.68l-.89-.36a.9.9%200%200%200-.51%200l-.89.35c-.55.22-.97-.09-.93-.68l.06-.96a.72.72%200%200%200-.16-.47l-.62-.74c-.38-.45-.21-.95.36-1.1l.93-.24c.15-.04.32-.18.4-.3l.52-.8c.32-.5.83-.5%201.16%200l.52.8c.08.13.26.26.4.3l.93.24c.57.15.74.65.36%201.1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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