radiowaves right icon

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

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

Related icons in Framework7 Icons

Use the radiowaves right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M33.25 51.027c.844.586 2.016.352 2.672-.609c4.312-6.14 6.797-14.04 6.797-22.406c0-8.367-2.508-16.29-6.797-22.43c-.656-.96-1.805-1.195-2.672-.586c-.914.61-1.031 1.781-.352 2.766c3.75 5.554 6.094 12.68 6.094 20.25s-2.25 14.789-6.117 20.25c-.68.96-.539 2.133.375 2.765m-9.469-6.398c.914.61 2.04.375 2.696-.563c3.117-4.312 4.898-10.054 4.898-16.054c0-6.024-1.758-11.766-4.898-16.078c-.68-.914-1.782-1.149-2.696-.54c-.89.61-1.031 1.758-.328 2.766c2.555 3.75 4.149 8.672 4.149 13.852s-1.547 10.148-4.149 13.851c-.68 1.008-.562 2.157.328 2.766M14.43 38.3c.82.562 1.945.375 2.625-.54c1.828-2.46 2.93-6.07 2.93-9.75s-1.126-7.265-2.93-9.773c-.68-.914-1.805-1.101-2.625-.539c-1.008.68-1.149 1.875-.399 2.906c1.36 1.829 2.18 4.618 2.18 7.407s-.844 5.578-2.18 7.43c-.726 1.007-.586 2.156.399 2.859"/></svg>

React

import type { SVGProps } from "react";

export function F7RadiowavesRight(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="M33.25 51.027c.844.586 2.016.352 2.672-.609c4.312-6.14 6.797-14.04 6.797-22.406c0-8.367-2.508-16.29-6.797-22.43c-.656-.96-1.805-1.195-2.672-.586c-.914.61-1.031 1.781-.352 2.766c3.75 5.554 6.094 12.68 6.094 20.25s-2.25 14.789-6.117 20.25c-.68.96-.539 2.133.375 2.765m-9.469-6.398c.914.61 2.04.375 2.696-.563c3.117-4.312 4.898-10.054 4.898-16.054c0-6.024-1.758-11.766-4.898-16.078c-.68-.914-1.782-1.149-2.696-.54c-.89.61-1.031 1.758-.328 2.766c2.555 3.75 4.149 8.672 4.149 13.852s-1.547 10.148-4.149 13.851c-.68 1.008-.562 2.157.328 2.766M14.43 38.3c.82.562 1.945.375 2.625-.54c1.828-2.46 2.93-6.07 2.93-9.75s-1.126-7.265-2.93-9.773c-.68-.914-1.805-1.101-2.625-.539c-1.008.68-1.149 1.875-.399 2.906c1.36 1.829 2.18 4.618 2.18 7.407s-.844 5.578-2.18 7.43c-.726 1.007-.586 2.156.399 2.859"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M33.25 51.027c.844.586 2.016.352 2.672-.609c4.312-6.14 6.797-14.04 6.797-22.406c0-8.367-2.508-16.29-6.797-22.43c-.656-.96-1.805-1.195-2.672-.586c-.914.61-1.031 1.781-.352 2.766c3.75 5.554 6.094 12.68 6.094 20.25s-2.25 14.789-6.117 20.25c-.68.96-.539 2.133.375 2.765m-9.469-6.398c.914.61 2.04.375 2.696-.563c3.117-4.312 4.898-10.054 4.898-16.054c0-6.024-1.758-11.766-4.898-16.078c-.68-.914-1.782-1.149-2.696-.54c-.89.61-1.031 1.758-.328 2.766c2.555 3.75 4.149 8.672 4.149 13.852s-1.547 10.148-4.149 13.851c-.68 1.008-.562 2.157.328 2.766M14.43 38.3c.82.562 1.945.375 2.625-.54c1.828-2.46 2.93-6.07 2.93-9.75s-1.126-7.265-2.93-9.773c-.68-.914-1.805-1.101-2.625-.539c-1.008.68-1.149 1.875-.399 2.906c1.36 1.829 2.18 4.618 2.18 7.407s-.844 5.578-2.18 7.43c-.726 1.007-.586 2.156.399 2.859"/></svg>
</template>

CSS

.icon-radiowaves-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%22M33.25%2051.027c.844.586%202.016.352%202.672-.609c4.312-6.14%206.797-14.04%206.797-22.406c0-8.367-2.508-16.29-6.797-22.43c-.656-.96-1.805-1.195-2.672-.586c-.914.61-1.031%201.781-.352%202.766c3.75%205.554%206.094%2012.68%206.094%2020.25s-2.25%2014.789-6.117%2020.25c-.68.96-.539%202.133.375%202.765m-9.469-6.398c.914.61%202.04.375%202.696-.563c3.117-4.312%204.898-10.054%204.898-16.054c0-6.024-1.758-11.766-4.898-16.078c-.68-.914-1.782-1.149-2.696-.54c-.89.61-1.031%201.758-.328%202.766c2.555%203.75%204.149%208.672%204.149%2013.852s-1.547%2010.148-4.149%2013.851c-.68%201.008-.562%202.157.328%202.766M14.43%2038.3c.82.562%201.945.375%202.625-.54c1.828-2.46%202.93-6.07%202.93-9.75s-1.126-7.265-2.93-9.773c-.68-.914-1.805-1.101-2.625-.539c-1.008.68-1.149%201.875-.399%202.906c1.36%201.829%202.18%204.618%202.18%207.407s-.844%205.578-2.18%207.43c-.726%201.007-.586%202.156.399%202.859%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%22M33.25%2051.027c.844.586%202.016.352%202.672-.609c4.312-6.14%206.797-14.04%206.797-22.406c0-8.367-2.508-16.29-6.797-22.43c-.656-.96-1.805-1.195-2.672-.586c-.914.61-1.031%201.781-.352%202.766c3.75%205.554%206.094%2012.68%206.094%2020.25s-2.25%2014.789-6.117%2020.25c-.68.96-.539%202.133.375%202.765m-9.469-6.398c.914.61%202.04.375%202.696-.563c3.117-4.312%204.898-10.054%204.898-16.054c0-6.024-1.758-11.766-4.898-16.078c-.68-.914-1.782-1.149-2.696-.54c-.89.61-1.031%201.758-.328%202.766c2.555%203.75%204.149%208.672%204.149%2013.852s-1.547%2010.148-4.149%2013.851c-.68%201.008-.562%202.157.328%202.766M14.43%2038.3c.82.562%201.945.375%202.625-.54c1.828-2.46%202.93-6.07%202.93-9.75s-1.126-7.265-2.93-9.773c-.68-.914-1.805-1.101-2.625-.539c-1.008.68-1.149%201.875-.399%202.906c1.36%201.829%202.18%204.618%202.18%207.407s-.844%205.578-2.18%207.43c-.726%201.007-.586%202.156.399%202.859%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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