podium from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
podium
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the podium icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M9.294 14c-1.374 0-2.062 0-2.637-.236a3.35 3.35 0 0 1-1.551-1.315c-.343-.543-.494-1.254-.796-2.675c-.258-1.216-.387-1.823-.262-2.305a1.98 1.98 0 0 1 .931-1.233C5.395 6 5.983 6 7.159 6h9.683c1.175 0 1.763 0 2.179.236c.457.258.793.704.93 1.233c.126.482-.003 1.09-.26 2.305c-.303 1.421-.454 2.132-.797 2.675a3.34 3.34 0 0 1-1.551 1.315C16.768 14 16.08 14 14.706 14"/><path stroke-linecap="round" d="m6 6l.515-2.06A2.56 2.56 0 0 1 9 2m9 4l-.515-2.06A2.56 2.56 0 0 0 15 2"/><path stroke-linecap="round" stroke-linejoin="round" d="m9.284 12l.776 5.573c.045.322.068.484.023.61c-.206.582-.995.204-1.422.38a.9.9 0 0 0-.341.248c-.112.13-.181.308-.32.665c-.261.674-.85 1.623-.217 2.262c.26.262.72.262 1.64.262h5.153c.921 0 1.382 0 1.641-.262c.633-.64.044-1.588-.217-2.262c-.139-.357-.208-.535-.32-.665a.9.9 0 0 0-.34-.248c-.428-.176-1.217.202-1.423-.38c-.045-.126-.022-.288.023-.61L14.716 12"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPodium(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M9.294 14c-1.374 0-2.062 0-2.637-.236a3.35 3.35 0 0 1-1.551-1.315c-.343-.543-.494-1.254-.796-2.675c-.258-1.216-.387-1.823-.262-2.305a1.98 1.98 0 0 1 .931-1.233C5.395 6 5.983 6 7.159 6h9.683c1.175 0 1.763 0 2.179.236c.457.258.793.704.93 1.233c.126.482-.003 1.09-.26 2.305c-.303 1.421-.454 2.132-.797 2.675a3.34 3.34 0 0 1-1.551 1.315C16.768 14 16.08 14 14.706 14"/><path strokeLinecap="round" d="m6 6l.515-2.06A2.56 2.56 0 0 1 9 2m9 4l-.515-2.06A2.56 2.56 0 0 0 15 2"/><path strokeLinecap="round" strokeLinejoin="round" d="m9.284 12l.776 5.573c.045.322.068.484.023.61c-.206.582-.995.204-1.422.38a.9.9 0 0 0-.341.248c-.112.13-.181.308-.32.665c-.261.674-.85 1.623-.217 2.262c.26.262.72.262 1.64.262h5.153c.921 0 1.382 0 1.641-.262c.633-.64.044-1.588-.217-2.262c-.139-.357-.208-.535-.32-.665a.9.9 0 0 0-.34-.248c-.428-.176-1.217.202-1.423-.38c-.045-.126-.022-.288.023-.61L14.716 12"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M9.294 14c-1.374 0-2.062 0-2.637-.236a3.35 3.35 0 0 1-1.551-1.315c-.343-.543-.494-1.254-.796-2.675c-.258-1.216-.387-1.823-.262-2.305a1.98 1.98 0 0 1 .931-1.233C5.395 6 5.983 6 7.159 6h9.683c1.175 0 1.763 0 2.179.236c.457.258.793.704.93 1.233c.126.482-.003 1.09-.26 2.305c-.303 1.421-.454 2.132-.797 2.675a3.34 3.34 0 0 1-1.551 1.315C16.768 14 16.08 14 14.706 14"/><path stroke-linecap="round" d="m6 6l.515-2.06A2.56 2.56 0 0 1 9 2m9 4l-.515-2.06A2.56 2.56 0 0 0 15 2"/><path stroke-linecap="round" stroke-linejoin="round" d="m9.284 12l.776 5.573c.045.322.068.484.023.61c-.206.582-.995.204-1.422.38a.9.9 0 0 0-.341.248c-.112.13-.181.308-.32.665c-.261.674-.85 1.623-.217 2.262c.26.262.72.262 1.64.262h5.153c.921 0 1.382 0 1.641-.262c.633-.64.044-1.588-.217-2.262c-.139-.357-.208-.535-.32-.665a.9.9 0 0 0-.34-.248c-.428-.176-1.217.202-1.423-.38c-.045-.126-.022-.288.023-.61L14.716 12"/></g></svg>
</template>

CSS

.icon-podium {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.294%2014c-1.374%200-2.062%200-2.637-.236a3.35%203.35%200%200%201-1.551-1.315c-.343-.543-.494-1.254-.796-2.675c-.258-1.216-.387-1.823-.262-2.305a1.98%201.98%200%200%201%20.931-1.233C5.395%206%205.983%206%207.159%206h9.683c1.175%200%201.763%200%202.179.236c.457.258.793.704.93%201.233c.126.482-.003%201.09-.26%202.305c-.303%201.421-.454%202.132-.797%202.675a3.34%203.34%200%200%201-1.551%201.315C16.768%2014%2016.08%2014%2014.706%2014%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m6%206l.515-2.06A2.56%202.56%200%200%201%209%202m9%204l-.515-2.06A2.56%202.56%200%200%200%2015%202%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m9.284%2012l.776%205.573c.045.322.068.484.023.61c-.206.582-.995.204-1.422.38a.9.9%200%200%200-.341.248c-.112.13-.181.308-.32.665c-.261.674-.85%201.623-.217%202.262c.26.262.72.262%201.64.262h5.153c.921%200%201.382%200%201.641-.262c.633-.64.044-1.588-.217-2.262c-.139-.357-.208-.535-.32-.665a.9.9%200%200%200-.34-.248c-.428-.176-1.217.202-1.423-.38c-.045-.126-.022-.288.023-.61L14.716%2012%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.294%2014c-1.374%200-2.062%200-2.637-.236a3.35%203.35%200%200%201-1.551-1.315c-.343-.543-.494-1.254-.796-2.675c-.258-1.216-.387-1.823-.262-2.305a1.98%201.98%200%200%201%20.931-1.233C5.395%206%205.983%206%207.159%206h9.683c1.175%200%201.763%200%202.179.236c.457.258.793.704.93%201.233c.126.482-.003%201.09-.26%202.305c-.303%201.421-.454%202.132-.797%202.675a3.34%203.34%200%200%201-1.551%201.315C16.768%2014%2016.08%2014%2014.706%2014%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m6%206l.515-2.06A2.56%202.56%200%200%201%209%202m9%204l-.515-2.06A2.56%202.56%200%200%200%2015%202%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m9.284%2012l.776%205.573c.045.322.068.484.023.61c-.206.582-.995.204-1.422.38a.9.9%200%200%200-.341.248c-.112.13-.181.308-.32.665c-.261.674-.85%201.623-.217%202.262c.26.262.72.262%201.64.262h5.153c.921%200%201.382%200%201.641-.262c.633-.64.044-1.588-.217-2.262c-.139-.357-.208-.535-.32-.665a.9.9%200%200%200-.34-.248c-.428-.176-1.217.202-1.423-.38c-.045-.126-.022-.288.023-.61L14.716%2012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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