podium-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.

Name
podium-rounded
Set
Material Symbols Light
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

Use the podium icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.566 7.066q-.433.434-1.066.434q-.306 0-.571-.116q-.265-.117-.483-.336q-.715.2-1.222.725T7.564 9h11.42q.374 0 .603.283t.18.656l-.584 3.884q-.05.298-.28.488q-.23.189-.528.189h-2.3l.06-.687q.086-.898-.515-1.577q-.6-.678-1.518-.678H9.898q-.917 0-1.518.679q-.601.678-.514 1.576l.059.687h-2.3q-.298 0-.528-.19q-.23-.189-.28-.487l-.584-3.885q-.05-.373.18-.655T5.015 9h1.542q.154-1.014.81-1.783t1.651-1.07Q9 6.106 9 6.05v-.096q.017-.621.448-1.038q.43-.416 1.052-.416q.633 0 1.066.434Q12 5.367 12 6t-.434 1.066m-1.524 12.492h3.916q.303 0 .54-.212q.237-.211.268-.515l.484-5.11q.05-.511-.29-.895t-.858-.384H9.898q-.517 0-.857.384q-.341.383-.291.895l.485 5.11q.03.304.267.515t.54.212"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPodiumRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.566 7.066q-.433.434-1.066.434q-.306 0-.571-.116q-.265-.117-.483-.336q-.715.2-1.222.725T7.564 9h11.42q.374 0 .603.283t.18.656l-.584 3.884q-.05.298-.28.488q-.23.189-.528.189h-2.3l.06-.687q.086-.898-.515-1.577q-.6-.678-1.518-.678H9.898q-.917 0-1.518.679q-.601.678-.514 1.576l.059.687h-2.3q-.298 0-.528-.19q-.23-.189-.28-.487l-.584-3.885q-.05-.373.18-.655T5.015 9h1.542q.154-1.014.81-1.783t1.651-1.07Q9 6.106 9 6.05v-.096q.017-.621.448-1.038q.43-.416 1.052-.416q.633 0 1.066.434Q12 5.367 12 6t-.434 1.066m-1.524 12.492h3.916q.303 0 .54-.212q.237-.211.268-.515l.484-5.11q.05-.511-.29-.895t-.858-.384H9.898q-.517 0-.857.384q-.341.383-.291.895l.485 5.11q.03.304.267.515t.54.212"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.566 7.066q-.433.434-1.066.434q-.306 0-.571-.116q-.265-.117-.483-.336q-.715.2-1.222.725T7.564 9h11.42q.374 0 .603.283t.18.656l-.584 3.884q-.05.298-.28.488q-.23.189-.528.189h-2.3l.06-.687q.086-.898-.515-1.577q-.6-.678-1.518-.678H9.898q-.917 0-1.518.679q-.601.678-.514 1.576l.059.687h-2.3q-.298 0-.528-.19q-.23-.189-.28-.487l-.584-3.885q-.05-.373.18-.655T5.015 9h1.542q.154-1.014.81-1.783t1.651-1.07Q9 6.106 9 6.05v-.096q.017-.621.448-1.038q.43-.416 1.052-.416q.633 0 1.066.434Q12 5.367 12 6t-.434 1.066m-1.524 12.492h3.916q.303 0 .54-.212q.237-.211.268-.515l.484-5.11q.05-.511-.29-.895t-.858-.384H9.898q-.517 0-.857.384q-.341.383-.291.895l.485 5.11q.03.304.267.515t.54.212"/></svg>
</template>

CSS

.icon-podium-rounded {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.566%207.066q-.433.434-1.066.434q-.306%200-.571-.116q-.265-.117-.483-.336q-.715.2-1.222.725T7.564%209h11.42q.374%200%20.603.283t.18.656l-.584%203.884q-.05.298-.28.488q-.23.189-.528.189h-2.3l.06-.687q.086-.898-.515-1.577q-.6-.678-1.518-.678H9.898q-.917%200-1.518.679q-.601.678-.514%201.576l.059.687h-2.3q-.298%200-.528-.19q-.23-.189-.28-.487l-.584-3.885q-.05-.373.18-.655T5.015%209h1.542q.154-1.014.81-1.783t1.651-1.07Q9%206.106%209%206.05v-.096q.017-.621.448-1.038q.43-.416%201.052-.416q.633%200%201.066.434Q12%205.367%2012%206t-.434%201.066m-1.524%2012.492h3.916q.303%200%20.54-.212q.237-.211.268-.515l.484-5.11q.05-.511-.29-.895t-.858-.384H9.898q-.517%200-.857.384q-.341.383-.291.895l.485%205.11q.03.304.267.515t.54.212%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.566%207.066q-.433.434-1.066.434q-.306%200-.571-.116q-.265-.117-.483-.336q-.715.2-1.222.725T7.564%209h11.42q.374%200%20.603.283t.18.656l-.584%203.884q-.05.298-.28.488q-.23.189-.528.189h-2.3l.06-.687q.086-.898-.515-1.577q-.6-.678-1.518-.678H9.898q-.917%200-1.518.679q-.601.678-.514%201.576l.059.687h-2.3q-.298%200-.528-.19q-.23-.189-.28-.487l-.584-3.885q-.05-.373.18-.655T5.015%209h1.542q.154-1.014.81-1.783t1.651-1.07Q9%206.106%209%206.05v-.096q.017-.621.448-1.038q.43-.416%201.052-.416q.633%200%201.066.434Q12%205.367%2012%206t-.434%201.066m-1.524%2012.492h3.916q.303%200%20.54-.212q.237-.211.268-.515l.484-5.11q.05-.511-.29-.895t-.858-.384H9.898q-.517%200-.857.384q-.341.383-.291.895l.485%205.11q.03.304.267.515t.54.212%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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