award ribbon negative icon
award-ribbon-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- award-ribbon-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the award ribbon negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsAwardRibbonNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zm-8.001 20c0 6.326-3.671 11.794-8.999 14.391v8.61a1 1 0 0 1-1.555.831L24 40.202l-5.445 3.63A1 1 0 0 1 17 43v-8.608C11.67 31.796 7.999 26.327 7.999 20c0-8.837 7.163-16 16-16s16 7.163 16 16m-2 0c0 7.732-6.268 14-14 14s-14-6.268-14-14s6.268-14 14-14s14 6.268 14 14M24 9c-6.075 0-11 4.925-11 11s4.925 11 11 11s11-4.925 11-11S30.075 9 24 9" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsAwardRibbonNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsAwardRibbonNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsAwardRibbonNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zm-8.001 20c0 6.326-3.671 11.794-8.999 14.391v8.61a1 1 0 0 1-1.555.831L24 40.202l-5.445 3.63A1 1 0 0 1 17 43v-8.608C11.67 31.796 7.999 26.327 7.999 20c0-8.837 7.163-16 16-16s16 7.163 16 16m-2 0c0 7.732-6.268 14-14 14s-14-6.268-14-14s6.268-14 14-14s14 6.268 14 14M24 9c-6.075 0-11 4.925-11 11s4.925 11 11 11s11-4.925 11-11S30.075 9 24 9" clipRule="evenodd"/></g><defs><clipPath id="healthiconsAwardRibbonNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsAwardRibbonNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zm-8.001 20c0 6.326-3.671 11.794-8.999 14.391v8.61a1 1 0 0 1-1.555.831L24 40.202l-5.445 3.63A1 1 0 0 1 17 43v-8.608C11.67 31.796 7.999 26.327 7.999 20c0-8.837 7.163-16 16-16s16 7.163 16 16m-2 0c0 7.732-6.268 14-14 14s-14-6.268-14-14s6.268-14 14-14s14 6.268 14 14M24 9c-6.075 0-11 4.925-11 11s4.925 11 11 11s11-4.925 11-11S30.075 9 24 9" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsAwardRibbonNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-award-ribbon-negative {
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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsAwardRibbonNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zm-8.001%2020c0%206.326-3.671%2011.794-8.999%2014.391v8.61a1%201%200%200%201-1.555.831L24%2040.202l-5.445%203.63A1%201%200%200%201%2017%2043v-8.608C11.67%2031.796%207.999%2026.327%207.999%2020c0-8.837%207.163-16%2016-16s16%207.163%2016%2016m-2%200c0%207.732-6.268%2014-14%2014s-14-6.268-14-14s6.268-14%2014-14s14%206.268%2014%2014M24%209c-6.075%200-11%204.925-11%2011s4.925%2011%2011%2011s11-4.925%2011-11S30.075%209%2024%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsAwardRibbonNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsAwardRibbonNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zm-8.001%2020c0%206.326-3.671%2011.794-8.999%2014.391v8.61a1%201%200%200%201-1.555.831L24%2040.202l-5.445%203.63A1%201%200%200%201%2017%2043v-8.608C11.67%2031.796%207.999%2026.327%207.999%2020c0-8.837%207.163-16%2016-16s16%207.163%2016%2016m-2%200c0%207.732-6.268%2014-14%2014s-14-6.268-14-14s6.268-14%2014-14s14%206.268%2014%2014M24%209c-6.075%200-11%204.925-11%2011s4.925%2011%2011%2011s11-4.925%2011-11S30.075%209%2024%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsAwardRibbonNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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-negative.svg?color=%231a73e8&size=48