phone badge plus icon

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

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

Related icons in Framework7 Icons

Use the phone badge plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m49.351 35.758l-6.82-4.735c-2.11-1.453-4.57-1.617-6.539.329l-1.57 1.57c-.586.586-1.453.656-2.18.187c-.844-.515-3.398-2.742-5.133-4.476c-1.828-1.805-3.61-3.82-4.242-4.875c-.469-.75-.375-1.594.211-2.18l1.547-1.57c1.969-1.969 1.805-4.453.352-6.54l-4.758-6.82c-1.43-2.085-3-3.046-4.688-3.07c-1.476-.023-3.023.656-4.594 2.063l-.586.515c-2.671 2.39-3.773 5.086-3.773 9.14c0 3.165.961 6.68 3.281 11.25a14.6 14.6 0 0 1 3.563-1.007c-2.297-4.406-3.305-7.523-3.258-10.242c.047-2.578.96-4.805 2.789-6.398c.164-.141.281-.258.445-.376c.703-.609 1.453-.937 2.133-.937s1.29.258 1.734.96l4.547 6.821c.493.727.54 1.547-.187 2.274l-2.063 2.062c-1.547 1.547-1.382 3.656.165 5.461c1.523 1.781 3.585 3.797 5.671 5.906c1.946 1.97 3.657 3.657 5.414 5.157c1.852 1.57 3.961 1.734 5.485.21l2.062-2.062c.727-.727 1.524-.68 2.274-.21l6.797 4.546c.726.469.984 1.055.984 1.758c0 .68-.328 1.43-.937 2.133c-.141.164-.235.28-.376.445c-1.617 1.828-3.843 2.719-6.421 2.766c-2.813.046-5.977-.82-10.22-3.165c-.163 1.243-.538 2.438-1.03 3.54c4.687 2.367 8.132 3.234 11.226 3.234c4.078 0 6.774-1.102 9.164-3.773c.188-.188.352-.399.54-.587c1.405-1.57 2.062-3.117 2.062-4.593c0-1.688-.984-3.258-3.07-4.711M15.484 52.445c6.469 0 11.907-5.39 11.907-11.906s-5.368-11.906-11.907-11.906c-6.515 0-11.906 5.39-11.906 11.906c0 6.563 5.39 11.906 11.906 11.906m.024-4.172c-.82 0-1.547-.562-1.547-1.43V41.97H9.484c-.797 0-1.453-.657-1.453-1.43s.656-1.43 1.453-1.43h4.477v-4.851c0-.89.726-1.453 1.547-1.453c.797 0 1.523.562 1.523 1.453v4.851h4.477c.797 0 1.43.657 1.43 1.43s-.633 1.43-1.43 1.43H17.03v4.875c0 .867-.726 1.43-1.523 1.43"/></svg>

React

import type { SVGProps } from "react";

