medal from Line Awesome by Icons8 · Line · Objects · Apache-2.0 Free for personal and commercial use.

Name
medal
Set
Line Awesome
Style
Line
Category
Objects
Viewbox
32×32
License
Apache 2.0
Aliases
medal-solid

The same icon in other sets

More objects icons from Line Awesome

Use the medal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m7 3l4.266 10.36C8.71 14.948 7 17.774 7 21c0 4.962 4.037 9 9 9s9-4.038 9-9c0-3.225-1.71-6.051-4.266-7.64L25 3h-2.162l-3.912 9.498a9 9 0 0 0-2.06-.453L20.587 3h-2.162l-3.752 9.11a9 9 0 0 0-1.6.388L9.162 3zm4.412 0l2.541 6.174l1.082-2.627L13.575 3zM16 14c3.859 0 7 3.14 7 7s-3.141 7-7 7s-7-3.14-7-7s3.141-7 7-7m0 3.162l-1.168 2.62l-2.832.31l2.12 1.904l-.597 2.81L16 23.378l2.477 1.43l-.596-2.81L20 20.091l-2.832-.31z"/></svg>

React

import type { SVGProps } from "react";

export function LaMedal(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m7 3l4.266 10.36C8.71 14.948 7 17.774 7 21c0 4.962 4.037 9 9 9s9-4.038 9-9c0-3.225-1.71-6.051-4.266-7.64L25 3h-2.162l-3.912 9.498a9 9 0 0 0-2.06-.453L20.587 3h-2.162l-3.752 9.11a9 9 0 0 0-1.6.388L9.162 3zm4.412 0l2.541 6.174l1.082-2.627L13.575 3zM16 14c3.859 0 7 3.14 7 7s-3.141 7-7 7s-7-3.14-7-7s3.141-7 7-7m0 3.162l-1.168 2.62l-2.832.31l2.12 1.904l-.597 2.81L16 23.378l2.477 1.43l-.596-2.81L20 20.091l-2.832-.31z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m7 3l4.266 10.36C8.71 14.948 7 17.774 7 21c0 4.962 4.037 9 9 9s9-4.038 9-9c0-3.225-1.71-6.051-4.266-7.64L25 3h-2.162l-3.912 9.498a9 9 0 0 0-2.06-.453L20.587 3h-2.162l-3.752 9.11a9 9 0 0 0-1.6.388L9.162 3zm4.412 0l2.541 6.174l1.082-2.627L13.575 3zM16 14c3.859 0 7 3.14 7 7s-3.141 7-7 7s-7-3.14-7-7s3.141-7 7-7m0 3.162l-1.168 2.62l-2.832.31l2.12 1.904l-.597 2.81L16 23.378l2.477 1.43l-.596-2.81L20 20.091l-2.832-.31z"/></svg>
</template>

CSS

.icon-medal {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7%203l4.266%2010.36C8.71%2014.948%207%2017.774%207%2021c0%204.962%204.037%209%209%209s9-4.038%209-9c0-3.225-1.71-6.051-4.266-7.64L25%203h-2.162l-3.912%209.498a9%209%200%200%200-2.06-.453L20.587%203h-2.162l-3.752%209.11a9%209%200%200%200-1.6.388L9.162%203zm4.412%200l2.541%206.174l1.082-2.627L13.575%203zM16%2014c3.859%200%207%203.14%207%207s-3.141%207-7%207s-7-3.14-7-7s3.141-7%207-7m0%203.162l-1.168%202.62l-2.832.31l2.12%201.904l-.597%202.81L16%2023.378l2.477%201.43l-.596-2.81L20%2020.091l-2.832-.31z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7%203l4.266%2010.36C8.71%2014.948%207%2017.774%207%2021c0%204.962%204.037%209%209%209s9-4.038%209-9c0-3.225-1.71-6.051-4.266-7.64L25%203h-2.162l-3.912%209.498a9%209%200%200%200-2.06-.453L20.587%203h-2.162l-3.752%209.11a9%209%200%200%200-1.6.388L9.162%203zm4.412%200l2.541%206.174l1.082-2.627L13.575%203zM16%2014c3.859%200%207%203.14%207%207s-3.141%207-7%207s-7-3.14-7-7s3.141-7%207-7m0%203.162l-1.168%202.62l-2.832.31l2.12%201.904l-.597%202.81L16%2023.378l2.477%201.43l-.596-2.81L20%2020.091l-2.832-.31z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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