gold medal two icon
gold-medal-two from IconPark Outline by ByteDance · Outline · Sports · Apache-2.0 Free for personal and commercial use.
- Name
- gold-medal-two
- Set
- IconPark Outline
- Style
- Outline
- Category
- Sports
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More sports icons from IconPark Outline
Use the gold medal two icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path d="M36 32a11.97 11.97 0 0 0-4-8.944A11.96 11.96 0 0 0 24 20a11.96 11.96 0 0 0-8 3.056A11.97 11.97 0 0 0 12 32c0 6.627 5.373 12 12 12s12-5.373 12-12"/><path d="M16 4h16v19.056A11.96 11.96 0 0 0 24 20a11.96 11.96 0 0 0-8 3.056z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M16 4h16M16 4H8v10l8 6m0-16v16M32 4h8v10l-8 6m0-16v16m-16 3.056A11.96 11.96 0 0 1 24 20c3.073 0 5.877 1.155 8 3.056m-16 0A11.97 11.97 0 0 0 12 32c0 6.627 5.373 12 12 12s12-5.373 12-12a11.97 11.97 0 0 0-4-8.944m-16 0V20m16 3.056V20"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M32 4h8v10l-8 6M16 4H8v10l8 6m20 12a11.97 11.97 0 0 0-4-8.944A11.96 11.96 0 0 0 24 20a11.96 11.96 0 0 0-8 3.056A11.97 11.97 0 0 0 12 32c0 6.627 5.373 12 12 12s12-5.373 12-12"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M16 4h16v19.056A11.96 11.96 0 0 0 24 20a11.96 11.96 0 0 0-8 3.056zm8 33V27l-2 1m2 9h2m-2 0h-2"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineGoldMedalTwo(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"><path d="M36 32a11.97 11.97 0 0 0-4-8.944A11.96 11.96 0 0 0 24 20a11.96 11.96 0 0 0-8 3.056A11.97 11.97 0 0 0 12 32c0 6.627 5.373 12 12 12s12-5.373 12-12"/><path d="M16 4h16v19.056A11.96 11.96 0 0 0 24 20a11.96 11.96 0 0 0-8 3.056z"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M16 4h16M16 4H8v10l8 6m0-16v16M32 4h8v10l-8 6m0-16v16m-16 3.056A11.96 11.96 0 0 1 24 20c3.073 0 5.877 1.155 8 3.056m-16 0A11.97 11.97 0 0 0 12 32c0 6.627 5.373 12 12 12s12-5.373 12-12a11.97 11.97 0 0 0-4-8.944m-16 0V20m16 3.056V20"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M32 4h8v10l-8 6M16 4H8v10l8 6m20 12a11.97 11.97 0 0 0-4-8.944A11.96 11.96 0 0 0 24 20a11.96 11.96 0 0 0-8 3.056A11.97 11.97 0 0 0 12 32c0 6.627 5.373 12 12 12s12-5.373 12-12"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M16 4h16v19.056A11.96 11.96 0 0 0 24 20a11.96 11.96 0 0 0-8 3.056zm8 33V27l-2 1m2 9h2m-2 0h-2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path d="M36 32a11.97 11.97 0 0 0-4-8.944A11.96 11.96 0 0 0 24 20a11.96 11.96 0 0 0-8 3.056A11.97 11.97 0 0 0 12 32c0 6.627 5.373 12 12 12s12-5.373 12-12"/><path d="M16 4h16v19.056A11.96 11.96 0 0 0 24 20a11.96 11.96 0 0 0-8 3.056z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M16 4h16M16 4H8v10l8 6m0-16v16M32 4h8v10l-8 6m0-16v16m-16 3.056A11.96 11.96 0 0 1 24 20c3.073 0 5.877 1.155 8 3.056m-16 0A11.97 11.97 0 0 0 12 32c0 6.627 5.373 12 12 12s12-5.373 12-12a11.97 11.97 0 0 0-4-8.944m-16 0V20m16 3.056V20"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M32 4h8v10l-8 6M16 4H8v10l8 6m20 12a11.97 11.97 0 0 0-4-8.944A11.96 11.96 0 0 0 24 20a11.96 11.96 0 0 0-8 3.056A11.97 11.97 0 0 0 12 32c0 6.627 5.373 12 12 12s12-5.373 12-12"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M16 4h16v19.056A11.96 11.96 0 0 0 24 20a11.96 11.96 0 0 0-8 3.056zm8 33V27l-2 1m2 9h2m-2 0h-2"/></g></svg> </template>
CSS
.icon-gold-medal-two {
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%3Cpath%20d%3D%22M36%2032a11.97%2011.97%200%200%200-4-8.944A11.96%2011.96%200%200%200%2024%2020a11.96%2011.96%200%200%200-8%203.056A11.97%2011.97%200%200%200%2012%2032c0%206.627%205.373%2012%2012%2012s12-5.373%2012-12%22%2F%3E%3Cpath%20d%3D%22M16%204h16v19.056A11.96%2011.96%200%200%200%2024%2020a11.96%2011.96%200%200%200-8%203.056z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M16%204h16M16%204H8v10l8%206m0-16v16M32%204h8v10l-8%206m0-16v16m-16%203.056A11.96%2011.96%200%200%201%2024%2020c3.073%200%205.877%201.155%208%203.056m-16%200A11.97%2011.97%200%200%200%2012%2032c0%206.627%205.373%2012%2012%2012s12-5.373%2012-12a11.97%2011.97%200%200%200-4-8.944m-16%200V20m16%203.056V20%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M32%204h8v10l-8%206M16%204H8v10l8%206m20%2012a11.97%2011.97%200%200%200-4-8.944A11.96%2011.96%200%200%200%2024%2020a11.96%2011.96%200%200%200-8%203.056A11.97%2011.97%200%200%200%2012%2032c0%206.627%205.373%2012%2012%2012s12-5.373%2012-12%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M16%204h16v19.056A11.96%2011.96%200%200%200%2024%2020a11.96%2011.96%200%200%200-8%203.056zm8%2033V27l-2%201m2%209h2m-2%200h-2%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%22none%22%3E%3Cpath%20d%3D%22M36%2032a11.97%2011.97%200%200%200-4-8.944A11.96%2011.96%200%200%200%2024%2020a11.96%2011.96%200%200%200-8%203.056A11.97%2011.97%200%200%200%2012%2032c0%206.627%205.373%2012%2012%2012s12-5.373%2012-12%22%2F%3E%3Cpath%20d%3D%22M16%204h16v19.056A11.96%2011.96%200%200%200%2024%2020a11.96%2011.96%200%200%200-8%203.056z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M16%204h16M16%204H8v10l8%206m0-16v16M32%204h8v10l-8%206m0-16v16m-16%203.056A11.96%2011.96%200%200%201%2024%2020c3.073%200%205.877%201.155%208%203.056m-16%200A11.97%2011.97%200%200%200%2012%2032c0%206.627%205.373%2012%2012%2012s12-5.373%2012-12a11.97%2011.97%200%200%200-4-8.944m-16%200V20m16%203.056V20%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M32%204h8v10l-8%206M16%204H8v10l8%206m20%2012a11.97%2011.97%200%200%200-4-8.944A11.96%2011.96%200%200%200%2024%2020a11.96%2011.96%200%200%200-8%203.056A11.97%2011.97%200%200%200%2012%2032c0%206.627%205.373%2012%2012%2012s12-5.373%2012-12%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M16%204h16v19.056A11.96%2011.96%200%200%200%2024%2020a11.96%2011.96%200%200%200-8%203.056zm8%2033V27l-2%201m2%209h2m-2%200h-2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/gold-medal-two.svg?color=%231a73e8&size=48