sports bar icon
sports-bar-rounded from Material Symbols by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- sports-bar-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More travel icons from Material Symbols
airline-seat-flatairline-seat-flat-angledairline-seat-individual-suiteairline-seat-legroom-extraairline-seat-legroom-normalairline-seat-legroom-reducedairline-seat-recline-extraairline-seat-recline-normalairplane-ticketapartmentattractionsbakery-diningbath-bedrockbeach-accessbeer-mealbentobreakfast-diningbrunch-diningbungalowcabincar-rentalcar-repaircarpentercarry-on-bag
Use the 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="M6 19v-6.65q-1.3-.35-2.15-1.4T3 8.5q0-1.325.763-2.35t1.962-1.425q.575-1.2 1.713-1.95T10 2.025q.875 0 1.638.3t1.387.8q.25-.05.475-.088T14 3q1.65 0 2.825 1.175T18 7q0 .55-.137 1.05T17.45 9H19q.825 0 1.413.588T21 11v6q0 .825-.587 1.413T19 19h-2q-.525.525-.862 1.263T15 21H8q-.825 0-1.412-.587T6 19M5 8.5q0 .825.588 1.413T7 10.5q.8 0 1.363-.525T9.525 8.8q.625-.675 1.413-1.238T13 7h3q0-.825-.587-1.412T14 5q-.625 0-1.05.163l-.425.162l-.775-.65q-.275-.225-.713-.438T10 4.025q-.8 0-1.463.425T7.525 5.6l-.35.75l-.8.275q-.625.2-1 .713T5 8.5M17 17h2v-6h-2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSportsBarRounded(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="M6 19v-6.65q-1.3-.35-2.15-1.4T3 8.5q0-1.325.763-2.35t1.962-1.425q.575-1.2 1.713-1.95T10 2.025q.875 0 1.638.3t1.387.8q.25-.05.475-.088T14 3q1.65 0 2.825 1.175T18 7q0 .55-.137 1.05T17.45 9H19q.825 0 1.413.588T21 11v6q0 .825-.587 1.413T19 19h-2q-.525.525-.862 1.263T15 21H8q-.825 0-1.412-.587T6 19M5 8.5q0 .825.588 1.413T7 10.5q.8 0 1.363-.525T9.525 8.8q.625-.675 1.413-1.238T13 7h3q0-.825-.587-1.412T14 5q-.625 0-1.05.163l-.425.162l-.775-.65q-.275-.225-.713-.438T10 4.025q-.8 0-1.463.425T7.525 5.6l-.35.75l-.8.275q-.625.2-1 .713T5 8.5M17 17h2v-6h-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 19v-6.65q-1.3-.35-2.15-1.4T3 8.5q0-1.325.763-2.35t1.962-1.425q.575-1.2 1.713-1.95T10 2.025q.875 0 1.638.3t1.387.8q.25-.05.475-.088T14 3q1.65 0 2.825 1.175T18 7q0 .55-.137 1.05T17.45 9H19q.825 0 1.413.588T21 11v6q0 .825-.587 1.413T19 19h-2q-.525.525-.862 1.263T15 21H8q-.825 0-1.412-.587T6 19M5 8.5q0 .825.588 1.413T7 10.5q.8 0 1.363-.525T9.525 8.8q.625-.675 1.413-1.238T13 7h3q0-.825-.587-1.412T14 5q-.625 0-1.05.163l-.425.162l-.775-.65q-.275-.225-.713-.438T10 4.025q-.8 0-1.463.425T7.525 5.6l-.35.75l-.8.275q-.625.2-1 .713T5 8.5M17 17h2v-6h-2z"/></svg> </template>
CSS
.icon-sports-bar-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%22M6%2019v-6.65q-1.3-.35-2.15-1.4T3%208.5q0-1.325.763-2.35t1.962-1.425q.575-1.2%201.713-1.95T10%202.025q.875%200%201.638.3t1.387.8q.25-.05.475-.088T14%203q1.65%200%202.825%201.175T18%207q0%20.55-.137%201.05T17.45%209H19q.825%200%201.413.588T21%2011v6q0%20.825-.587%201.413T19%2019h-2q-.525.525-.862%201.263T15%2021H8q-.825%200-1.412-.587T6%2019M5%208.5q0%20.825.588%201.413T7%2010.5q.8%200%201.363-.525T9.525%208.8q.625-.675%201.413-1.238T13%207h3q0-.825-.587-1.412T14%205q-.625%200-1.05.163l-.425.162l-.775-.65q-.275-.225-.713-.438T10%204.025q-.8%200-1.463.425T7.525%205.6l-.35.75l-.8.275q-.625.2-1%20.713T5%208.5M17%2017h2v-6h-2z%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%22M6%2019v-6.65q-1.3-.35-2.15-1.4T3%208.5q0-1.325.763-2.35t1.962-1.425q.575-1.2%201.713-1.95T10%202.025q.875%200%201.638.3t1.387.8q.25-.05.475-.088T14%203q1.65%200%202.825%201.175T18%207q0%20.55-.137%201.05T17.45%209H19q.825%200%201.413.588T21%2011v6q0%20.825-.587%201.413T19%2019h-2q-.525.525-.862%201.263T15%2021H8q-.825%200-1.412-.587T6%2019M5%208.5q0%20.825.588%201.413T7%2010.5q.8%200%201.363-.525T9.525%208.8q.625-.675%201.413-1.238T13%207h3q0-.825-.587-1.412T14%205q-.625%200-1.05.163l-.425.162l-.775-.65q-.275-.225-.713-.438T10%204.025q-.8%200-1.463.425T7.525%205.6l-.35.75l-.8.275q-.625.2-1%20.713T5%208.5M17%2017h2v-6h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sports-bar-rounded.svg?color=%231a73e8&size=48