antenna radiowaves left right icon

antenna-radiowaves-left-right from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
antenna-radiowaves-left-right
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

Use the antenna radiowaves left right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M43.832 39.04c.75.866 2.063.866 2.953-.118c3.89-4.219 6.094-9.844 6.094-15.914s-2.203-11.695-6.094-15.914c-.89-.985-2.203-.985-2.953-.118c-.75.844-.539 1.946.328 2.907c3.14 3.492 4.899 8.086 4.899 13.125S47.3 32.64 44.16 36.133c-.867.96-1.078 2.062-.328 2.906m-31.664 0c.75-.845.516-1.946-.328-2.907c-3.14-3.492-4.898-8.086-4.898-13.125c0-5.04 1.757-9.633 4.898-13.125c.844-.961 1.078-2.063.328-2.906c-.75-.868-2.062-.868-2.976.117c-3.891 4.219-6.07 9.843-6.07 15.914S5.3 34.703 9.191 38.922c.913.984 2.226.984 2.976.117m7.031-6.68c.75-.844.422-1.9-.304-2.907c-1.407-1.734-2.11-4.008-2.11-6.445s.75-4.64 2.11-6.445c.726-1.032 1.054-2.063.304-2.907c-.773-.89-2.18-.914-3 .164a14.6 14.6 0 0 0-3.234 9.188c0 3.445 1.195 6.656 3.234 9.187c.82 1.078 2.227 1.055 3 .164m17.578 0c.797.89 2.18.913 3.024-.165c2.039-2.53 3.21-5.742 3.21-9.187s-1.171-6.656-3.21-9.188c-.844-1.078-2.227-1.054-3.024-.164c-.75.844-.422 1.875.305 2.906c1.36 1.805 2.11 4.008 2.11 6.446s-.704 4.71-2.11 6.445c-.727 1.008-1.055 2.063-.305 2.906m-8.789 17.53c1.125 0 1.805-.796 1.805-2.015V26.828a4.22 4.22 0 0 0 2.414-3.82c0-2.344-1.852-4.242-4.219-4.242c-2.343 0-4.195 1.898-4.195 4.242c0 1.687.961 3.14 2.414 3.82v21.047c0 1.195.727 2.016 1.781 2.016"/></svg>

React

import type { SVGProps } from "react";

export function F7AntennaRadiowavesLeftRight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M43.832 39.04c.75.866 2.063.866 2.953-.118c3.89-4.219 6.094-9.844 6.094-15.914s-2.203-11.695-6.094-15.914c-.89-.985-2.203-.985-2.953-.118c-.75.844-.539 1.946.328 2.907c3.14 3.492 4.899 8.086 4.899 13.125S47.3 32.64 44.16 36.133c-.867.96-1.078 2.062-.328 2.906m-31.664 0c.75-.845.516-1.946-.328-2.907c-3.14-3.492-4.898-8.086-4.898-13.125c0-5.04 1.757-9.633 4.898-13.125c.844-.961 1.078-2.063.328-2.906c-.75-.868-2.062-.868-2.976.117c-3.891 4.219-6.07 9.843-6.07 15.914S5.3 34.703 9.191 38.922c.913.984 2.226.984 2.976.117m7.031-6.68c.75-.844.422-1.9-.304-2.907c-1.407-1.734-2.11-4.008-2.11-6.445s.75-4.64 2.11-6.445c.726-1.032 1.054-2.063.304-2.907c-.773-.89-2.18-.914-3 .164a14.6 14.6 0 0 0-3.234 9.188c0 3.445 1.195 6.656 3.234 9.187c.82 1.078 2.227 1.055 3 .164m17.578 0c.797.89 2.18.913 3.024-.165c2.039-2.53 3.21-5.742 3.21-9.187s-1.171-6.656-3.21-9.188c-.844-1.078-2.227-1.054-3.024-.164c-.75.844-.422 1.875.305 2.906c1.36 1.805 2.11 4.008 2.11 6.446s-.704 4.71-2.11 6.445c-.727 1.008-1.055 2.063-.305 2.906m-8.789 17.53c1.125 0 1.805-.796 1.805-2.015V26.828a4.22 4.22 0 0 0 2.414-3.82c0-2.344-1.852-4.242-4.219-4.242c-2.343 0-4.195 1.898-4.195 4.242c0 1.687.961 3.14 2.414 3.82v21.047c0 1.195.727 2.016 1.781 2.016"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M43.832 39.04c.75.866 2.063.866 2.953-.118c3.89-4.219 6.094-9.844 6.094-15.914s-2.203-11.695-6.094-15.914c-.89-.985-2.203-.985-2.953-.118c-.75.844-.539 1.946.328 2.907c3.14 3.492 4.899 8.086 4.899 13.125S47.3 32.64 44.16 36.133c-.867.96-1.078 2.062-.328 2.906m-31.664 0c.75-.845.516-1.946-.328-2.907c-3.14-3.492-4.898-8.086-4.898-13.125c0-5.04 1.757-9.633 4.898-13.125c.844-.961 1.078-2.063.328-2.906c-.75-.868-2.062-.868-2.976.117c-3.891 4.219-6.07 9.843-6.07 15.914S5.3 34.703 9.191 38.922c.913.984 2.226.984 2.976.117m7.031-6.68c.75-.844.422-1.9-.304-2.907c-1.407-1.734-2.11-4.008-2.11-6.445s.75-4.64 2.11-6.445c.726-1.032 1.054-2.063.304-2.907c-.773-.89-2.18-.914-3 .164a14.6 14.6 0 0 0-3.234 9.188c0 3.445 1.195 6.656 3.234 9.187c.82 1.078 2.227 1.055 3 .164m17.578 0c.797.89 2.18.913 3.024-.165c2.039-2.53 3.21-5.742 3.21-9.187s-1.171-6.656-3.21-9.188c-.844-1.078-2.227-1.054-3.024-.164c-.75.844-.422 1.875.305 2.906c1.36 1.805 2.11 4.008 2.11 6.446s-.704 4.71-2.11 6.445c-.727 1.008-1.055 2.063-.305 2.906m-8.789 17.53c1.125 0 1.805-.796 1.805-2.015V26.828a4.22 4.22 0 0 0 2.414-3.82c0-2.344-1.852-4.242-4.219-4.242c-2.343 0-4.195 1.898-4.195 4.242c0 1.687.961 3.14 2.414 3.82v21.047c0 1.195.727 2.016 1.781 2.016"/></svg>
</template>

