base station 2 icon
base-station-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- base-station-2-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the base station 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.404 3.282a1.5 1.5 0 0 1 0 2.121A6.46 6.46 0 0 0 5.5 10c0 1.187.317 2.295.869 3.25a1.5 1.5 0 1 1-2.597 1.502A9.46 9.46 0 0 1 2.5 10a9.46 9.46 0 0 1 2.782-6.718a1.5 1.5 0 0 1 2.122 0m9.192 0a1.5 1.5 0 0 1 2.122 0A9.46 9.46 0 0 1 21.5 10a9.46 9.46 0 0 1-1.272 4.752a1.5 1.5 0 0 1-2.597-1.503A6.46 6.46 0 0 0 18.5 10a6.46 6.46 0 0 0-1.904-4.596a1.5 1.5 0 0 1 0-2.12"/><path fill="currentColor" d="M10.232 6.11a1.5 1.5 0 0 1 0 2.122A2.48 2.48 0 0 0 9.5 10q.001.327.079.626a1.5 1.5 0 1 1-2.906.748A5.51 5.51 0 0 1 8.111 6.11a1.5 1.5 0 0 1 2.121 0m3.536 0a1.5 1.5 0 0 1 2.121 0A5.48 5.48 0 0 1 17.5 10c.001.472-.059.933-.172 1.374a1.5 1.5 0 1 1-2.906-.748a2.51 2.51 0 0 0-.653-2.394a1.5 1.5 0 0 1 0-2.121"/><path fill="currentColor" fill-rule="evenodd" d="M10.583 10.494a1.5 1.5 0 1 1 2.833 0l3.955 8.896a1.5 1.5 0 1 1-2.742 1.219l-.493-1.11H9.864l-.493 1.11a1.5 1.5 0 1 1-2.742-1.219zm2.22 6.006L12 14.693l-.803 1.807z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteBaseStation2Fill(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="M7.404 3.282a1.5 1.5 0 0 1 0 2.121A6.46 6.46 0 0 0 5.5 10c0 1.187.317 2.295.869 3.25a1.5 1.5 0 1 1-2.597 1.502A9.46 9.46 0 0 1 2.5 10a9.46 9.46 0 0 1 2.782-6.718a1.5 1.5 0 0 1 2.122 0m9.192 0a1.5 1.5 0 0 1 2.122 0A9.46 9.46 0 0 1 21.5 10a9.46 9.46 0 0 1-1.272 4.752a1.5 1.5 0 0 1-2.597-1.503A6.46 6.46 0 0 0 18.5 10a6.46 6.46 0 0 0-1.904-4.596a1.5 1.5 0 0 1 0-2.12"/><path fill="currentColor" d="M10.232 6.11a1.5 1.5 0 0 1 0 2.122A2.48 2.48 0 0 0 9.5 10q.001.327.079.626a1.5 1.5 0 1 1-2.906.748A5.51 5.51 0 0 1 8.111 6.11a1.5 1.5 0 0 1 2.121 0m3.536 0a1.5 1.5 0 0 1 2.121 0A5.48 5.48 0 0 1 17.5 10c.001.472-.059.933-.172 1.374a1.5 1.5 0 1 1-2.906-.748a2.51 2.51 0 0 0-.653-2.394a1.5 1.5 0 0 1 0-2.121"/><path fill="currentColor" fillRule="evenodd" d="M10.583 10.494a1.5 1.5 0 1 1 2.833 0l3.955 8.896a1.5 1.5 0 1 1-2.742 1.219l-.493-1.11H9.864l-.493 1.11a1.5 1.5 0 1 1-2.742-1.219zm2.22 6.006L12 14.693l-.803 1.807z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.404 3.282a1.5 1.5 0 0 1 0 2.121A6.46 6.46 0 0 0 5.5 10c0 1.187.317 2.295.869 3.25a1.5 1.5 0 1 1-2.597 1.502A9.46 9.46 0 0 1 2.5 10a9.46 9.46 0 0 1 2.782-6.718a1.5 1.5 0 0 1 2.122 0m9.192 0a1.5 1.5 0 0 1 2.122 0A9.46 9.46 0 0 1 21.5 10a9.46 9.46 0 0 1-1.272 4.752a1.5 1.5 0 0 1-2.597-1.503A6.46 6.46 0 0 0 18.5 10a6.46 6.46 0 0 0-1.904-4.596a1.5 1.5 0 0 1 0-2.12"/><path fill="currentColor" d="M10.232 6.11a1.5 1.5 0 0 1 0 2.122A2.48 2.48 0 0 0 9.5 10q.001.327.079.626a1.5 1.5 0 1 1-2.906.748A5.51 5.51 0 0 1 8.111 6.11a1.5 1.5 0 0 1 2.121 0m3.536 0a1.5 1.5 0 0 1 2.121 0A5.48 5.48 0 0 1 17.5 10c.001.472-.059.933-.172 1.374a1.5 1.5 0 1 1-2.906-.748a2.51 2.51 0 0 0-.653-2.394a1.5 1.5 0 0 1 0-2.121"/><path fill="currentColor" fill-rule="evenodd" d="M10.583 10.494a1.5 1.5 0 1 1 2.833 0l3.955 8.896a1.5 1.5 0 1 1-2.742 1.219l-.493-1.11H9.864l-.493 1.11a1.5 1.5 0 1 1-2.742-1.219zm2.22 6.006L12 14.693l-.803 1.807z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-base-station-2-fill {
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%22M7.404%203.282a1.5%201.5%200%200%201%200%202.121A6.46%206.46%200%200%200%205.5%2010c0%201.187.317%202.295.869%203.25a1.5%201.5%200%201%201-2.597%201.502A9.46%209.46%200%200%201%202.5%2010a9.46%209.46%200%200%201%202.782-6.718a1.5%201.5%200%200%201%202.122%200m9.192%200a1.5%201.5%200%200%201%202.122%200A9.46%209.46%200%200%201%2021.5%2010a9.46%209.46%200%200%201-1.272%204.752a1.5%201.5%200%200%201-2.597-1.503A6.46%206.46%200%200%200%2018.5%2010a6.46%206.46%200%200%200-1.904-4.596a1.5%201.5%200%200%201%200-2.12%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.232%206.11a1.5%201.5%200%200%201%200%202.122A2.48%202.48%200%200%200%209.5%2010q.001.327.079.626a1.5%201.5%200%201%201-2.906.748A5.51%205.51%200%200%201%208.111%206.11a1.5%201.5%200%200%201%202.121%200m3.536%200a1.5%201.5%200%200%201%202.121%200A5.48%205.48%200%200%201%2017.5%2010c.001.472-.059.933-.172%201.374a1.5%201.5%200%201%201-2.906-.748a2.51%202.51%200%200%200-.653-2.394a1.5%201.5%200%200%201%200-2.121%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.583%2010.494a1.5%201.5%200%201%201%202.833%200l3.955%208.896a1.5%201.5%200%201%201-2.742%201.219l-.493-1.11H9.864l-.493%201.11a1.5%201.5%200%201%201-2.742-1.219zm2.22%206.006L12%2014.693l-.803%201.807z%22%20clip-rule%3D%22evenodd%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%22M7.404%203.282a1.5%201.5%200%200%201%200%202.121A6.46%206.46%200%200%200%205.5%2010c0%201.187.317%202.295.869%203.25a1.5%201.5%200%201%201-2.597%201.502A9.46%209.46%200%200%201%202.5%2010a9.46%209.46%200%200%201%202.782-6.718a1.5%201.5%200%200%201%202.122%200m9.192%200a1.5%201.5%200%200%201%202.122%200A9.46%209.46%200%200%201%2021.5%2010a9.46%209.46%200%200%201-1.272%204.752a1.5%201.5%200%200%201-2.597-1.503A6.46%206.46%200%200%200%2018.5%2010a6.46%206.46%200%200%200-1.904-4.596a1.5%201.5%200%200%201%200-2.12%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.232%206.11a1.5%201.5%200%200%201%200%202.122A2.48%202.48%200%200%200%209.5%2010q.001.327.079.626a1.5%201.5%200%201%201-2.906.748A5.51%205.51%200%200%201%208.111%206.11a1.5%201.5%200%200%201%202.121%200m3.536%200a1.5%201.5%200%200%201%202.121%200A5.48%205.48%200%200%201%2017.5%2010c.001.472-.059.933-.172%201.374a1.5%201.5%200%201%201-2.906-.748a2.51%202.51%200%200%200-.653-2.394a1.5%201.5%200%200%201%200-2.121%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.583%2010.494a1.5%201.5%200%201%201%202.833%200l3.955%208.896a1.5%201.5%200%201%201-2.742%201.219l-.493-1.11H9.864l-.493%201.11a1.5%201.5%200%201%201-2.742-1.219zm2.22%206.006L12%2014.693l-.803%201.807z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/base-station-2-fill.svg?color=%231a73e8&size=48