dot radiowaves right icon
dot-radiowaves-right from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- dot-radiowaves-right
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the dot 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="M34.586 50.277c.727.797 1.992.891 2.883-.047c5.578-5.835 8.789-13.664 8.789-22.218s-3.164-16.453-8.79-22.242c-.89-.938-2.156-.844-2.882-.047c-.727.82-.563 1.968.281 2.859c4.899 5.04 7.57 11.906 7.57 19.43s-2.718 14.32-7.57 19.406c-.844.89-1.008 2.063-.281 2.86m-6.773-6.234c.75.867 2.062.867 2.953-.117c3.89-4.219 6.093-9.844 6.093-15.914s-2.156-11.72-6.093-15.914c-.891-1.008-2.203-1.008-2.953-.118c-.75.844-.516 1.946.328 2.907c3.164 3.468 4.898 8.062 4.898 13.125c0 5.039-1.758 9.633-4.898 13.125c-.844.96-1.078 2.039-.328 2.906m-6.563-6.68c.773.867 2.18.89 3-.164c2.04-2.531 3.21-5.742 3.21-9.187c0-3.446-1.17-6.68-3.21-9.188c-.82-1.078-2.227-1.055-3-.164c-.75.844-.422 1.875.305 2.906c1.383 1.758 2.086 4.008 2.086 6.446s-.68 4.687-2.086 6.445c-.75 1.008-1.055 2.063-.305 2.906m-8.062-6.023c1.851 0 3.421-1.57 3.421-3.422a3.41 3.41 0 0 0-3.422-3.422c-1.874 0-3.445 1.617-3.445 3.469c0 1.781 1.617 3.375 3.445 3.375"/></svg>
React
import type { SVGProps } from "react";
export function F7DotRadiowavesRight(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="M34.586 50.277c.727.797 1.992.891 2.883-.047c5.578-5.835 8.789-13.664 8.789-22.218s-3.164-16.453-8.79-22.242c-.89-.938-2.156-.844-2.882-.047c-.727.82-.563 1.968.281 2.859c4.899 5.04 7.57 11.906 7.57 19.43s-2.718 14.32-7.57 19.406c-.844.89-1.008 2.063-.281 2.86m-6.773-6.234c.75.867 2.062.867 2.953-.117c3.89-4.219 6.093-9.844 6.093-15.914s-2.156-11.72-6.093-15.914c-.891-1.008-2.203-1.008-2.953-.118c-.75.844-.516 1.946.328 2.907c3.164 3.468 4.898 8.062 4.898 13.125c0 5.039-1.758 9.633-4.898 13.125c-.844.96-1.078 2.039-.328 2.906m-6.563-6.68c.773.867 2.18.89 3-.164c2.04-2.531 3.21-5.742 3.21-9.187c0-3.446-1.17-6.68-3.21-9.188c-.82-1.078-2.227-1.055-3-.164c-.75.844-.422 1.875.305 2.906c1.383 1.758 2.086 4.008 2.086 6.446s-.68 4.687-2.086 6.445c-.75 1.008-1.055 2.063-.305 2.906m-8.062-6.023c1.851 0 3.421-1.57 3.421-3.422a3.41 3.41 0 0 0-3.422-3.422c-1.874 0-3.445 1.617-3.445 3.469c0 1.781 1.617 3.375 3.445 3.375"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M34.586 50.277c.727.797 1.992.891 2.883-.047c5.578-5.835 8.789-13.664 8.789-22.218s-3.164-16.453-8.79-22.242c-.89-.938-2.156-.844-2.882-.047c-.727.82-.563 1.968.281 2.859c4.899 5.04 7.57 11.906 7.57 19.43s-2.718 14.32-7.57 19.406c-.844.89-1.008 2.063-.281 2.86m-6.773-6.234c.75.867 2.062.867 2.953-.117c3.89-4.219 6.093-9.844 6.093-15.914s-2.156-11.72-6.093-15.914c-.891-1.008-2.203-1.008-2.953-.118c-.75.844-.516 1.946.328 2.907c3.164 3.468 4.898 8.062 4.898 13.125c0 5.039-1.758 9.633-4.898 13.125c-.844.96-1.078 2.039-.328 2.906m-6.563-6.68c.773.867 2.18.89 3-.164c2.04-2.531 3.21-5.742 3.21-9.187c0-3.446-1.17-6.68-3.21-9.188c-.82-1.078-2.227-1.055-3-.164c-.75.844-.422 1.875.305 2.906c1.383 1.758 2.086 4.008 2.086 6.446s-.68 4.687-2.086 6.445c-.75 1.008-1.055 2.063-.305 2.906m-8.062-6.023c1.851 0 3.421-1.57 3.421-3.422a3.41 3.41 0 0 0-3.422-3.422c-1.874 0-3.445 1.617-3.445 3.469c0 1.781 1.617 3.375 3.445 3.375"/></svg> </template>
CSS
.icon-dot-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%22M34.586%2050.277c.727.797%201.992.891%202.883-.047c5.578-5.835%208.789-13.664%208.789-22.218s-3.164-16.453-8.79-22.242c-.89-.938-2.156-.844-2.882-.047c-.727.82-.563%201.968.281%202.859c4.899%205.04%207.57%2011.906%207.57%2019.43s-2.718%2014.32-7.57%2019.406c-.844.89-1.008%202.063-.281%202.86m-6.773-6.234c.75.867%202.062.867%202.953-.117c3.89-4.219%206.093-9.844%206.093-15.914s-2.156-11.72-6.093-15.914c-.891-1.008-2.203-1.008-2.953-.118c-.75.844-.516%201.946.328%202.907c3.164%203.468%204.898%208.062%204.898%2013.125c0%205.039-1.758%209.633-4.898%2013.125c-.844.96-1.078%202.039-.328%202.906m-6.563-6.68c.773.867%202.18.89%203-.164c2.04-2.531%203.21-5.742%203.21-9.187c0-3.446-1.17-6.68-3.21-9.188c-.82-1.078-2.227-1.055-3-.164c-.75.844-.422%201.875.305%202.906c1.383%201.758%202.086%204.008%202.086%206.446s-.68%204.687-2.086%206.445c-.75%201.008-1.055%202.063-.305%202.906m-8.062-6.023c1.851%200%203.421-1.57%203.421-3.422a3.41%203.41%200%200%200-3.422-3.422c-1.874%200-3.445%201.617-3.445%203.469c0%201.781%201.617%203.375%203.445%203.375%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%22M34.586%2050.277c.727.797%201.992.891%202.883-.047c5.578-5.835%208.789-13.664%208.789-22.218s-3.164-16.453-8.79-22.242c-.89-.938-2.156-.844-2.882-.047c-.727.82-.563%201.968.281%202.859c4.899%205.04%207.57%2011.906%207.57%2019.43s-2.718%2014.32-7.57%2019.406c-.844.89-1.008%202.063-.281%202.86m-6.773-6.234c.75.867%202.062.867%202.953-.117c3.89-4.219%206.093-9.844%206.093-15.914s-2.156-11.72-6.093-15.914c-.891-1.008-2.203-1.008-2.953-.118c-.75.844-.516%201.946.328%202.907c3.164%203.468%204.898%208.062%204.898%2013.125c0%205.039-1.758%209.633-4.898%2013.125c-.844.96-1.078%202.039-.328%202.906m-6.563-6.68c.773.867%202.18.89%203-.164c2.04-2.531%203.21-5.742%203.21-9.187c0-3.446-1.17-6.68-3.21-9.188c-.82-1.078-2.227-1.055-3-.164c-.75.844-.422%201.875.305%202.906c1.383%201.758%202.086%204.008%202.086%206.446s-.68%204.687-2.086%206.445c-.75%201.008-1.055%202.063-.305%202.906m-8.062-6.023c1.851%200%203.421-1.57%203.421-3.422a3.41%203.41%200%200%200-3.422-3.422c-1.874%200-3.445%201.617-3.445%203.469c0%201.781%201.617%203.375%203.445%203.375%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/dot-radiowaves-right.svg?color=%231a73e8&size=48