award ribbon icon

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

Name
award-ribbon-outline
Set
Health Icons
Style
Outline
Category
Symbols
Viewbox
48×48
License
MIT
Aliases
award-ribbon2x-outline

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"><path fill="currentColor" fill-rule="evenodd" d="M23.999 6c-7.18 0-13 5.82-13 13c0 5.404 3.298 10.039 7.991 12H19v.004A13 13 0 0 0 24 32a13 13 0 0 0 5-.997V31h.008c4.693-1.961 7.991-6.596 7.991-12c0-7.18-5.82-13-13-13M31 32.27c4.757-2.517 8-7.515 8-13.27c0-8.284-6.716-15-15-15S9 10.716 9 19c0 5.756 3.243 10.756 8.001 13.27V43a1 1 0 0 0 1.555.832L24 40.202l5.445 3.63A1 1 0 0 0 31 43zm-2 .876A15 15 0 0 1 24 34c-1.753 0-3.435-.3-4.999-.853v7.985l4.445-2.964a1 1 0 0 1 1.11 0L29 41.132zM24 12a7 7 0 1 0 0 14a7 7 0 0 0 0-14m-9 7a9 9 0 1 1 18 0a9 9 0 0 1-18 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsAwardRibbonOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M23.999 6c-7.18 0-13 5.82-13 13c0 5.404 3.298 10.039 7.991 12H19v.004A13 13 0 0 0 24 32a13 13 0 0 0 5-.997V31h.008c4.693-1.961 7.991-6.596 7.991-12c0-7.18-5.82-13-13-13M31 32.27c4.757-2.517 8-7.515 8-13.27c0-8.284-6.716-15-15-15S9 10.716 9 19c0 5.756 3.243 10.756 8.001 13.27V43a1 1 0 0 0 1.555.832L24 40.202l5.445 3.63A1 1 0 0 0 31 43zm-2 .876A15 15 0 0 1 24 34c-1.753 0-3.435-.3-4.999-.853v7.985l4.445-2.964a1 1 0 0 1 1.11 0L29 41.132zM24 12a7 7 0 1 0 0 14a7 7 0 0 0 0-14m-9 7a9 9 0 1 1 18 0a9 9 0 0 1-18 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M23.999 6c-7.18 0-13 5.82-13 13c0 5.404 3.298 10.039 7.991 12H19v.004A13 13 0 0 0 24 32a13 13 0 0 0 5-.997V31h.008c4.693-1.961 7.991-6.596 7.991-12c0-7.18-5.82-13-13-13M31 32.27c4.757-2.517 8-7.515 8-13.27c0-8.284-6.716-15-15-15S9 10.716 9 19c0 5.756 3.243 10.756 8.001 13.27V43a1 1 0 0 0 1.555.832L24 40.202l5.445 3.63A1 1 0 0 0 31 43zm-2 .876A15 15 0 0 1 24 34c-1.753 0-3.435-.3-4.999-.853v7.985l4.445-2.964a1 1 0 0 1 1.11 0L29 41.132zM24 12a7 7 0 1 0 0 14a7 7 0 0 0 0-14m-9 7a9 9 0 1 1 18 0a9 9 0 0 1-18 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-award-ribbon-outline {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.999%206c-7.18%200-13%205.82-13%2013c0%205.404%203.298%2010.039%207.991%2012H19v.004A13%2013%200%200%200%2024%2032a13%2013%200%200%200%205-.997V31h.008c4.693-1.961%207.991-6.596%207.991-12c0-7.18-5.82-13-13-13M31%2032.27c4.757-2.517%208-7.515%208-13.27c0-8.284-6.716-15-15-15S9%2010.716%209%2019c0%205.756%203.243%2010.756%208.001%2013.27V43a1%201%200%200%200%201.555.832L24%2040.202l5.445%203.63A1%201%200%200%200%2031%2043zm-2%20.876A15%2015%200%200%201%2024%2034c-1.753%200-3.435-.3-4.999-.853v7.985l4.445-2.964a1%201%200%200%201%201.11%200L29%2041.132zM24%2012a7%207%200%201%200%200%2014a7%207%200%200%200%200-14m-9%207a9%209%200%201%201%2018%200a9%209%200%200%201-18%200%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.999%206c-7.18%200-13%205.82-13%2013c0%205.404%203.298%2010.039%207.991%2012H19v.004A13%2013%200%200%200%2024%2032a13%2013%200%200%200%205-.997V31h.008c4.693-1.961%207.991-6.596%207.991-12c0-7.18-5.82-13-13-13M31%2032.27c4.757-2.517%208-7.515%208-13.27c0-8.284-6.716-15-15-15S9%2010.716%209%2019c0%205.756%203.243%2010.756%208.001%2013.27V43a1%201%200%200%200%201.555.832L24%2040.202l5.445%203.63A1%201%200%200%200%2031%2043zm-2%20.876A15%2015%200%200%201%2024%2034c-1.753%200-3.435-.3-4.999-.853v7.985l4.445-2.964a1%201%200%200%201%201.11%200L29%2041.132zM24%2012a7%207%200%201%200%200%2014a7%207%200%200%200%200-14m-9%207a9%209%200%201%201%2018%200a9%209%200%200%201-18%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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