CSS

.icon-antenna-radiowaves-left-right {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M43.832%2039.04c.75.866%202.063.866%202.953-.118c3.89-4.219%206.094-9.844%206.094-15.914s-2.203-11.695-6.094-15.914c-.89-.985-2.203-.985-2.953-.118c-.75.844-.539%201.946.328%202.907c3.14%203.492%204.899%208.086%204.899%2013.125S47.3%2032.64%2044.16%2036.133c-.867.96-1.078%202.062-.328%202.906m-31.664%200c.75-.845.516-1.946-.328-2.907c-3.14-3.492-4.898-8.086-4.898-13.125c0-5.04%201.757-9.633%204.898-13.125c.844-.961%201.078-2.063.328-2.906c-.75-.868-2.062-.868-2.976.117c-3.891%204.219-6.07%209.843-6.07%2015.914S5.3%2034.703%209.191%2038.922c.913.984%202.226.984%202.976.117m7.031-6.68c.75-.844.422-1.9-.304-2.907c-1.407-1.734-2.11-4.008-2.11-6.445s.75-4.64%202.11-6.445c.726-1.032%201.054-2.063.304-2.907c-.773-.89-2.18-.914-3%20.164a14.6%2014.6%200%200%200-3.234%209.188c0%203.445%201.195%206.656%203.234%209.187c.82%201.078%202.227%201.055%203%20.164m17.578%200c.797.89%202.18.913%203.024-.165c2.039-2.53%203.21-5.742%203.21-9.187s-1.171-6.656-3.21-9.188c-.844-1.078-2.227-1.054-3.024-.164c-.75.844-.422%201.875.305%202.906c1.36%201.805%202.11%204.008%202.11%206.446s-.704%204.71-2.11%206.445c-.727%201.008-1.055%202.063-.305%202.906m-8.789%2017.53c1.125%200%201.805-.796%201.805-2.015V26.828a4.22%204.22%200%200%200%202.414-3.82c0-2.344-1.852-4.242-4.219-4.242c-2.343%200-4.195%201.898-4.195%204.242c0%201.687.961%203.14%202.414%203.82v21.047c0%201.195.727%202.016%201.781%202.016%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M43.832%2039.04c.75.866%202.063.866%202.953-.118c3.89-4.219%206.094-9.844%206.094-15.914s-2.203-11.695-6.094-15.914c-.89-.985-2.203-.985-2.953-.118c-.75.844-.539%201.946.328%202.907c3.14%203.492%204.899%208.086%204.899%2013.125S47.3%2032.64%2044.16%2036.133c-.867.96-1.078%202.062-.328%202.906m-31.664%200c.75-.845.516-1.946-.328-2.907c-3.14-3.492-4.898-8.086-4.898-13.125c0-5.04%201.757-9.633%204.898-13.125c.844-.961%201.078-2.063.328-2.906c-.75-.868-2.062-.868-2.976.117c-3.891%204.219-6.07%209.843-6.07%2015.914S5.3%2034.703%209.191%2038.922c.913.984%202.226.984%202.976.117m7.031-6.68c.75-.844.422-1.9-.304-2.907c-1.407-1.734-2.11-4.008-2.11-6.445s.75-4.64%202.11-6.445c.726-1.032%201.054-2.063.304-2.907c-.773-.89-2.18-.914-3%20.164a14.6%2014.6%200%200%200-3.234%209.188c0%203.445%201.195%206.656%203.234%209.187c.82%201.078%202.227%201.055%203%20.164m17.578%200c.797.89%202.18.913%203.024-.165c2.039-2.53%203.21-5.742%203.21-9.187s-1.171-6.656-3.21-9.188c-.844-1.078-2.227-1.054-3.024-.164c-.75.844-.422%201.875.305%202.906c1.36%201.805%202.11%204.008%202.11%206.446s-.704%204.71-2.11%206.445c-.727%201.008-1.055%202.063-.305%202.906m-8.789%2017.53c1.125%200%201.805-.796%201.805-2.015V26.828a4.22%204.22%200%200%200%202.414-3.82c0-2.344-1.852-4.242-4.219-4.242c-2.343%200-4.195%201.898-4.195%204.242c0%201.687.961%203.14%202.414%203.82v21.047c0%201.195.727%202.016%201.781%202.016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/antenna-radiowaves-left-right.svg?color=%231a73e8&size=48