phone transfer icon
phone-transfer-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- phone-transfer-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the phone transfer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M132 72a12 12 0 0 1 12-12h43l-11.49-11.51a12 12 0 1 1 17-17l32 32a12 12 0 0 1 0 17l-32 32a12 12 0 0 1-17-17L187 84h-43a12 12 0 0 1-12-12m95.84 111.58A60.26 60.26 0 0 1 168 236C86.39 236 20 169.61 20 88a60.26 60.26 0 0 1 52.42-59.84A20 20 0 0 1 93.2 40l21.11 47.13l.07.18a19.93 19.93 0 0 1-1.65 18.83a11 11 0 0 1-.85 1.15L92.82 130c7.06 12.84 20.5 26.16 33.49 33.21l22.31-19a12 12 0 0 1 1.12-.84a19.92 19.92 0 0 1 19-1.74l.18.08L216 162.8a20 20 0 0 1 11.84 20.78m-24.31-.06l-42-18.81l-22.42 19.07a12 12 0 0 1-1.12.85a20 20 0 0 1-19.7 1.41c-19.48-9.4-38.89-28.68-48.31-48a20 20 0 0 1 1.28-19.64a11 11 0 0 1 .86-1.15L91.3 94.5l-18.82-42A36.27 36.27 0 0 0 44 88a124.15 124.15 0 0 0 124 124a36.27 36.27 0 0 0 35.53-28.48"/></svg>
React
import type { SVGProps } from "react";
export function PhPhoneTransferBold(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="M132 72a12 12 0 0 1 12-12h43l-11.49-11.51a12 12 0 1 1 17-17l32 32a12 12 0 0 1 0 17l-32 32a12 12 0 0 1-17-17L187 84h-43a12 12 0 0 1-12-12m95.84 111.58A60.26 60.26 0 0 1 168 236C86.39 236 20 169.61 20 88a60.26 60.26 0 0 1 52.42-59.84A20 20 0 0 1 93.2 40l21.11 47.13l.07.18a19.93 19.93 0 0 1-1.65 18.83a11 11 0 0 1-.85 1.15L92.82 130c7.06 12.84 20.5 26.16 33.49 33.21l22.31-19a12 12 0 0 1 1.12-.84a19.92 19.92 0 0 1 19-1.74l.18.08L216 162.8a20 20 0 0 1 11.84 20.78m-24.31-.06l-42-18.81l-22.42 19.07a12 12 0 0 1-1.12.85a20 20 0 0 1-19.7 1.41c-19.48-9.4-38.89-28.68-48.31-48a20 20 0 0 1 1.28-19.64a11 11 0 0 1 .86-1.15L91.3 94.5l-18.82-42A36.27 36.27 0 0 0 44 88a124.15 124.15 0 0 0 124 124a36.27 36.27 0 0 0 35.53-28.48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M132 72a12 12 0 0 1 12-12h43l-11.49-11.51a12 12 0 1 1 17-17l32 32a12 12 0 0 1 0 17l-32 32a12 12 0 0 1-17-17L187 84h-43a12 12 0 0 1-12-12m95.84 111.58A60.26 60.26 0 0 1 168 236C86.39 236 20 169.61 20 88a60.26 60.26 0 0 1 52.42-59.84A20 20 0 0 1 93.2 40l21.11 47.13l.07.18a19.93 19.93 0 0 1-1.65 18.83a11 11 0 0 1-.85 1.15L92.82 130c7.06 12.84 20.5 26.16 33.49 33.21l22.31-19a12 12 0 0 1 1.12-.84a19.92 19.92 0 0 1 19-1.74l.18.08L216 162.8a20 20 0 0 1 11.84 20.78m-24.31-.06l-42-18.81l-22.42 19.07a12 12 0 0 1-1.12.85a20 20 0 0 1-19.7 1.41c-19.48-9.4-38.89-28.68-48.31-48a20 20 0 0 1 1.28-19.64a11 11 0 0 1 .86-1.15L91.3 94.5l-18.82-42A36.27 36.27 0 0 0 44 88a124.15 124.15 0 0 0 124 124a36.27 36.27 0 0 0 35.53-28.48"/></svg> </template>
CSS
.icon-phone-transfer-bold {
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%22M132%2072a12%2012%200%200%201%2012-12h43l-11.49-11.51a12%2012%200%201%201%2017-17l32%2032a12%2012%200%200%201%200%2017l-32%2032a12%2012%200%200%201-17-17L187%2084h-43a12%2012%200%200%201-12-12m95.84%20111.58A60.26%2060.26%200%200%201%20168%20236C86.39%20236%2020%20169.61%2020%2088a60.26%2060.26%200%200%201%2052.42-59.84A20%2020%200%200%201%2093.2%2040l21.11%2047.13l.07.18a19.93%2019.93%200%200%201-1.65%2018.83a11%2011%200%200%201-.85%201.15L92.82%20130c7.06%2012.84%2020.5%2026.16%2033.49%2033.21l22.31-19a12%2012%200%200%201%201.12-.84a19.92%2019.92%200%200%201%2019-1.74l.18.08L216%20162.8a20%2020%200%200%201%2011.84%2020.78m-24.31-.06l-42-18.81l-22.42%2019.07a12%2012%200%200%201-1.12.85a20%2020%200%200%201-19.7%201.41c-19.48-9.4-38.89-28.68-48.31-48a20%2020%200%200%201%201.28-19.64a11%2011%200%200%201%20.86-1.15L91.3%2094.5l-18.82-42A36.27%2036.27%200%200%200%2044%2088a124.15%20124.15%200%200%200%20124%20124a36.27%2036.27%200%200%200%2035.53-28.48%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%22M132%2072a12%2012%200%200%201%2012-12h43l-11.49-11.51a12%2012%200%201%201%2017-17l32%2032a12%2012%200%200%201%200%2017l-32%2032a12%2012%200%200%201-17-17L187%2084h-43a12%2012%200%200%201-12-12m95.84%20111.58A60.26%2060.26%200%200%201%20168%20236C86.39%20236%2020%20169.61%2020%2088a60.26%2060.26%200%200%201%2052.42-59.84A20%2020%200%200%201%2093.2%2040l21.11%2047.13l.07.18a19.93%2019.93%200%200%201-1.65%2018.83a11%2011%200%200%201-.85%201.15L92.82%20130c7.06%2012.84%2020.5%2026.16%2033.49%2033.21l22.31-19a12%2012%200%200%201%201.12-.84a19.92%2019.92%200%200%201%2019-1.74l.18.08L216%20162.8a20%2020%200%200%201%2011.84%2020.78m-24.31-.06l-42-18.81l-22.42%2019.07a12%2012%200%200%201-1.12.85a20%2020%200%200%201-19.7%201.41c-19.48-9.4-38.89-28.68-48.31-48a20%2020%200%200%201%201.28-19.64a11%2011%200%200%201%20.86-1.15L91.3%2094.5l-18.82-42A36.27%2036.27%200%200%200%2044%2088a124.15%20124.15%200%200%200%20124%20124a36.27%2036.27%200%200%200%2035.53-28.48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/phone-transfer-bold.svg?color=%231a73e8&size=48