export function F7PhoneBadgePlus(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="m49.351 35.758l-6.82-4.735c-2.11-1.453-4.57-1.617-6.539.329l-1.57 1.57c-.586.586-1.453.656-2.18.187c-.844-.515-3.398-2.742-5.133-4.476c-1.828-1.805-3.61-3.82-4.242-4.875c-.469-.75-.375-1.594.211-2.18l1.547-1.57c1.969-1.969 1.805-4.453.352-6.54l-4.758-6.82c-1.43-2.085-3-3.046-4.688-3.07c-1.476-.023-3.023.656-4.594 2.063l-.586.515c-2.671 2.39-3.773 5.086-3.773 9.14c0 3.165.961 6.68 3.281 11.25a14.6 14.6 0 0 1 3.563-1.007c-2.297-4.406-3.305-7.523-3.258-10.242c.047-2.578.96-4.805 2.789-6.398c.164-.141.281-.258.445-.376c.703-.609 1.453-.937 2.133-.937s1.29.258 1.734.96l4.547 6.821c.493.727.54 1.547-.187 2.274l-2.063 2.062c-1.547 1.547-1.382 3.656.165 5.461c1.523 1.781 3.585 3.797 5.671 5.906c1.946 1.97 3.657 3.657 5.414 5.157c1.852 1.57 3.961 1.734 5.485.21l2.062-2.062c.727-.727 1.524-.68 2.274-.21l6.797 4.546c.726.469.984 1.055.984 1.758c0 .68-.328 1.43-.937 2.133c-.141.164-.235.28-.376.445c-1.617 1.828-3.843 2.719-6.421 2.766c-2.813.046-5.977-.82-10.22-3.165c-.163 1.243-.538 2.438-1.03 3.54c4.687 2.367 8.132 3.234 11.226 3.234c4.078 0 6.774-1.102 9.164-3.773c.188-.188.352-.399.54-.587c1.405-1.57 2.062-3.117 2.062-4.593c0-1.688-.984-3.258-3.07-4.711M15.484 52.445c6.469 0 11.907-5.39 11.907-11.906s-5.368-11.906-11.907-11.906c-6.515 0-11.906 5.39-11.906 11.906c0 6.563 5.39 11.906 11.906 11.906m.024-4.172c-.82 0-1.547-.562-1.547-1.43V41.97H9.484c-.797 0-1.453-.657-1.453-1.43s.656-1.43 1.453-1.43h4.477v-4.851c0-.89.726-1.453 1.547-1.453c.797 0 1.523.562 1.523 1.453v4.851h4.477c.797 0 1.43.657 1.43 1.43s-.633 1.43-1.43 1.43H17.03v4.875c0 .867-.726 1.43-1.523 1.43"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m49.351 35.758l-6.82-4.735c-2.11-1.453-4.57-1.617-6.539.329l-1.57 1.57c-.586.586-1.453.656-2.18.187c-.844-.515-3.398-2.742-5.133-4.476c-1.828-1.805-3.61-3.82-4.242-4.875c-.469-.75-.375-1.594.211-2.18l1.547-1.57c1.969-1.969 1.805-4.453.352-6.54l-4.758-6.82c-1.43-2.085-3-3.046-4.688-3.07c-1.476-.023-3.023.656-4.594 2.063l-.586.515c-2.671 2.39-3.773 5.086-3.773 9.14c0 3.165.961 6.68 3.281 11.25a14.6 14.6 0 0 1 3.563-1.007c-2.297-4.406-3.305-7.523-3.258-10.242c.047-2.578.96-4.805 2.789-6.398c.164-.141.281-.258.445-.376c.703-.609 1.453-.937 2.133-.937s1.29.258 1.734.96l4.547 6.821c.493.727.54 1.547-.187 2.274l-2.063 2.062c-1.547 1.547-1.382 3.656.165 5.461c1.523 1.781 3.585 3.797 5.671 5.906c1.946 1.97 3.657 3.657 5.414 5.157c1.852 1.57 3.961 1.734 5.485.21l2.062-2.062c.727-.727 1.524-.68 2.274-.21l6.797 4.546c.726.469.984 1.055.984 1.758c0 .68-.328 1.43-.937 2.133c-.141.164-.235.28-.376.445c-1.617 1.828-3.843 2.719-6.421 2.766c-2.813.046-5.977-.82-10.22-3.165c-.163 1.243-.538 2.438-1.03 3.54c4.687 2.367 8.132 3.234 11.226 3.234c4.078 0 6.774-1.102 9.164-3.773c.188-.188.352-.399.54-.587c1.405-1.57 2.062-3.117 2.062-4.593c0-1.688-.984-3.258-3.07-4.711M15.484 52.445c6.469 0 11.907-5.39 11.907-11.906s-5.368-11.906-11.907-11.906c-6.515 0-11.906 5.39-11.906 11.906c0 6.563 5.39 11.906 11.906 11.906m.024-4.172c-.82 0-1.547-.562-1.547-1.43V41.97H9.484c-.797 0-1.453-.657-1.453-1.43s.656-1.43 1.453-1.43h4.477v-4.851c0-.89.726-1.453 1.547-1.453c.797 0 1.523.562 1.523 1.453v4.851h4.477c.797 0 1.43.657 1.43 1.43s-.633 1.43-1.43 1.43H17.03v4.875c0 .867-.726 1.43-1.523 1.43"/></svg>
</template>

CSS

.icon-phone-badge-plus {
  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%22m49.351%2035.758l-6.82-4.735c-2.11-1.453-4.57-1.617-6.539.329l-1.57%201.57c-.586.586-1.453.656-2.18.187c-.844-.515-3.398-2.742-5.133-4.476c-1.828-1.805-3.61-3.82-4.242-4.875c-.469-.75-.375-1.594.211-2.18l1.547-1.57c1.969-1.969%201.805-4.453.352-6.54l-4.758-6.82c-1.43-2.085-3-3.046-4.688-3.07c-1.476-.023-3.023.656-4.594%202.063l-.586.515c-2.671%202.39-3.773%205.086-3.773%209.14c0%203.165.961%206.68%203.281%2011.25a14.6%2014.6%200%200%201%203.563-1.007c-2.297-4.406-3.305-7.523-3.258-10.242c.047-2.578.96-4.805%202.789-6.398c.164-.141.281-.258.445-.376c.703-.609%201.453-.937%202.133-.937s1.29.258%201.734.96l4.547%206.821c.493.727.54%201.547-.187%202.274l-2.063%202.062c-1.547%201.547-1.382%203.656.165%205.461c1.523%201.781%203.585%203.797%205.671%205.906c1.946%201.97%203.657%203.657%205.414%205.157c1.852%201.57%203.961%201.734%205.485.21l2.062-2.062c.727-.727%201.524-.68%202.274-.21l6.797%204.546c.726.469.984%201.055.984%201.758c0%20.68-.328%201.43-.937%202.133c-.141.164-.235.28-.376.445c-1.617%201.828-3.843%202.719-6.421%202.766c-2.813.046-5.977-.82-10.22-3.165c-.163%201.243-.538%202.438-1.03%203.54c4.687%202.367%208.132%203.234%2011.226%203.234c4.078%200%206.774-1.102%209.164-3.773c.188-.188.352-.399.54-.587c1.405-1.57%202.062-3.117%202.062-4.593c0-1.688-.984-3.258-3.07-4.711M15.484%2052.445c6.469%200%2011.907-5.39%2011.907-11.906s-5.368-11.906-11.907-11.906c-6.515%200-11.906%205.39-11.906%2011.906c0%206.563%205.39%2011.906%2011.906%2011.906m.024-4.172c-.82%200-1.547-.562-1.547-1.43V41.97H9.484c-.797%200-1.453-.657-1.453-1.43s.656-1.43%201.453-1.43h4.477v-4.851c0-.89.726-1.453%201.547-1.453c.797%200%201.523.562%201.523%201.453v4.851h4.477c.797%200%201.43.657%201.43%201.43s-.633%201.43-1.43%201.43H17.03v4.875c0%20.867-.726%201.43-1.523%201.43%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%22m49.351%2035.758l-6.82-4.735c-2.11-1.453-4.57-1.617-6.539.329l-1.57%201.57c-.586.586-1.453.656-2.18.187c-.844-.515-3.398-2.742-5.133-4.476c-1.828-1.805-3.61-3.82-4.242-4.875c-.469-.75-.375-1.594.211-2.18l1.547-1.57c1.969-1.969%201.805-4.453.352-6.54l-4.758-6.82c-1.43-2.085-3-3.046-4.688-3.07c-1.476-.023-3.023.656-4.594%202.063l-.586.515c-2.671%202.39-3.773%205.086-3.773%209.14c0%203.165.961%206.68%203.281%2011.25a14.6%2014.6%200%200%201%203.563-1.007c-2.297-4.406-3.305-7.523-3.258-10.242c.047-2.578.96-4.805%202.789-6.398c.164-.141.281-.258.445-.376c.703-.609%201.453-.937%202.133-.937s1.29.258%201.734.96l4.547%206.821c.493.727.54%201.547-.187%202.274l-2.063%202.062c-1.547%201.547-1.382%203.656.165%205.461c1.523%201.781%203.585%203.797%205.671%205.906c1.946%201.97%203.657%203.657%205.414%205.157c1.852%201.57%203.961%201.734%205.485.21l2.062-2.062c.727-.727%201.524-.68%202.274-.21l6.797%204.546c.726.469.984%201.055.984%201.758c0%20.68-.328%201.43-.937%202.133c-.141.164-.235.28-.376.445c-1.617%201.828-3.843%202.719-6.421%202.766c-2.813.046-5.977-.82-10.22-3.165c-.163%201.243-.538%202.438-1.03%203.54c4.687%202.367%208.132%203.234%2011.226%203.234c4.078%200%206.774-1.102%209.164-3.773c.188-.188.352-.399.54-.587c1.405-1.57%202.062-3.117%202.062-4.593c0-1.688-.984-3.258-3.07-4.711M15.484%2052.445c6.469%200%2011.907-5.39%2011.907-11.906s-5.368-11.906-11.907-11.906c-6.515%200-11.906%205.39-11.906%2011.906c0%206.563%205.39%2011.906%2011.906%2011.906m.024-4.172c-.82%200-1.547-.562-1.547-1.43V41.97H9.484c-.797%200-1.453-.657-1.453-1.43s.656-1.43%201.453-1.43h4.477v-4.851c0-.89.726-1.453%201.547-1.453c.797%200%201.523.562%201.523%201.453v4.851h4.477c.797%200%201.43.657%201.43%201.43s-.633%201.43-1.43%201.43H17.03v4.875c0%20.867-.726%201.43-1.523%201.43%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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