sharp sports bar icon

sharp-sports-bar from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.

Name
sharp-sports-bar
Set
Google Material Icons
Style
Baseline
Category
Places
Viewbox
24×24
License
Apache 2.0

More places icons from Google Material Icons

Use the sharp sports bar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 9h-3.56c.35-.59.56-1.27.56-2c0-2.21-1.79-4-4-4c-.34 0-.66.05-.98.13A4.7 4.7 0 0 0 10 2.02c-1.89 0-3.51 1.11-4.27 2.71C4.15 5.26 3 6.74 3 8.5c0 1.86 1.28 3.41 3 3.86V21h11v-2h4zM7 10.5c-1.1 0-2-.9-2-2c0-.85.55-1.6 1.37-1.88l.8-.27l.36-.76C8 4.62 8.94 4.02 10 4.02c.79 0 1.39.35 1.74.65l.78.65S13.16 5 13.99 5c1.1 0 2 .9 2 2h-3C9.67 7 9.15 10.5 7 10.5M19 17h-2v-6h2z"/></svg>

React

import type { SVGProps } from "react";

export function IcSharpSportsBar(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="M21 9h-3.56c.35-.59.56-1.27.56-2c0-2.21-1.79-4-4-4c-.34 0-.66.05-.98.13A4.7 4.7 0 0 0 10 2.02c-1.89 0-3.51 1.11-4.27 2.71C4.15 5.26 3 6.74 3 8.5c0 1.86 1.28 3.41 3 3.86V21h11v-2h4zM7 10.5c-1.1 0-2-.9-2-2c0-.85.55-1.6 1.37-1.88l.8-.27l.36-.76C8 4.62 8.94 4.02 10 4.02c.79 0 1.39.35 1.74.65l.78.65S13.16 5 13.99 5c1.1 0 2 .9 2 2h-3C9.67 7 9.15 10.5 7 10.5M19 17h-2v-6h2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 9h-3.56c.35-.59.56-1.27.56-2c0-2.21-1.79-4-4-4c-.34 0-.66.05-.98.13A4.7 4.7 0 0 0 10 2.02c-1.89 0-3.51 1.11-4.27 2.71C4.15 5.26 3 6.74 3 8.5c0 1.86 1.28 3.41 3 3.86V21h11v-2h4zM7 10.5c-1.1 0-2-.9-2-2c0-.85.55-1.6 1.37-1.88l.8-.27l.36-.76C8 4.62 8.94 4.02 10 4.02c.79 0 1.39.35 1.74.65l.78.65S13.16 5 13.99 5c1.1 0 2 .9 2 2h-3C9.67 7 9.15 10.5 7 10.5M19 17h-2v-6h2z"/></svg>
</template>

CSS

.icon-sharp-sports-bar {
  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%22M21%209h-3.56c.35-.59.56-1.27.56-2c0-2.21-1.79-4-4-4c-.34%200-.66.05-.98.13A4.7%204.7%200%200%200%2010%202.02c-1.89%200-3.51%201.11-4.27%202.71C4.15%205.26%203%206.74%203%208.5c0%201.86%201.28%203.41%203%203.86V21h11v-2h4zM7%2010.5c-1.1%200-2-.9-2-2c0-.85.55-1.6%201.37-1.88l.8-.27l.36-.76C8%204.62%208.94%204.02%2010%204.02c.79%200%201.39.35%201.74.65l.78.65S13.16%205%2013.99%205c1.1%200%202%20.9%202%202h-3C9.67%207%209.15%2010.5%207%2010.5M19%2017h-2v-6h2z%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%22M21%209h-3.56c.35-.59.56-1.27.56-2c0-2.21-1.79-4-4-4c-.34%200-.66.05-.98.13A4.7%204.7%200%200%200%2010%202.02c-1.89%200-3.51%201.11-4.27%202.71C4.15%205.26%203%206.74%203%208.5c0%201.86%201.28%203.41%203%203.86V21h11v-2h4zM7%2010.5c-1.1%200-2-.9-2-2c0-.85.55-1.6%201.37-1.88l.8-.27l.36-.76C8%204.62%208.94%204.02%2010%204.02c.79%200%201.39.35%201.74.65l.78.65S13.16%205%2013.99%205c1.1%200%202%20.9%202%202h-3C9.67%207%209.15%2010.5%207%2010.5M19%2017h-2v-6h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/sharp-sports-bar.svg?color=%231a73e8&size=48