badge plus radiowaves right icon

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

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

Use the badge plus 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="M46.9 50.808c.81.563 1.937.338 2.59-.586C53.613 44.322 56 36.73 56 28.687S53.59 13.032 49.49 7.13c-.653-.924-1.757-1.149-2.59-.563c-.857.585-.992 1.712-.338 2.658c3.604 5.339 5.857 12.186 5.857 19.462s-2.163 14.214-5.88 19.463c-.653.924-.518 2.05.36 2.658m-9.101-6.15c.879.586 1.96.36 2.59-.54c2.997-4.145 4.709-9.664 4.709-15.43c0-5.79-1.69-11.309-4.709-15.454c-.653-.878-1.712-1.103-2.59-.518c-.833.586-.969 1.69-.293 2.658c2.433 3.605 3.965 8.335 3.965 13.313c0 4.979-1.464 9.754-3.987 13.313c-.654.969-.518 2.073.315 2.658M11.69 40.356c6.33 0 11.669-5.294 11.669-11.669c0-6.397-5.271-11.69-11.669-11.69C5.294 16.996 0 22.29 0 28.686c0 6.42 5.294 11.669 11.691 11.669m17.12-1.78c.788.541 1.87.36 2.523-.518c1.78-2.365 2.816-5.834 2.816-9.37c0-3.537-1.059-6.984-2.816-9.394c-.653-.878-1.735-1.059-2.523-.518c-.969.653-1.104 1.802-.36 2.793c1.284 1.757 2.072 4.438 2.072 7.118s-.81 5.362-2.095 7.141c-.698.969-.563 2.073.383 2.748m-17.12-2.297c-.81 0-1.487-.563-1.487-1.42V30.06H5.767c-.766 0-1.397-.63-1.397-1.396c0-.743.63-1.397 1.397-1.397h4.437v-4.775c0-.856.676-1.397 1.487-1.397c.788 0 1.487.54 1.487 1.397v4.775h4.415c.788 0 1.397.654 1.397 1.397a1.39 1.39 0 0 1-1.397 1.396h-4.415v4.799c0 .856-.699 1.419-1.487 1.419"/></svg>

React

import type { SVGProps } from "react";

