iphone icon
iphone-bold-duotone from Solar by 480 Design · Bold Duotone · CC-BY-4.0 Attribution required.
- Name
- iphone-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Viewbox
- 24×24
- License
- CC BY 4.0
The same icon in other sets
Use the iphone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 9.801v4.067c0 3.833 0 5.75-1.172 6.941S15.771 22 12 22s-5.657 0-6.828-1.191C4 19.619 4 17.701 4 13.868V9.8c0-3.833 0-5.75 1.172-6.94c.375-.383.825-.642 1.386-.819c.353-.11.728.047.942.35l.154.236c.634.97.855 1.307 1.368 1.631q.165.105.342.186c.591.274 1.273.274 2.636.274s2.044 0 2.636-.274q.177-.081.342-.186c.513-.324.734-.662 1.368-1.631l.154-.235c.2-.305.564-.467.91-.36c.577.176 1.036.438 1.418.827C20 4.051 20 5.968 20 9.801" opacity=".5"/><path fill="currentColor" d="M8.25 18.984c0-.417.336-.755.75-.755h6c.414 0 .75.338.75.755a.75.75 0 0 1-.75.754H9a.75.75 0 0 1-.75-.754"/></svg>
React
import type { SVGProps } from "react";
export function SolarIphoneBoldDuotone(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="M20 9.801v4.067c0 3.833 0 5.75-1.172 6.941S15.771 22 12 22s-5.657 0-6.828-1.191C4 19.619 4 17.701 4 13.868V9.8c0-3.833 0-5.75 1.172-6.94c.375-.383.825-.642 1.386-.819c.353-.11.728.047.942.35l.154.236c.634.97.855 1.307 1.368 1.631q.165.105.342.186c.591.274 1.273.274 2.636.274s2.044 0 2.636-.274q.177-.081.342-.186c.513-.324.734-.662 1.368-1.631l.154-.235c.2-.305.564-.467.91-.36c.577.176 1.036.438 1.418.827C20 4.051 20 5.968 20 9.801" opacity=".5"/><path fill="currentColor" d="M8.25 18.984c0-.417.336-.755.75-.755h6c.414 0 .75.338.75.755a.75.75 0 0 1-.75.754H9a.75.75 0 0 1-.75-.754"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 9.801v4.067c0 3.833 0 5.75-1.172 6.941S15.771 22 12 22s-5.657 0-6.828-1.191C4 19.619 4 17.701 4 13.868V9.8c0-3.833 0-5.75 1.172-6.94c.375-.383.825-.642 1.386-.819c.353-.11.728.047.942.35l.154.236c.634.97.855 1.307 1.368 1.631q.165.105.342.186c.591.274 1.273.274 2.636.274s2.044 0 2.636-.274q.177-.081.342-.186c.513-.324.734-.662 1.368-1.631l.154-.235c.2-.305.564-.467.91-.36c.577.176 1.036.438 1.418.827C20 4.051 20 5.968 20 9.801" opacity=".5"/><path fill="currentColor" d="M8.25 18.984c0-.417.336-.755.75-.755h6c.414 0 .75.338.75.755a.75.75 0 0 1-.75.754H9a.75.75 0 0 1-.75-.754"/></svg> </template>
CSS
.icon-iphone-bold-duotone {
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%22M20%209.801v4.067c0%203.833%200%205.75-1.172%206.941S15.771%2022%2012%2022s-5.657%200-6.828-1.191C4%2019.619%204%2017.701%204%2013.868V9.8c0-3.833%200-5.75%201.172-6.94c.375-.383.825-.642%201.386-.819c.353-.11.728.047.942.35l.154.236c.634.97.855%201.307%201.368%201.631q.165.105.342.186c.591.274%201.273.274%202.636.274s2.044%200%202.636-.274q.177-.081.342-.186c.513-.324.734-.662%201.368-1.631l.154-.235c.2-.305.564-.467.91-.36c.577.176%201.036.438%201.418.827C20%204.051%2020%205.968%2020%209.801%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.25%2018.984c0-.417.336-.755.75-.755h6c.414%200%20.75.338.75.755a.75.75%200%200%201-.75.754H9a.75.75%200%200%201-.75-.754%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%22M20%209.801v4.067c0%203.833%200%205.75-1.172%206.941S15.771%2022%2012%2022s-5.657%200-6.828-1.191C4%2019.619%204%2017.701%204%2013.868V9.8c0-3.833%200-5.75%201.172-6.94c.375-.383.825-.642%201.386-.819c.353-.11.728.047.942.35l.154.236c.634.97.855%201.307%201.368%201.631q.165.105.342.186c.591.274%201.273.274%202.636.274s2.044%200%202.636-.274q.177-.081.342-.186c.513-.324.734-.662%201.368-1.631l.154-.235c.2-.305.564-.467.91-.36c.577.176%201.036.438%201.418.827C20%204.051%2020%205.968%2020%209.801%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.25%2018.984c0-.417.336-.755.75-.755h6c.414%200%20.75.338.75.755a.75.75%200%200%201-.75.754H9a.75.75%200%200%201-.75-.754%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/iphone-bold-duotone.svg?color=%231a73e8&size=48