phone pause icon

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

Name
phone-pause-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 pause icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m213.59 168.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.89 1.89 0 0 1 0-1.67l21.07-25.06c.15-.18.29-.38.42-.57a14 14 0 0 0 1.12-13.28L87.73 42.49a14 14 0 0 0-14.56-8.38A54.25 54.25 0 0 0 26 88c0 78.3 63.7 142 142 142a54.25 54.25 0 0 0 53.89-47.17a14 14 0 0 0-8.3-14.53M168 218C96.32 218 38 159.68 38 88a42.24 42.24 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 168 218m26-114V48a6 6 0 0 1 12 0v56a6 6 0 0 1-12 0m-40 0V48a6 6 0 0 1 12 0v56a6 6 0 0 1-12 0"/></svg>

React

import type { SVGProps } from "react";

export function PhPhonePauseLight(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="m213.59 168.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.89 1.89 0 0 1 0-1.67l21.07-25.06c.15-.18.29-.38.42-.57a14 14 0 0 0 1.12-13.28L87.73 42.49a14 14 0 0 0-14.56-8.38A54.25 54.25 0 0 0 26 88c0 78.3 63.7 142 142 142a54.25 54.25 0 0 0 53.89-47.17a14 14 0 0 0-8.3-14.53M168 218C96.32 218 38 159.68 38 88a42.24 42.24 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 168 218m26-114V48a6 6 0 0 1 12 0v56a6 6 0 0 1-12 0m-40 0V48a6 6 0 0 1 12 0v56a6 6 0 0 1-12 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m213.59 168.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.89 1.89 0 0 1 0-1.67l21.07-25.06c.15-.18.29-.38.42-.57a14 14 0 0 0 1.12-13.28L87.73 42.49a14 14 0 0 0-14.56-8.38A54.25 54.25 0 0 0 26 88c0 78.3 63.7 142 142 142a54.25 54.25 0 0 0 53.89-47.17a14 14 0 0 0-8.3-14.53M168 218C96.32 218 38 159.68 38 88a42.24 42.24 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 168 218m26-114V48a6 6 0 0 1 12 0v56a6 6 0 0 1-12 0m-40 0V48a6 6 0 0 1 12 0v56a6 6 0 0 1-12 0"/></svg>
</template>

CSS

.icon-phone-pause-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%22m213.59%20168.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.89%201.89%200%200%201%200-1.67l21.07-25.06c.15-.18.29-.38.42-.57a14%2014%200%200%200%201.12-13.28L87.73%2042.49a14%2014%200%200%200-14.56-8.38A54.25%2054.25%200%200%200%2026%2088c0%2078.3%2063.7%20142%20142%20142a54.25%2054.25%200%200%200%2053.89-47.17a14%2014%200%200%200-8.3-14.53M168%20218C96.32%20218%2038%20159.68%2038%2088a42.24%2042.24%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%20168%20218m26-114V48a6%206%200%200%201%2012%200v56a6%206%200%200%201-12%200m-40%200V48a6%206%200%200%201%2012%200v56a6%206%200%200%201-12%200%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%22m213.59%20168.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.89%201.89%200%200%201%200-1.67l21.07-25.06c.15-.18.29-.38.42-.57a14%2014%200%200%200%201.12-13.28L87.73%2042.49a14%2014%200%200%200-14.56-8.38A54.25%2054.25%200%200%200%2026%2088c0%2078.3%2063.7%20142%20142%20142a54.25%2054.25%200%200%200%2053.89-47.17a14%2014%200%200%200-8.3-14.53M168%20218C96.32%20218%2038%20159.68%2038%2088a42.24%2042.24%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%20168%20218m26-114V48a6%206%200%200%201%2012%200v56a6%206%200%200%201-12%200m-40%200V48a6%206%200%200%201%2012%200v56a6%206%200%200%201-12%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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