phone icon
phone-fill from Remix Icon by Remix Design · Fill · Device · Apache-2.0 Free for personal and commercial use.
- Name
- phone-fill
- Set
- Remix Icon
- Style
- Fill
- Category
- Device
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
phoneAkar Iconsphone-filledAnt Design IconsphoneBootstrap IconsphoneBoxIcons v2phoneBoxIcons v2 SolidphoneCarbonphoneElement Plusphone-fillEva IconsphoneFramework7 IconsphoneFont Awesome 6 SolidphoneFont Awesome SolidphoneFeather Iconsphone-outlineFlowbite Iconsphone-12-filledFluent UI System Iconsphone-16Fluent UI System Color Iconsphonecss.ggphoneHealth IconsphoneHeroIconsphoneHuge IconsphoneHumbleiconsphoneIconParkphoneIconPark OutlinephoneIconPark SolidphoneIconPark TwoTone
More device icons from Remix Icon
airplay-fillbarcode-box-fillbarcode-fillbase-station-fillbattery-2-charge-fillbattery-2-fillbattery-charge-fillbattery-fillbattery-low-fillbattery-saver-fillbattery-share-fillbluetooth-connect-fillbluetooth-fillcast-fillcellphone-fillcomputer-fillcpu-filldashboard-2-filldashboard-3-filldatabase-2-filldatabase-filldevice-filldevice-recover-filldual-sim-1-fill
Use the phone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 16.42v3.536a1 1 0 0 1-.93.998Q19.415 21 19 21C10.163 21 3 13.837 3 5q0-.414.046-1.07A1 1 0 0 1 4.044 3H7.58a.5.5 0 0 1 .498.45q.034.344.064.552A13.9 13.9 0 0 0 9.35 8.003c.095.2.033.439-.147.567l-2.158 1.542a13.05 13.05 0 0 0 6.844 6.844l1.54-2.154a.46.46 0 0 1 .573-.149a13.9 13.9 0 0 0 4 1.205q.208.03.55.064a.5.5 0 0 1 .449.498"/></svg>
React
import type { SVGProps } from "react";
export function RiPhoneFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 16.42v3.536a1 1 0 0 1-.93.998Q19.415 21 19 21C10.163 21 3 13.837 3 5q0-.414.046-1.07A1 1 0 0 1 4.044 3H7.58a.5.5 0 0 1 .498.45q.034.344.064.552A13.9 13.9 0 0 0 9.35 8.003c.095.2.033.439-.147.567l-2.158 1.542a13.05 13.05 0 0 0 6.844 6.844l1.54-2.154a.46.46 0 0 1 .573-.149a13.9 13.9 0 0 0 4 1.205q.208.03.55.064a.5.5 0 0 1 .449.498"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 16.42v3.536a1 1 0 0 1-.93.998Q19.415 21 19 21C10.163 21 3 13.837 3 5q0-.414.046-1.07A1 1 0 0 1 4.044 3H7.58a.5.5 0 0 1 .498.45q.034.344.064.552A13.9 13.9 0 0 0 9.35 8.003c.095.2.033.439-.147.567l-2.158 1.542a13.05 13.05 0 0 0 6.844 6.844l1.54-2.154a.46.46 0 0 1 .573-.149a13.9 13.9 0 0 0 4 1.205q.208.03.55.064a.5.5 0 0 1 .449.498"/></svg> </template>
CSS
.icon-phone-fill {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2016.42v3.536a1%201%200%200%201-.93.998Q19.415%2021%2019%2021C10.163%2021%203%2013.837%203%205q0-.414.046-1.07A1%201%200%200%201%204.044%203H7.58a.5.5%200%200%201%20.498.45q.034.344.064.552A13.9%2013.9%200%200%200%209.35%208.003c.095.2.033.439-.147.567l-2.158%201.542a13.05%2013.05%200%200%200%206.844%206.844l1.54-2.154a.46.46%200%200%201%20.573-.149a13.9%2013.9%200%200%200%204%201.205q.208.03.55.064a.5.5%200%200%201%20.449.498%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2016.42v3.536a1%201%200%200%201-.93.998Q19.415%2021%2019%2021C10.163%2021%203%2013.837%203%205q0-.414.046-1.07A1%201%200%200%201%204.044%203H7.58a.5.5%200%200%201%20.498.45q.034.344.064.552A13.9%2013.9%200%200%200%209.35%208.003c.095.2.033.439-.147.567l-2.158%201.542a13.05%2013.05%200%200%200%206.844%206.844l1.54-2.154a.46.46%200%200%201%20.573-.149a13.9%2013.9%200%200%200%204%201.205q.208.03.55.064a.5.5%200%200%201%20.449.498%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/phone-fill.svg?color=%231a73e8&size=48