phone application icon
phone-application from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- phone-application
- Set
- Carbon
- Style
- Outline
- Category
- Actions
- Viewbox
- 32×32
- License
- Apache 2.0
More actions icons from Carbon
activity-taskadapter-notificationaddadd-altadd-commentadd-largealign-box-bottom-centeralign-box-bottom-leftalign-box-bottom-rightalign-box-middle-centeralign-box-middle-leftalign-box-middle-rightalign-box-top-centeralign-box-top-leftalign-box-top-rightalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-vertical-bottomalign-vertical-centeralign-vertical-topappsareaarea-custom
Use the phone application icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 2h4v4h-4zm0 6h4v4h-4zm-6-6h4v4h-4zm0 6h4v4h-4zm5 22h-.17C5.18 28.87 2.39 12.29 2 7.23a3 3 0 0 1 2.761-3.221Q4.88 4 5 4h5.27a2 2 0 0 1 1.86 1.26L13.65 9a2 2 0 0 1-.44 2.16l-2.13 2.15a9.36 9.36 0 0 0 7.58 7.6l2.17-2.15a2 2 0 0 1 2.17-.41l3.77 1.51A2 2 0 0 1 28 21.72V27a3 3 0 0 1-3 3M5 6a1 1 0 0 0-1.003.997q0 .041.003.083C4.46 13 7.41 27 24.94 28a1 1 0 0 0 1.058-.938L26 27v-5.28l-3.77-1.51l-2.87 2.85l-.48-.06C10.18 21.91 9 13.21 9 13.12l-.06-.48l2.84-2.87L10.28 6Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonPhoneApplication(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 2h4v4h-4zm0 6h4v4h-4zm-6-6h4v4h-4zm0 6h4v4h-4zm5 22h-.17C5.18 28.87 2.39 12.29 2 7.23a3 3 0 0 1 2.761-3.221Q4.88 4 5 4h5.27a2 2 0 0 1 1.86 1.26L13.65 9a2 2 0 0 1-.44 2.16l-2.13 2.15a9.36 9.36 0 0 0 7.58 7.6l2.17-2.15a2 2 0 0 1 2.17-.41l3.77 1.51A2 2 0 0 1 28 21.72V27a3 3 0 0 1-3 3M5 6a1 1 0 0 0-1.003.997q0 .041.003.083C4.46 13 7.41 27 24.94 28a1 1 0 0 0 1.058-.938L26 27v-5.28l-3.77-1.51l-2.87 2.85l-.48-.06C10.18 21.91 9 13.21 9 13.12l-.06-.48l2.84-2.87L10.28 6Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 2h4v4h-4zm0 6h4v4h-4zm-6-6h4v4h-4zm0 6h4v4h-4zm5 22h-.17C5.18 28.87 2.39 12.29 2 7.23a3 3 0 0 1 2.761-3.221Q4.88 4 5 4h5.27a2 2 0 0 1 1.86 1.26L13.65 9a2 2 0 0 1-.44 2.16l-2.13 2.15a9.36 9.36 0 0 0 7.58 7.6l2.17-2.15a2 2 0 0 1 2.17-.41l3.77 1.51A2 2 0 0 1 28 21.72V27a3 3 0 0 1-3 3M5 6a1 1 0 0 0-1.003.997q0 .041.003.083C4.46 13 7.41 27 24.94 28a1 1 0 0 0 1.058-.938L26 27v-5.28l-3.77-1.51l-2.87 2.85l-.48-.06C10.18 21.91 9 13.21 9 13.12l-.06-.48l2.84-2.87L10.28 6Z"/></svg> </template>
CSS
.icon-phone-application {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%202h4v4h-4zm0%206h4v4h-4zm-6-6h4v4h-4zm0%206h4v4h-4zm5%2022h-.17C5.18%2028.87%202.39%2012.29%202%207.23a3%203%200%200%201%202.761-3.221Q4.88%204%205%204h5.27a2%202%200%200%201%201.86%201.26L13.65%209a2%202%200%200%201-.44%202.16l-2.13%202.15a9.36%209.36%200%200%200%207.58%207.6l2.17-2.15a2%202%200%200%201%202.17-.41l3.77%201.51A2%202%200%200%201%2028%2021.72V27a3%203%200%200%201-3%203M5%206a1%201%200%200%200-1.003.997q0%20.041.003.083C4.46%2013%207.41%2027%2024.94%2028a1%201%200%200%200%201.058-.938L26%2027v-5.28l-3.77-1.51l-2.87%202.85l-.48-.06C10.18%2021.91%209%2013.21%209%2013.12l-.06-.48l2.84-2.87L10.28%206Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%202h4v4h-4zm0%206h4v4h-4zm-6-6h4v4h-4zm0%206h4v4h-4zm5%2022h-.17C5.18%2028.87%202.39%2012.29%202%207.23a3%203%200%200%201%202.761-3.221Q4.88%204%205%204h5.27a2%202%200%200%201%201.86%201.26L13.65%209a2%202%200%200%201-.44%202.16l-2.13%202.15a9.36%209.36%200%200%200%207.58%207.6l2.17-2.15a2%202%200%200%201%202.17-.41l3.77%201.51A2%202%200%200%201%2028%2021.72V27a3%203%200%200%201-3%203M5%206a1%201%200%200%200-1.003.997q0%20.041.003.083C4.46%2013%207.41%2027%2024.94%2028a1%201%200%200%200%201.058-.938L26%2027v-5.28l-3.77-1.51l-2.87%202.85l-.48-.06C10.18%2021.91%209%2013.21%209%2013.12l-.06-.48l2.84-2.87L10.28%206Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/phone-application.svg?color=%231a73e8&size=48