bottom bar one icon
bottom-bar-one from IconPark by ByteDance · Color · Sports · Apache-2.0 Free for personal and commercial use.
- Name
- bottom-bar-one
- Set
- IconPark
- Style
- Color
- Category
- Sports
- Viewbox
- 49×48
- License
- Apache 2.0
The same icon in other sets
More sports icons from IconPark
Use the bottom bar one icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 49 48"><g fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M13.7773 20H17.7773C17.7773 20 24.7773 27.28 24.7773 34C24.7773 40.72 18.7773 44 18.7773 44H12.7773C12.7773 44 6.77734 40.72 6.77734 34C6.77734 27.28 13.7773 20 13.7773 20Z"/><path d="M15.7773 4C17.8607 4 20.7773 5.52 20.7773 10C20.7773 14.48 17.444 20 17.444 20H14.1107C14.1107 20 10.7773 14.48 10.7773 10C10.7773 5.52 13.694 4 15.7773 4Z"/><path d="M31.7773 20H35.7773C35.7773 20 42.7773 27.28 42.7773 34C42.7773 40.72 36.7773 44 36.7773 44H30.7773C30.7773 44 24.7773 40.72 24.7773 34C24.7773 27.28 31.7773 20 31.7773 20Z"/><path d="M33.7773 4C35.8607 4 38.7773 5.52 38.7773 10C38.7773 14.48 35.444 20 35.444 20H32.1107C32.1107 20 28.7773 14.48 28.7773 10C28.7773 5.52 31.694 4 33.7773 4Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkBottomBarOne(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 49 48"><g fill="#2F88FF" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M13.7773 20H17.7773C17.7773 20 24.7773 27.28 24.7773 34C24.7773 40.72 18.7773 44 18.7773 44H12.7773C12.7773 44 6.77734 40.72 6.77734 34C6.77734 27.28 13.7773 20 13.7773 20Z"/><path d="M15.7773 4C17.8607 4 20.7773 5.52 20.7773 10C20.7773 14.48 17.444 20 17.444 20H14.1107C14.1107 20 10.7773 14.48 10.7773 10C10.7773 5.52 13.694 4 15.7773 4Z"/><path d="M31.7773 20H35.7773C35.7773 20 42.7773 27.28 42.7773 34C42.7773 40.72 36.7773 44 36.7773 44H30.7773C30.7773 44 24.7773 40.72 24.7773 34C24.7773 27.28 31.7773 20 31.7773 20Z"/><path d="M33.7773 4C35.8607 4 38.7773 5.52 38.7773 10C38.7773 14.48 35.444 20 35.444 20H32.1107C32.1107 20 28.7773 14.48 28.7773 10C28.7773 5.52 31.694 4 33.7773 4Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 49 48"><g fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M13.7773 20H17.7773C17.7773 20 24.7773 27.28 24.7773 34C24.7773 40.72 18.7773 44 18.7773 44H12.7773C12.7773 44 6.77734 40.72 6.77734 34C6.77734 27.28 13.7773 20 13.7773 20Z"/><path d="M15.7773 4C17.8607 4 20.7773 5.52 20.7773 10C20.7773 14.48 17.444 20 17.444 20H14.1107C14.1107 20 10.7773 14.48 10.7773 10C10.7773 5.52 13.694 4 15.7773 4Z"/><path d="M31.7773 20H35.7773C35.7773 20 42.7773 27.28 42.7773 34C42.7773 40.72 36.7773 44 36.7773 44H30.7773C30.7773 44 24.7773 40.72 24.7773 34C24.7773 27.28 31.7773 20 31.7773 20Z"/><path d="M33.7773 4C35.8607 4 38.7773 5.52 38.7773 10C38.7773 14.48 35.444 20 35.444 20H32.1107C32.1107 20 28.7773 14.48 28.7773 10C28.7773 5.52 31.694 4 33.7773 4Z"/></g></svg> </template>
CSS
.icon-bottom-bar-one {
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%2049%2048%22%3E%3Cg%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M13.7773%2020H17.7773C17.7773%2020%2024.7773%2027.28%2024.7773%2034C24.7773%2040.72%2018.7773%2044%2018.7773%2044H12.7773C12.7773%2044%206.77734%2040.72%206.77734%2034C6.77734%2027.28%2013.7773%2020%2013.7773%2020Z%22%2F%3E%3Cpath%20d%3D%22M15.7773%204C17.8607%204%2020.7773%205.52%2020.7773%2010C20.7773%2014.48%2017.444%2020%2017.444%2020H14.1107C14.1107%2020%2010.7773%2014.48%2010.7773%2010C10.7773%205.52%2013.694%204%2015.7773%204Z%22%2F%3E%3Cpath%20d%3D%22M31.7773%2020H35.7773C35.7773%2020%2042.7773%2027.28%2042.7773%2034C42.7773%2040.72%2036.7773%2044%2036.7773%2044H30.7773C30.7773%2044%2024.7773%2040.72%2024.7773%2034C24.7773%2027.28%2031.7773%2020%2031.7773%2020Z%22%2F%3E%3Cpath%20d%3D%22M33.7773%204C35.8607%204%2038.7773%205.52%2038.7773%2010C38.7773%2014.48%2035.444%2020%2035.444%2020H32.1107C32.1107%2020%2028.7773%2014.48%2028.7773%2010C28.7773%205.52%2031.694%204%2033.7773%204Z%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%2049%2048%22%3E%3Cg%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M13.7773%2020H17.7773C17.7773%2020%2024.7773%2027.28%2024.7773%2034C24.7773%2040.72%2018.7773%2044%2018.7773%2044H12.7773C12.7773%2044%206.77734%2040.72%206.77734%2034C6.77734%2027.28%2013.7773%2020%2013.7773%2020Z%22%2F%3E%3Cpath%20d%3D%22M15.7773%204C17.8607%204%2020.7773%205.52%2020.7773%2010C20.7773%2014.48%2017.444%2020%2017.444%2020H14.1107C14.1107%2020%2010.7773%2014.48%2010.7773%2010C10.7773%205.52%2013.694%204%2015.7773%204Z%22%2F%3E%3Cpath%20d%3D%22M31.7773%2020H35.7773C35.7773%2020%2042.7773%2027.28%2042.7773%2034C42.7773%2040.72%2036.7773%2044%2036.7773%2044H30.7773C30.7773%2044%2024.7773%2040.72%2024.7773%2034C24.7773%2027.28%2031.7773%2020%2031.7773%2020Z%22%2F%3E%3Cpath%20d%3D%22M33.7773%204C35.8607%204%2038.7773%205.52%2038.7773%2010C38.7773%2014.48%2035.444%2020%2035.444%2020H32.1107C32.1107%2020%2028.7773%2014.48%2028.7773%2010C28.7773%205.52%2031.694%204%2033.7773%204Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/bottom-bar-one.svg?color=%231a73e8&size=48