award ribbon icon

award-ribbon from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.

Name
award-ribbon
Set
Health Icons
Style
Filled
Category
Symbols
Viewbox
48×48
License
MIT

1 other variant in Health Icons

More symbols icons from Health Icons

Use the award ribbon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M13 20c0-6.075 4.925-11 11-11s11 4.925 11 11s-4.925 11-11 11s-11-4.925-11-11"/><path fill-rule="evenodd" d="M31 34.391c5.328-2.597 9-8.065 9-14.391c0-8.837-7.163-16-16-16S8 11.163 8 20c0 6.327 3.672 11.796 9.001 14.392V43a1 1 0 0 0 1.555.832L24 40.202l5.445 3.63A1 1 0 0 0 31 43zM24 34c7.732 0 14-6.268 14-14S31.732 6 24 6s-14 6.268-14 14s6.268 14 14 14" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsAwardRibbon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M13 20c0-6.075 4.925-11 11-11s11 4.925 11 11s-4.925 11-11 11s-11-4.925-11-11"/><path fillRule="evenodd" d="M31 34.391c5.328-2.597 9-8.065 9-14.391c0-8.837-7.163-16-16-16S8 11.163 8 20c0 6.327 3.672 11.796 9.001 14.392V43a1 1 0 0 0 1.555.832L24 40.202l5.445 3.63A1 1 0 0 0 31 43zM24 34c7.732 0 14-6.268 14-14S31.732 6 24 6s-14 6.268-14 14s6.268 14 14 14" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M13 20c0-6.075 4.925-11 11-11s11 4.925 11 11s-4.925 11-11 11s-11-4.925-11-11"/><path fill-rule="evenodd" d="M31 34.391c5.328-2.597 9-8.065 9-14.391c0-8.837-7.163-16-16-16S8 11.163 8 20c0 6.327 3.672 11.796 9.001 14.392V43a1 1 0 0 0 1.555.832L24 40.202l5.445 3.63A1 1 0 0 0 31 43zM24 34c7.732 0 14-6.268 14-14S31.732 6 24 6s-14 6.268-14 14s6.268 14 14 14" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-award-ribbon {
  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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13%2020c0-6.075%204.925-11%2011-11s11%204.925%2011%2011s-4.925%2011-11%2011s-11-4.925-11-11%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M31%2034.391c5.328-2.597%209-8.065%209-14.391c0-8.837-7.163-16-16-16S8%2011.163%208%2020c0%206.327%203.672%2011.796%209.001%2014.392V43a1%201%200%200%200%201.555.832L24%2040.202l5.445%203.63A1%201%200%200%200%2031%2043zM24%2034c7.732%200%2014-6.268%2014-14S31.732%206%2024%206s-14%206.268-14%2014s6.268%2014%2014%2014%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13%2020c0-6.075%204.925-11%2011-11s11%204.925%2011%2011s-4.925%2011-11%2011s-11-4.925-11-11%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M31%2034.391c5.328-2.597%209-8.065%209-14.391c0-8.837-7.163-16-16-16S8%2011.163%208%2020c0%206.327%203.672%2011.796%209.001%2014.392V43a1%201%200%200%200%201.555.832L24%2040.202l5.445%203.63A1%201%200%200%200%2031%2043zM24%2034c7.732%200%2014-6.268%2014-14S31.732%206%2024%206s-14%206.268-14%2014s6.268%2014%2014%2014%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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