award from Reicon by REICON · Outline · Business · MIT Free for personal and commercial use.

Name
award
Set
Reicon
Style
Outline
Category
Business
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All award icons →

More business icons from Reicon

Use the award icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m12.857 16.177l1.036-.869c.24-.201.544-.312.858-.312h1.352c.646 0 1.201-.464 1.313-1.101l.235-1.332a1.33 1.33 0 0 1 .456-.79l1.036-.869a1.33 1.33 0 0 0 .297-1.688l-.676-1.172a1.33 1.33 0 0 1-.159-.899l.235-1.332a1.33 1.33 0 0 0-.857-1.484l-1.271-.462a1.33 1.33 0 0 1-.699-.587l-.676-1.172a1.334 1.334 0 0 0-1.61-.587l-1.271.463a1.34 1.34 0 0 1-.912 0l-1.27-.463a1.33 1.33 0 0 0-1.611.587L7.987 3.28a1.34 1.34 0 0 1-.699.587l-1.27.462c-.609.222-.97.847-.858 1.484l.235 1.332a1.33 1.33 0 0 1-.159.899L4.56 9.216a1.33 1.33 0 0 0 .297 1.688l1.036.87c.24.2.402.48.456.789l.235 1.332a1.33 1.33 0 0 0 1.313 1.101H9.25c.314 0 .618.11.858.312l1.036.87a1.334 1.334 0 0 0 1.714 0m3.475 2.812V23L12 19.667L7.667 23v-4.01"/><path d="M12 11.632a2.666 2.666 0 1 0 0-5.333a2.666 2.666 0 0 0 0 5.333"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconAward(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m12.857 16.177l1.036-.869c.24-.201.544-.312.858-.312h1.352c.646 0 1.201-.464 1.313-1.101l.235-1.332a1.33 1.33 0 0 1 .456-.79l1.036-.869a1.33 1.33 0 0 0 .297-1.688l-.676-1.172a1.33 1.33 0 0 1-.159-.899l.235-1.332a1.33 1.33 0 0 0-.857-1.484l-1.271-.462a1.33 1.33 0 0 1-.699-.587l-.676-1.172a1.334 1.334 0 0 0-1.61-.587l-1.271.463a1.34 1.34 0 0 1-.912 0l-1.27-.463a1.33 1.33 0 0 0-1.611.587L7.987 3.28a1.34 1.34 0 0 1-.699.587l-1.27.462c-.609.222-.97.847-.858 1.484l.235 1.332a1.33 1.33 0 0 1-.159.899L4.56 9.216a1.33 1.33 0 0 0 .297 1.688l1.036.87c.24.2.402.48.456.789l.235 1.332a1.33 1.33 0 0 0 1.313 1.101H9.25c.314 0 .618.11.858.312l1.036.87a1.334 1.334 0 0 0 1.714 0m3.475 2.812V23L12 19.667L7.667 23v-4.01"/><path d="M12 11.632a2.666 2.666 0 1 0 0-5.333a2.666 2.666 0 0 0 0 5.333"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m12.857 16.177l1.036-.869c.24-.201.544-.312.858-.312h1.352c.646 0 1.201-.464 1.313-1.101l.235-1.332a1.33 1.33 0 0 1 .456-.79l1.036-.869a1.33 1.33 0 0 0 .297-1.688l-.676-1.172a1.33 1.33 0 0 1-.159-.899l.235-1.332a1.33 1.33 0 0 0-.857-1.484l-1.271-.462a1.33 1.33 0 0 1-.699-.587l-.676-1.172a1.334 1.334 0 0 0-1.61-.587l-1.271.463a1.34 1.34 0 0 1-.912 0l-1.27-.463a1.33 1.33 0 0 0-1.611.587L7.987 3.28a1.34 1.34 0 0 1-.699.587l-1.27.462c-.609.222-.97.847-.858 1.484l.235 1.332a1.33 1.33 0 0 1-.159.899L4.56 9.216a1.33 1.33 0 0 0 .297 1.688l1.036.87c.24.2.402.48.456.789l.235 1.332a1.33 1.33 0 0 0 1.313 1.101H9.25c.314 0 .618.11.858.312l1.036.87a1.334 1.334 0 0 0 1.714 0m3.475 2.812V23L12 19.667L7.667 23v-4.01"/><path d="M12 11.632a2.666 2.666 0 1 0 0-5.333a2.666 2.666 0 0 0 0 5.333"/></g></svg>
</template>

CSS

.icon-award {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m12.857%2016.177l1.036-.869c.24-.201.544-.312.858-.312h1.352c.646%200%201.201-.464%201.313-1.101l.235-1.332a1.33%201.33%200%200%201%20.456-.79l1.036-.869a1.33%201.33%200%200%200%20.297-1.688l-.676-1.172a1.33%201.33%200%200%201-.159-.899l.235-1.332a1.33%201.33%200%200%200-.857-1.484l-1.271-.462a1.33%201.33%200%200%201-.699-.587l-.676-1.172a1.334%201.334%200%200%200-1.61-.587l-1.271.463a1.34%201.34%200%200%201-.912%200l-1.27-.463a1.33%201.33%200%200%200-1.611.587L7.987%203.28a1.34%201.34%200%200%201-.699.587l-1.27.462c-.609.222-.97.847-.858%201.484l.235%201.332a1.33%201.33%200%200%201-.159.899L4.56%209.216a1.33%201.33%200%200%200%20.297%201.688l1.036.87c.24.2.402.48.456.789l.235%201.332a1.33%201.33%200%200%200%201.313%201.101H9.25c.314%200%20.618.11.858.312l1.036.87a1.334%201.334%200%200%200%201.714%200m3.475%202.812V23L12%2019.667L7.667%2023v-4.01%22%2F%3E%3Cpath%20d%3D%22M12%2011.632a2.666%202.666%200%201%200%200-5.333a2.666%202.666%200%200%200%200%205.333%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m12.857%2016.177l1.036-.869c.24-.201.544-.312.858-.312h1.352c.646%200%201.201-.464%201.313-1.101l.235-1.332a1.33%201.33%200%200%201%20.456-.79l1.036-.869a1.33%201.33%200%200%200%20.297-1.688l-.676-1.172a1.33%201.33%200%200%201-.159-.899l.235-1.332a1.33%201.33%200%200%200-.857-1.484l-1.271-.462a1.33%201.33%200%200%201-.699-.587l-.676-1.172a1.334%201.334%200%200%200-1.61-.587l-1.271.463a1.34%201.34%200%200%201-.912%200l-1.27-.463a1.33%201.33%200%200%200-1.611.587L7.987%203.28a1.34%201.34%200%200%201-.699.587l-1.27.462c-.609.222-.97.847-.858%201.484l.235%201.332a1.33%201.33%200%200%201-.159.899L4.56%209.216a1.33%201.33%200%200%200%20.297%201.688l1.036.87c.24.2.402.48.456.789l.235%201.332a1.33%201.33%200%200%200%201.313%201.101H9.25c.314%200%20.618.11.858.312l1.036.87a1.334%201.334%200%200%200%201.714%200m3.475%202.812V23L12%2019.667L7.667%2023v-4.01%22%2F%3E%3Cpath%20d%3D%22M12%2011.632a2.666%202.666%200%201%200%200-5.333a2.666%202.666%200%200%200%200%205.333%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/award.svg?color=%231a73e8&size=48