phone-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
phone-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the phone icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m221.59 160.3l-47.24-21.17a14 14 0 0 0-13.28 1.22a5 5 0 0 0-.56.42l-24.69 21a1.88 1.88 0 0 1-1.68.06c-15.87-7.66-32.31-24-40-39.65a1.91 1.91 0 0 1 0-1.68l21.07-25a6 6 0 0 0 .42-.58a14 14 0 0 0 1.12-13.27L95.73 34.49a14 14 0 0 0-14.56-8.38A54.24 54.24 0 0 0 34 80c0 78.3 63.7 142 142 142a54.25 54.25 0 0 0 53.89-47.17a14 14 0 0 0-8.3-14.53M176 210c-71.68 0-130-58.32-130-130a42.23 42.23 0 0 1 36.67-42h.23a2 2 0 0 1 1.84 1.31l21.1 47.11a2 2 0 0 1 0 1.67l-21.11 25.06a5 5 0 0 0-.43.57a14 14 0 0 0-.91 13.73c8.87 18.16 27.17 36.32 45.53 45.19a14 14 0 0 0 13.77-1c.19-.13.38-.27.56-.42l24.68-21a1.92 1.92 0 0 1 1.6-.1l47.25 21.17a2 2 0 0 1 1.21 2A42.24 42.24 0 0 1 176 210"/></svg>

React

import type { SVGProps } from "react";

export function PhPhoneLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m221.59 160.3l-47.24-21.17a14 14 0 0 0-13.28 1.22a5 5 0 0 0-.56.42l-24.69 21a1.88 1.88 0 0 1-1.68.06c-15.87-7.66-32.31-24-40-39.65a1.91 1.91 0 0 1 0-1.68l21.07-25a6 6 0 0 0 .42-.58a14 14 0 0 0 1.12-13.27L95.73 34.49a14 14 0 0 0-14.56-8.38A54.24 54.24 0 0 0 34 80c0 78.3 63.7 142 142 142a54.25 54.25 0 0 0 53.89-47.17a14 14 0 0 0-8.3-14.53M176 210c-71.68 0-130-58.32-130-130a42.23 42.23 0 0 1 36.67-42h.23a2 2 0 0 1 1.84 1.31l21.1 47.11a2 2 0 0 1 0 1.67l-21.11 25.06a5 5 0 0 0-.43.57a14 14 0 0 0-.91 13.73c8.87 18.16 27.17 36.32 45.53 45.19a14 14 0 0 0 13.77-1c.19-.13.38-.27.56-.42l24.68-21a1.92 1.92 0 0 1 1.6-.1l47.25 21.17a2 2 0 0 1 1.21 2A42.24 42.24 0 0 1 176 210"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m221.59 160.3l-47.24-21.17a14 14 0 0 0-13.28 1.22a5 5 0 0 0-.56.42l-24.69 21a1.88 1.88 0 0 1-1.68.06c-15.87-7.66-32.31-24-40-39.65a1.91 1.91 0 0 1 0-1.68l21.07-25a6 6 0 0 0 .42-.58a14 14 0 0 0 1.12-13.27L95.73 34.49a14 14 0 0 0-14.56-8.38A54.24 54.24 0 0 0 34 80c0 78.3 63.7 142 142 142a54.25 54.25 0 0 0 53.89-47.17a14 14 0 0 0-8.3-14.53M176 210c-71.68 0-130-58.32-130-130a42.23 42.23 0 0 1 36.67-42h.23a2 2 0 0 1 1.84 1.31l21.1 47.11a2 2 0 0 1 0 1.67l-21.11 25.06a5 5 0 0 0-.43.57a14 14 0 0 0-.91 13.73c8.87 18.16 27.17 36.32 45.53 45.19a14 14 0 0 0 13.77-1c.19-.13.38-.27.56-.42l24.68-21a1.92 1.92 0 0 1 1.6-.1l47.25 21.17a2 2 0 0 1 1.21 2A42.24 42.24 0 0 1 176 210"/></svg>
</template>

CSS

.icon-phone-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m221.59%20160.3l-47.24-21.17a14%2014%200%200%200-13.28%201.22a5%205%200%200%200-.56.42l-24.69%2021a1.88%201.88%200%200%201-1.68.06c-15.87-7.66-32.31-24-40-39.65a1.91%201.91%200%200%201%200-1.68l21.07-25a6%206%200%200%200%20.42-.58a14%2014%200%200%200%201.12-13.27L95.73%2034.49a14%2014%200%200%200-14.56-8.38A54.24%2054.24%200%200%200%2034%2080c0%2078.3%2063.7%20142%20142%20142a54.25%2054.25%200%200%200%2053.89-47.17a14%2014%200%200%200-8.3-14.53M176%20210c-71.68%200-130-58.32-130-130a42.23%2042.23%200%200%201%2036.67-42h.23a2%202%200%200%201%201.84%201.31l21.1%2047.11a2%202%200%200%201%200%201.67l-21.11%2025.06a5%205%200%200%200-.43.57a14%2014%200%200%200-.91%2013.73c8.87%2018.16%2027.17%2036.32%2045.53%2045.19a14%2014%200%200%200%2013.77-1c.19-.13.38-.27.56-.42l24.68-21a1.92%201.92%200%200%201%201.6-.1l47.25%2021.17a2%202%200%200%201%201.21%202A42.24%2042.24%200%200%201%20176%20210%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m221.59%20160.3l-47.24-21.17a14%2014%200%200%200-13.28%201.22a5%205%200%200%200-.56.42l-24.69%2021a1.88%201.88%200%200%201-1.68.06c-15.87-7.66-32.31-24-40-39.65a1.91%201.91%200%200%201%200-1.68l21.07-25a6%206%200%200%200%20.42-.58a14%2014%200%200%200%201.12-13.27L95.73%2034.49a14%2014%200%200%200-14.56-8.38A54.24%2054.24%200%200%200%2034%2080c0%2078.3%2063.7%20142%20142%20142a54.25%2054.25%200%200%200%2053.89-47.17a14%2014%200%200%200-8.3-14.53M176%20210c-71.68%200-130-58.32-130-130a42.23%2042.23%200%200%201%2036.67-42h.23a2%202%200%200%201%201.84%201.31l21.1%2047.11a2%202%200%200%201%200%201.67l-21.11%2025.06a5%205%200%200%200-.43.57a14%2014%200%200%200-.91%2013.73c8.87%2018.16%2027.17%2036.32%2045.53%2045.19a14%2014%200%200%200%2013.77-1c.19-.13.38-.27.56-.42l24.68-21a1.92%201.92%200%200%201%201.6-.1l47.25%2021.17a2%202%200%200%201%201.21%202A42.24%2042.24%200%200%201%20176%20210%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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