export function F7BadgePlusRadiowavesRight(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="M46.9 50.808c.81.563 1.937.338 2.59-.586C53.613 44.322 56 36.73 56 28.687S53.59 13.032 49.49 7.13c-.653-.924-1.757-1.149-2.59-.563c-.857.585-.992 1.712-.338 2.658c3.604 5.339 5.857 12.186 5.857 19.462s-2.163 14.214-5.88 19.463c-.653.924-.518 2.05.36 2.658m-9.101-6.15c.879.586 1.96.36 2.59-.54c2.997-4.145 4.709-9.664 4.709-15.43c0-5.79-1.69-11.309-4.709-15.454c-.653-.878-1.712-1.103-2.59-.518c-.833.586-.969 1.69-.293 2.658c2.433 3.605 3.965 8.335 3.965 13.313c0 4.979-1.464 9.754-3.987 13.313c-.654.969-.518 2.073.315 2.658M11.69 40.356c6.33 0 11.669-5.294 11.669-11.669c0-6.397-5.271-11.69-11.669-11.69C5.294 16.996 0 22.29 0 28.686c0 6.42 5.294 11.669 11.691 11.669m17.12-1.78c.788.541 1.87.36 2.523-.518c1.78-2.365 2.816-5.834 2.816-9.37c0-3.537-1.059-6.984-2.816-9.394c-.653-.878-1.735-1.059-2.523-.518c-.969.653-1.104 1.802-.36 2.793c1.284 1.757 2.072 4.438 2.072 7.118s-.81 5.362-2.095 7.141c-.698.969-.563 2.073.383 2.748m-17.12-2.297c-.81 0-1.487-.563-1.487-1.42V30.06H5.767c-.766 0-1.397-.63-1.397-1.396c0-.743.63-1.397 1.397-1.397h4.437v-4.775c0-.856.676-1.397 1.487-1.397c.788 0 1.487.54 1.487 1.397v4.775h4.415c.788 0 1.397.654 1.397 1.397a1.39 1.39 0 0 1-1.397 1.396h-4.415v4.799c0 .856-.699 1.419-1.487 1.419"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M46.9 50.808c.81.563 1.937.338 2.59-.586C53.613 44.322 56 36.73 56 28.687S53.59 13.032 49.49 7.13c-.653-.924-1.757-1.149-2.59-.563c-.857.585-.992 1.712-.338 2.658c3.604 5.339 5.857 12.186 5.857 19.462s-2.163 14.214-5.88 19.463c-.653.924-.518 2.05.36 2.658m-9.101-6.15c.879.586 1.96.36 2.59-.54c2.997-4.145 4.709-9.664 4.709-15.43c0-5.79-1.69-11.309-4.709-15.454c-.653-.878-1.712-1.103-2.59-.518c-.833.586-.969 1.69-.293 2.658c2.433 3.605 3.965 8.335 3.965 13.313c0 4.979-1.464 9.754-3.987 13.313c-.654.969-.518 2.073.315 2.658M11.69 40.356c6.33 0 11.669-5.294 11.669-11.669c0-6.397-5.271-11.69-11.669-11.69C5.294 16.996 0 22.29 0 28.686c0 6.42 5.294 11.669 11.691 11.669m17.12-1.78c.788.541 1.87.36 2.523-.518c1.78-2.365 2.816-5.834 2.816-9.37c0-3.537-1.059-6.984-2.816-9.394c-.653-.878-1.735-1.059-2.523-.518c-.969.653-1.104 1.802-.36 2.793c1.284 1.757 2.072 4.438 2.072 7.118s-.81 5.362-2.095 7.141c-.698.969-.563 2.073.383 2.748m-17.12-2.297c-.81 0-1.487-.563-1.487-1.42V30.06H5.767c-.766 0-1.397-.63-1.397-1.396c0-.743.63-1.397 1.397-1.397h4.437v-4.775c0-.856.676-1.397 1.487-1.397c.788 0 1.487.54 1.487 1.397v4.775h4.415c.788 0 1.397.654 1.397 1.397a1.39 1.39 0 0 1-1.397 1.396h-4.415v4.799c0 .856-.699 1.419-1.487 1.419"/></svg>
</template>

CSS

.icon-badge-plus-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%22M46.9%2050.808c.81.563%201.937.338%202.59-.586C53.613%2044.322%2056%2036.73%2056%2028.687S53.59%2013.032%2049.49%207.13c-.653-.924-1.757-1.149-2.59-.563c-.857.585-.992%201.712-.338%202.658c3.604%205.339%205.857%2012.186%205.857%2019.462s-2.163%2014.214-5.88%2019.463c-.653.924-.518%202.05.36%202.658m-9.101-6.15c.879.586%201.96.36%202.59-.54c2.997-4.145%204.709-9.664%204.709-15.43c0-5.79-1.69-11.309-4.709-15.454c-.653-.878-1.712-1.103-2.59-.518c-.833.586-.969%201.69-.293%202.658c2.433%203.605%203.965%208.335%203.965%2013.313c0%204.979-1.464%209.754-3.987%2013.313c-.654.969-.518%202.073.315%202.658M11.69%2040.356c6.33%200%2011.669-5.294%2011.669-11.669c0-6.397-5.271-11.69-11.669-11.69C5.294%2016.996%200%2022.29%200%2028.686c0%206.42%205.294%2011.669%2011.691%2011.669m17.12-1.78c.788.541%201.87.36%202.523-.518c1.78-2.365%202.816-5.834%202.816-9.37c0-3.537-1.059-6.984-2.816-9.394c-.653-.878-1.735-1.059-2.523-.518c-.969.653-1.104%201.802-.36%202.793c1.284%201.757%202.072%204.438%202.072%207.118s-.81%205.362-2.095%207.141c-.698.969-.563%202.073.383%202.748m-17.12-2.297c-.81%200-1.487-.563-1.487-1.42V30.06H5.767c-.766%200-1.397-.63-1.397-1.396c0-.743.63-1.397%201.397-1.397h4.437v-4.775c0-.856.676-1.397%201.487-1.397c.788%200%201.487.54%201.487%201.397v4.775h4.415c.788%200%201.397.654%201.397%201.397a1.39%201.39%200%200%201-1.397%201.396h-4.415v4.799c0%20.856-.699%201.419-1.487%201.419%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%22M46.9%2050.808c.81.563%201.937.338%202.59-.586C53.613%2044.322%2056%2036.73%2056%2028.687S53.59%2013.032%2049.49%207.13c-.653-.924-1.757-1.149-2.59-.563c-.857.585-.992%201.712-.338%202.658c3.604%205.339%205.857%2012.186%205.857%2019.462s-2.163%2014.214-5.88%2019.463c-.653.924-.518%202.05.36%202.658m-9.101-6.15c.879.586%201.96.36%202.59-.54c2.997-4.145%204.709-9.664%204.709-15.43c0-5.79-1.69-11.309-4.709-15.454c-.653-.878-1.712-1.103-2.59-.518c-.833.586-.969%201.69-.293%202.658c2.433%203.605%203.965%208.335%203.965%2013.313c0%204.979-1.464%209.754-3.987%2013.313c-.654.969-.518%202.073.315%202.658M11.69%2040.356c6.33%200%2011.669-5.294%2011.669-11.669c0-6.397-5.271-11.69-11.669-11.69C5.294%2016.996%200%2022.29%200%2028.686c0%206.42%205.294%2011.669%2011.691%2011.669m17.12-1.78c.788.541%201.87.36%202.523-.518c1.78-2.365%202.816-5.834%202.816-9.37c0-3.537-1.059-6.984-2.816-9.394c-.653-.878-1.735-1.059-2.523-.518c-.969.653-1.104%201.802-.36%202.793c1.284%201.757%202.072%204.438%202.072%207.118s-.81%205.362-2.095%207.141c-.698.969-.563%202.073.383%202.748m-17.12-2.297c-.81%200-1.487-.563-1.487-1.42V30.06H5.767c-.766%200-1.397-.63-1.397-1.396c0-.743.63-1.397%201.397-1.397h4.437v-4.775c0-.856.676-1.397%201.487-1.397c.788%200%201.487.54%201.487%201.397v4.775h4.415c.788%200%201.397.654%201.397%201.397a1.39%201.39%200%200%201-1.397%201.396h-4.415v4.799c0%20.856-.699%201.419-1.487%201.419%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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