base station 2 icon

base-station-2-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
base-station-2-line
Set
MingCute Icon
Style
Line
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="M12.5 10a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M15.111 18L12 11l-3.111 7L8 20m8 0l-.889-2M6.343 4.343A7.96 7.96 0 0 0 4 10c0 1.457.39 2.823 1.07 4m4.102-6.829Q8.8 7.543 8.535 8A4 4 0 0 0 8 10c0 .73.195 1.412.535 2.001m6.293-4.829q.372.372.637.828c.34.589.535 1.272.535 2c0 .73-.195 1.412-.535 2.001m2.192-7.657A7.96 7.96 0 0 1 20 10c0 1.457-.39 2.823-1.07 4M8.888 18h6.222m-2.61-8a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteBaseStation2Line(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="M12.5 10a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="2" d="M15.111 18L12 11l-3.111 7L8 20m8 0l-.889-2M6.343 4.343A7.96 7.96 0 0 0 4 10c0 1.457.39 2.823 1.07 4m4.102-6.829Q8.8 7.543 8.535 8A4 4 0 0 0 8 10c0 .73.195 1.412.535 2.001m6.293-4.829q.372.372.637.828c.34.589.535 1.272.535 2c0 .73-.195 1.412-.535 2.001m2.192-7.657A7.96 7.96 0 0 1 20 10c0 1.457-.39 2.823-1.07 4M8.888 18h6.222m-2.61-8a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 10a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M15.111 18L12 11l-3.111 7L8 20m8 0l-.889-2M6.343 4.343A7.96 7.96 0 0 0 4 10c0 1.457.39 2.823 1.07 4m4.102-6.829Q8.8 7.543 8.535 8A4 4 0 0 0 8 10c0 .73.195 1.412.535 2.001m6.293-4.829q.372.372.637.828c.34.589.535 1.272.535 2c0 .73-.195 1.412-.535 2.001m2.192-7.657A7.96 7.96 0 0 1 20 10c0 1.457-.39 2.823-1.07 4M8.888 18h6.222m-2.61-8a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Z"/></svg>
</template>

CSS

.icon-base-station-2-line {
  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%22M12.5%2010a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M15.111%2018L12%2011l-3.111%207L8%2020m8%200l-.889-2M6.343%204.343A7.96%207.96%200%200%200%204%2010c0%201.457.39%202.823%201.07%204m4.102-6.829Q8.8%207.543%208.535%208A4%204%200%200%200%208%2010c0%20.73.195%201.412.535%202.001m6.293-4.829q.372.372.637.828c.34.589.535%201.272.535%202c0%20.73-.195%201.412-.535%202.001m2.192-7.657A7.96%207.96%200%200%201%2020%2010c0%201.457-.39%202.823-1.07%204M8.888%2018h6.222m-2.61-8a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200Z%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%22M12.5%2010a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M15.111%2018L12%2011l-3.111%207L8%2020m8%200l-.889-2M6.343%204.343A7.96%207.96%200%200%200%204%2010c0%201.457.39%202.823%201.07%204m4.102-6.829Q8.8%207.543%208.535%208A4%204%200%200%200%208%2010c0%20.73.195%201.412.535%202.001m6.293-4.829q.372.372.637.828c.34.589.535%201.272.535%202c0%20.73-.195%201.412-.535%202.001m2.192-7.657A7.96%207.96%200%200%201%2020%2010c0%201.457-.39%202.823-1.07%204M8.888%2018h6.222m-2.61-8a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200Z%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-line.svg?color=%231a73e8&size=48