outline cell tower icon
outline-cell-tower from Google Material Icons by Material Design Authors · Baseline · Communication · Apache-2.0 Free for personal and commercial use.
- Name
- outline-cell-tower
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Communication
- Viewbox
- 24×24
- License
- Apache 2.0
More communication icons from Google Material Icons
baseline-3pbaseline-add-ic-callbaseline-alternate-emailbaseline-app-registrationbaseline-businessbaseline-callbaseline-call-endbaseline-call-madebaseline-call-mergebaseline-call-missedbaseline-call-missed-outgoingbaseline-call-receivedbaseline-call-splitbaseline-cancel-presentationbaseline-cell-towerbaseline-cell-wifibaseline-chatbaseline-chat-bubblebaseline-clear-allbaseline-co-presentbaseline-commentbaseline-comments-disabledbaseline-contact-emergencybaseline-contact-mail
Use the outline cell tower icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.3 14.7l1.2-1.2c-1-1-1.5-2.3-1.5-3.5c0-1.3.5-2.6 1.5-3.5L7.3 5.3c-1.3 1.3-2 3-2 4.7s.7 3.4 2 4.7M19.1 2.9l-1.2 1.2c1.6 1.6 2.4 3.8 2.4 5.9s-.8 4.3-2.4 5.9l1.2 1.2c2-2 2.9-4.5 2.9-7.1s-1-5.1-2.9-7.1"/><path fill="currentColor" d="M6.1 4.1L4.9 2.9C3 4.9 2 7.4 2 10s1 5.1 2.9 7.1l1.2-1.2c-1.6-1.6-2.4-3.8-2.4-5.9s.8-4.3 2.4-5.9m10.6 10.6c1.3-1.3 2-3 2-4.7c-.1-1.7-.7-3.4-2-4.7l-1.2 1.2c1 1 1.5 2.3 1.5 3.5c0 1.3-.5 2.6-1.5 3.5zM14.5 10a2.5 2.5 0 0 0-5 0c0 .76.34 1.42.87 1.88L7 22h2l.67-2h4.67l.66 2h2l-3.37-10.12c.53-.46.87-1.12.87-1.88m-4.17 8L12 13l1.67 5z"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlineCellTower(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.3 14.7l1.2-1.2c-1-1-1.5-2.3-1.5-3.5c0-1.3.5-2.6 1.5-3.5L7.3 5.3c-1.3 1.3-2 3-2 4.7s.7 3.4 2 4.7M19.1 2.9l-1.2 1.2c1.6 1.6 2.4 3.8 2.4 5.9s-.8 4.3-2.4 5.9l1.2 1.2c2-2 2.9-4.5 2.9-7.1s-1-5.1-2.9-7.1"/><path fill="currentColor" d="M6.1 4.1L4.9 2.9C3 4.9 2 7.4 2 10s1 5.1 2.9 7.1l1.2-1.2c-1.6-1.6-2.4-3.8-2.4-5.9s.8-4.3 2.4-5.9m10.6 10.6c1.3-1.3 2-3 2-4.7c-.1-1.7-.7-3.4-2-4.7l-1.2 1.2c1 1 1.5 2.3 1.5 3.5c0 1.3-.5 2.6-1.5 3.5zM14.5 10a2.5 2.5 0 0 0-5 0c0 .76.34 1.42.87 1.88L7 22h2l.67-2h4.67l.66 2h2l-3.37-10.12c.53-.46.87-1.12.87-1.88m-4.17 8L12 13l1.67 5z"/></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.3 14.7l1.2-1.2c-1-1-1.5-2.3-1.5-3.5c0-1.3.5-2.6 1.5-3.5L7.3 5.3c-1.3 1.3-2 3-2 4.7s.7 3.4 2 4.7M19.1 2.9l-1.2 1.2c1.6 1.6 2.4 3.8 2.4 5.9s-.8 4.3-2.4 5.9l1.2 1.2c2-2 2.9-4.5 2.9-7.1s-1-5.1-2.9-7.1"/><path fill="currentColor" d="M6.1 4.1L4.9 2.9C3 4.9 2 7.4 2 10s1 5.1 2.9 7.1l1.2-1.2c-1.6-1.6-2.4-3.8-2.4-5.9s.8-4.3 2.4-5.9m10.6 10.6c1.3-1.3 2-3 2-4.7c-.1-1.7-.7-3.4-2-4.7l-1.2 1.2c1 1 1.5 2.3 1.5 3.5c0 1.3-.5 2.6-1.5 3.5zM14.5 10a2.5 2.5 0 0 0-5 0c0 .76.34 1.42.87 1.88L7 22h2l.67-2h4.67l.66 2h2l-3.37-10.12c.53-.46.87-1.12.87-1.88m-4.17 8L12 13l1.67 5z"/></svg> </template>
CSS
.icon-outline-cell-tower {
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.3%2014.7l1.2-1.2c-1-1-1.5-2.3-1.5-3.5c0-1.3.5-2.6%201.5-3.5L7.3%205.3c-1.3%201.3-2%203-2%204.7s.7%203.4%202%204.7M19.1%202.9l-1.2%201.2c1.6%201.6%202.4%203.8%202.4%205.9s-.8%204.3-2.4%205.9l1.2%201.2c2-2%202.9-4.5%202.9-7.1s-1-5.1-2.9-7.1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.1%204.1L4.9%202.9C3%204.9%202%207.4%202%2010s1%205.1%202.9%207.1l1.2-1.2c-1.6-1.6-2.4-3.8-2.4-5.9s.8-4.3%202.4-5.9m10.6%2010.6c1.3-1.3%202-3%202-4.7c-.1-1.7-.7-3.4-2-4.7l-1.2%201.2c1%201%201.5%202.3%201.5%203.5c0%201.3-.5%202.6-1.5%203.5zM14.5%2010a2.5%202.5%200%200%200-5%200c0%20.76.34%201.42.87%201.88L7%2022h2l.67-2h4.67l.66%202h2l-3.37-10.12c.53-.46.87-1.12.87-1.88m-4.17%208L12%2013l1.67%205z%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.3%2014.7l1.2-1.2c-1-1-1.5-2.3-1.5-3.5c0-1.3.5-2.6%201.5-3.5L7.3%205.3c-1.3%201.3-2%203-2%204.7s.7%203.4%202%204.7M19.1%202.9l-1.2%201.2c1.6%201.6%202.4%203.8%202.4%205.9s-.8%204.3-2.4%205.9l1.2%201.2c2-2%202.9-4.5%202.9-7.1s-1-5.1-2.9-7.1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.1%204.1L4.9%202.9C3%204.9%202%207.4%202%2010s1%205.1%202.9%207.1l1.2-1.2c-1.6-1.6-2.4-3.8-2.4-5.9s.8-4.3%202.4-5.9m10.6%2010.6c1.3-1.3%202-3%202-4.7c-.1-1.7-.7-3.4-2-4.7l-1.2%201.2c1%201%201.5%202.3%201.5%203.5c0%201.3-.5%202.6-1.5%203.5zM14.5%2010a2.5%202.5%200%200%200-5%200c0%20.76.34%201.42.87%201.88L7%2022h2l.67-2h4.67l.66%202h2l-3.37-10.12c.53-.46.87-1.12.87-1.88m-4.17%208L12%2013l1.67%205z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-cell-tower.svg?color=%231a73e8&size=48