antenna icon
antenna from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- antenna
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
Use the antenna icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 7.5c.69 0 1.27.23 1.76.7s.74 1.07.74 1.8q0 1.575-1.5 2.28V21h-2v-8.72Q9.5 11.575 9.5 10c0-.73.26-1.33.74-1.8s1.07-.7 1.76-.7m4.69-2.2c1.25 1.25 1.92 2.81 2.01 4.7c0 1.8-.67 3.38-2.01 4.72L15.5 13.5c1-.91 1.5-2.08 1.5-3.5c0-1.33-.5-2.5-1.5-3.5zM6.09 4.08C4.5 5.67 3.7 7.64 3.7 10s.8 4.3 2.39 5.89l-1.17 1.22C3 15.08 2 12.7 2 10s1-5.06 2.92-7.09zm12.99-1.17C21 4.94 22 7.3 22 10c0 2.8-1 5.17-2.92 7.11l-1.17-1.22C19.5 14.3 20.3 12.33 20.3 10s-.8-4.33-2.39-5.92zM7.31 5.3L8.5 6.5C7.5 7.42 7 8.58 7 10c0 1.33.5 2.5 1.5 3.5l-1.19 1.22C5.97 13.38 5.3 11.8 5.3 10s.67-3.36 2.01-4.7"/></svg>
React
import type { SVGProps } from "react";
export function MdiAntenna(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 7.5c.69 0 1.27.23 1.76.7s.74 1.07.74 1.8q0 1.575-1.5 2.28V21h-2v-8.72Q9.5 11.575 9.5 10c0-.73.26-1.33.74-1.8s1.07-.7 1.76-.7m4.69-2.2c1.25 1.25 1.92 2.81 2.01 4.7c0 1.8-.67 3.38-2.01 4.72L15.5 13.5c1-.91 1.5-2.08 1.5-3.5c0-1.33-.5-2.5-1.5-3.5zM6.09 4.08C4.5 5.67 3.7 7.64 3.7 10s.8 4.3 2.39 5.89l-1.17 1.22C3 15.08 2 12.7 2 10s1-5.06 2.92-7.09zm12.99-1.17C21 4.94 22 7.3 22 10c0 2.8-1 5.17-2.92 7.11l-1.17-1.22C19.5 14.3 20.3 12.33 20.3 10s-.8-4.33-2.39-5.92zM7.31 5.3L8.5 6.5C7.5 7.42 7 8.58 7 10c0 1.33.5 2.5 1.5 3.5l-1.19 1.22C5.97 13.38 5.3 11.8 5.3 10s.67-3.36 2.01-4.7"/></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 7.5c.69 0 1.27.23 1.76.7s.74 1.07.74 1.8q0 1.575-1.5 2.28V21h-2v-8.72Q9.5 11.575 9.5 10c0-.73.26-1.33.74-1.8s1.07-.7 1.76-.7m4.69-2.2c1.25 1.25 1.92 2.81 2.01 4.7c0 1.8-.67 3.38-2.01 4.72L15.5 13.5c1-.91 1.5-2.08 1.5-3.5c0-1.33-.5-2.5-1.5-3.5zM6.09 4.08C4.5 5.67 3.7 7.64 3.7 10s.8 4.3 2.39 5.89l-1.17 1.22C3 15.08 2 12.7 2 10s1-5.06 2.92-7.09zm12.99-1.17C21 4.94 22 7.3 22 10c0 2.8-1 5.17-2.92 7.11l-1.17-1.22C19.5 14.3 20.3 12.33 20.3 10s-.8-4.33-2.39-5.92zM7.31 5.3L8.5 6.5C7.5 7.42 7 8.58 7 10c0 1.33.5 2.5 1.5 3.5l-1.19 1.22C5.97 13.38 5.3 11.8 5.3 10s.67-3.36 2.01-4.7"/></svg> </template>
CSS
.icon-antenna {
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%207.5c.69%200%201.27.23%201.76.7s.74%201.07.74%201.8q0%201.575-1.5%202.28V21h-2v-8.72Q9.5%2011.575%209.5%2010c0-.73.26-1.33.74-1.8s1.07-.7%201.76-.7m4.69-2.2c1.25%201.25%201.92%202.81%202.01%204.7c0%201.8-.67%203.38-2.01%204.72L15.5%2013.5c1-.91%201.5-2.08%201.5-3.5c0-1.33-.5-2.5-1.5-3.5zM6.09%204.08C4.5%205.67%203.7%207.64%203.7%2010s.8%204.3%202.39%205.89l-1.17%201.22C3%2015.08%202%2012.7%202%2010s1-5.06%202.92-7.09zm12.99-1.17C21%204.94%2022%207.3%2022%2010c0%202.8-1%205.17-2.92%207.11l-1.17-1.22C19.5%2014.3%2020.3%2012.33%2020.3%2010s-.8-4.33-2.39-5.92zM7.31%205.3L8.5%206.5C7.5%207.42%207%208.58%207%2010c0%201.33.5%202.5%201.5%203.5l-1.19%201.22C5.97%2013.38%205.3%2011.8%205.3%2010s.67-3.36%202.01-4.7%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%207.5c.69%200%201.27.23%201.76.7s.74%201.07.74%201.8q0%201.575-1.5%202.28V21h-2v-8.72Q9.5%2011.575%209.5%2010c0-.73.26-1.33.74-1.8s1.07-.7%201.76-.7m4.69-2.2c1.25%201.25%201.92%202.81%202.01%204.7c0%201.8-.67%203.38-2.01%204.72L15.5%2013.5c1-.91%201.5-2.08%201.5-3.5c0-1.33-.5-2.5-1.5-3.5zM6.09%204.08C4.5%205.67%203.7%207.64%203.7%2010s.8%204.3%202.39%205.89l-1.17%201.22C3%2015.08%202%2012.7%202%2010s1-5.06%202.92-7.09zm12.99-1.17C21%204.94%2022%207.3%2022%2010c0%202.8-1%205.17-2.92%207.11l-1.17-1.22C19.5%2014.3%2020.3%2012.33%2020.3%2010s-.8-4.33-2.39-5.92zM7.31%205.3L8.5%206.5C7.5%207.42%207%208.58%207%2010c0%201.33.5%202.5%201.5%203.5l-1.19%201.22C5.97%2013.38%205.3%2011.8%205.3%2010s.67-3.36%202.01-4.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/antenna.svg?color=%231a73e8&size=48