A handset, for calls, dialling, a phone number and contacting support. On a 24×24 grid in stroke, duotone and fill, free under MIT.
DevicesNewv0.5.0Added
16
20
24 px
32
24px
2px
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M22 4C22 2.8954 21.1046 2 20 2L17 2C15.8954 2 15 2.8954 15 4L15 7C15 7.6295 15.2964 8.2223 15.8 8.6L16.2612 8.9459C16.513 9.1348 16.6612 9.4312 16.6612 9.7459C16.6612 9.8992 16.626 10.0504 16.5583 10.1879C15.1947 12.9552 12.9552 15.1947 10.1879 16.5583C10.0504 16.626 9.8992 16.6612 9.7459 16.6612C9.4312 16.6612 9.1348 16.513 8.9459 16.2612L8.6 15.8C8.2223 15.2964 7.6295 15 7 15L4 15C2.8954 15 2 15.8954 2 17L2 20C2 21.1046 2.8954 22 4 22C13.9411 22 22 13.9411 22 4Z" fill="none"/>
</svg>Related icons
The rest of the phone family first, then the Devices shelf.
FAQ
Answered from phone's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the phone icon for?
- A handset, for calls, dialling, a phone number and contacting support. It is filed under Devices in Keyline Icons, drawn on the same 24×24 grid as the rest of the set.
- What styles does the phone icon come in?
- All three: stroke, duotone and fill. They are drawn from the same geometry, so swapping weight never moves anything.
- Is there a square or circle version of phone?
- No. phone is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with phone?
- phone-off, app-check, app-dot, app-minus, app-plus and app-x, and 12 more, all shown below. The phone family is listed first, then the rest of the Devices shelf, so the row under this one is the useful one even where a shelf runs long.
- How do I import phone in React?
- <Phone /> is the component, and the weight decides the module: stroke from "@keyline-icons/react", duotone from "@keyline-icons/react/duotone" and fill from "@keyline-icons/react/fill". It takes the usual SVG props plus a size, so <Phone size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the phone SVG?
- icons/stroke/phone.svg, icons/duotone/phone.svg and icons/fill/phone.svg in the repository, normalised: no wrapper, no ids and no classes to strip out. The tabs above hand you the same drawing as SVG or JSX without the download, and neither needs an install.
- When was phone added to the set?
- Added 8 Sept 2026. It ships in v0.5.0, so an install at that version or later has it.
Questions about the set rather than about this drawing are answered where they belong. The home page covers what the set is, how the three styles differ, why some icons come boxed and where the Figma file is; installing the set in a shadcn/ui project covers the React package, the CLI and using an icon without React. The MIT licence is stated in the footer of every page.