radio tower icon
radio-tower from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- radio-tower
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
Related icons in Material Design Icons
Use the radio tower icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 10a2 2 0 0 1 2 2a2 2 0 0 1-.47 1.29L16.7 22h-2.13L12 14.93L9.43 22H7.3l3.17-8.71A2 2 0 0 1 10 12a2 2 0 0 1 2-2m0-2a4 4 0 0 0-4 4c0 .5.1 1 .28 1.46l-.88 2.4A6.03 6.03 0 0 1 6 12a6 6 0 0 1 6-6a6 6 0 0 1 6 6c0 1.47-.53 2.81-1.4 3.86l-.88-2.4C15.9 13 16 12.5 16 12a4 4 0 0 0-4-4m0-4a8 8 0 0 0-8 8c0 2.36 1 4.5 2.64 5.94l-.72 2A10 10 0 0 1 2 12A10 10 0 0 1 12 2a10 10 0 0 1 10 10c0 3.23-1.54 6.11-3.92 7.94l-.72-2C19 16.5 20 14.36 20 12a8 8 0 0 0-8-8"/></svg>
React
import type { SVGProps } from "react";
export function MdiRadioTower(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 10a2 2 0 0 1 2 2a2 2 0 0 1-.47 1.29L16.7 22h-2.13L12 14.93L9.43 22H7.3l3.17-8.71A2 2 0 0 1 10 12a2 2 0 0 1 2-2m0-2a4 4 0 0 0-4 4c0 .5.1 1 .28 1.46l-.88 2.4A6.03 6.03 0 0 1 6 12a6 6 0 0 1 6-6a6 6 0 0 1 6 6c0 1.47-.53 2.81-1.4 3.86l-.88-2.4C15.9 13 16 12.5 16 12a4 4 0 0 0-4-4m0-4a8 8 0 0 0-8 8c0 2.36 1 4.5 2.64 5.94l-.72 2A10 10 0 0 1 2 12A10 10 0 0 1 12 2a10 10 0 0 1 10 10c0 3.23-1.54 6.11-3.92 7.94l-.72-2C19 16.5 20 14.36 20 12a8 8 0 0 0-8-8"/></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 10a2 2 0 0 1 2 2a2 2 0 0 1-.47 1.29L16.7 22h-2.13L12 14.93L9.43 22H7.3l3.17-8.71A2 2 0 0 1 10 12a2 2 0 0 1 2-2m0-2a4 4 0 0 0-4 4c0 .5.1 1 .28 1.46l-.88 2.4A6.03 6.03 0 0 1 6 12a6 6 0 0 1 6-6a6 6 0 0 1 6 6c0 1.47-.53 2.81-1.4 3.86l-.88-2.4C15.9 13 16 12.5 16 12a4 4 0 0 0-4-4m0-4a8 8 0 0 0-8 8c0 2.36 1 4.5 2.64 5.94l-.72 2A10 10 0 0 1 2 12A10 10 0 0 1 12 2a10 10 0 0 1 10 10c0 3.23-1.54 6.11-3.92 7.94l-.72-2C19 16.5 20 14.36 20 12a8 8 0 0 0-8-8"/></svg> </template>
CSS
.icon-radio-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%22M12%2010a2%202%200%200%201%202%202a2%202%200%200%201-.47%201.29L16.7%2022h-2.13L12%2014.93L9.43%2022H7.3l3.17-8.71A2%202%200%200%201%2010%2012a2%202%200%200%201%202-2m0-2a4%204%200%200%200-4%204c0%20.5.1%201%20.28%201.46l-.88%202.4A6.03%206.03%200%200%201%206%2012a6%206%200%200%201%206-6a6%206%200%200%201%206%206c0%201.47-.53%202.81-1.4%203.86l-.88-2.4C15.9%2013%2016%2012.5%2016%2012a4%204%200%200%200-4-4m0-4a8%208%200%200%200-8%208c0%202.36%201%204.5%202.64%205.94l-.72%202A10%2010%200%200%201%202%2012A10%2010%200%200%201%2012%202a10%2010%200%200%201%2010%2010c0%203.23-1.54%206.11-3.92%207.94l-.72-2C19%2016.5%2020%2014.36%2020%2012a8%208%200%200%200-8-8%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%2010a2%202%200%200%201%202%202a2%202%200%200%201-.47%201.29L16.7%2022h-2.13L12%2014.93L9.43%2022H7.3l3.17-8.71A2%202%200%200%201%2010%2012a2%202%200%200%201%202-2m0-2a4%204%200%200%200-4%204c0%20.5.1%201%20.28%201.46l-.88%202.4A6.03%206.03%200%200%201%206%2012a6%206%200%200%201%206-6a6%206%200%200%201%206%206c0%201.47-.53%202.81-1.4%203.86l-.88-2.4C15.9%2013%2016%2012.5%2016%2012a4%204%200%200%200-4-4m0-4a8%208%200%200%200-8%208c0%202.36%201%204.5%202.64%205.94l-.72%202A10%2010%200%200%201%202%2012A10%2010%200%200%201%2012%202a10%2010%200%200%201%2010%2010c0%203.23-1.54%206.11-3.92%207.94l-.72-2C19%2016.5%2020%2014.36%2020%2012a8%208%200%200%200-8-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/radio-tower.svg?color=%231a73e8&size=48