iphone icon
iphone from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.
- Name
- iphone
- Set
- Reicon
- Style
- Outline
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All iphone icons →More devices icons from Reicon
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" fill-rule="evenodd" d="M11.944 1.25h.112c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433v4.112c0 1.838 0 3.294-.153 4.433c-.158 1.172-.49 2.121-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153h-.112c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433V9.944c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.749-.748 1.698-1.08 2.87-1.238c1.14-.153 2.595-.153 4.433-.153m-5.13 1.823c-.489.146-.834.351-1.112.629c-.423.423-.677 1.003-.812 2.009c-.138 1.028-.14 2.382-.14 4.289v4c0 1.907.002 3.262.14 4.29c.135 1.005.389 1.585.812 2.008s1.003.677 2.009.812c1.028.138 2.382.14 4.289.14s3.262-.002 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289v-4c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008c-.278-.278-.623-.483-1.112-.629c-.662.994-1.124 1.685-1.812 2.112q-.207.128-.427.229c-.742.337-1.58.337-2.787.336h-.32c-1.207 0-2.045.001-2.787-.336a4 4 0 0 1-.427-.229c-.688-.427-1.15-1.118-1.812-2.112m1.637-.257c.444.644.677.915.967 1.095q.123.077.256.137c.41.186.894.202 2.326.202s1.917-.016 2.326-.202q.132-.06.256-.137c.29-.18.523-.451.967-1.095c-.92-.065-2.068-.066-3.549-.066s-2.628.001-3.549.066M8.25 19a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconIphone(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" fillRule="evenodd" d="M11.944 1.25h.112c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433v4.112c0 1.838 0 3.294-.153 4.433c-.158 1.172-.49 2.121-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153h-.112c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433V9.944c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.749-.748 1.698-1.08 2.87-1.238c1.14-.153 2.595-.153 4.433-.153m-5.13 1.823c-.489.146-.834.351-1.112.629c-.423.423-.677 1.003-.812 2.009c-.138 1.028-.14 2.382-.14 4.289v4c0 1.907.002 3.262.14 4.29c.135 1.005.389 1.585.812 2.008s1.003.677 2.009.812c1.028.138 2.382.14 4.289.14s3.262-.002 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289v-4c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008c-.278-.278-.623-.483-1.112-.629c-.662.994-1.124 1.685-1.812 2.112q-.207.128-.427.229c-.742.337-1.58.337-2.787.336h-.32c-1.207 0-2.045.001-2.787-.336a4 4 0 0 1-.427-.229c-.688-.427-1.15-1.118-1.812-2.112m1.637-.257c.444.644.677.915.967 1.095q.123.077.256.137c.41.186.894.202 2.326.202s1.917-.016 2.326-.202q.132-.06.256-.137c.29-.18.523-.451.967-1.095c-.92-.065-2.068-.066-3.549-.066s-2.628.001-3.549.066M8.25 19a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.944 1.25h.112c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433v4.112c0 1.838 0 3.294-.153 4.433c-.158 1.172-.49 2.121-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153h-.112c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433V9.944c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.749-.748 1.698-1.08 2.87-1.238c1.14-.153 2.595-.153 4.433-.153m-5.13 1.823c-.489.146-.834.351-1.112.629c-.423.423-.677 1.003-.812 2.009c-.138 1.028-.14 2.382-.14 4.289v4c0 1.907.002 3.262.14 4.29c.135 1.005.389 1.585.812 2.008s1.003.677 2.009.812c1.028.138 2.382.14 4.289.14s3.262-.002 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289v-4c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008c-.278-.278-.623-.483-1.112-.629c-.662.994-1.124 1.685-1.812 2.112q-.207.128-.427.229c-.742.337-1.58.337-2.787.336h-.32c-1.207 0-2.045.001-2.787-.336a4 4 0 0 1-.427-.229c-.688-.427-1.15-1.118-1.812-2.112m1.637-.257c.444.644.677.915.967 1.095q.123.077.256.137c.41.186.894.202 2.326.202s1.917-.016 2.326-.202q.132-.06.256-.137c.29-.18.523-.451.967-1.095c-.92-.065-2.068-.066-3.549-.066s-2.628.001-3.549.066M8.25 19a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg> </template>
CSS
.icon-iphone {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.944%201.25h.112c1.838%200%203.294%200%204.433.153c1.172.158%202.121.49%202.87%201.238c.748.749%201.08%201.698%201.238%202.87c.153%201.14.153%202.595.153%204.433v4.112c0%201.838%200%203.294-.153%204.433c-.158%201.172-.49%202.121-1.238%202.87c-.749.748-1.698%201.08-2.87%201.238c-1.14.153-2.595.153-4.433.153h-.112c-1.838%200-3.294%200-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433V9.944c0-1.838%200-3.294.153-4.433c.158-1.172.49-2.121%201.238-2.87c.749-.748%201.698-1.08%202.87-1.238c1.14-.153%202.595-.153%204.433-.153m-5.13%201.823c-.489.146-.834.351-1.112.629c-.423.423-.677%201.003-.812%202.009c-.138%201.028-.14%202.382-.14%204.289v4c0%201.907.002%203.262.14%204.29c.135%201.005.389%201.585.812%202.008s1.003.677%202.009.812c1.028.138%202.382.14%204.289.14s3.262-.002%204.29-.14c1.005-.135%201.585-.389%202.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289v-4c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008c-.278-.278-.623-.483-1.112-.629c-.662.994-1.124%201.685-1.812%202.112q-.207.128-.427.229c-.742.337-1.58.337-2.787.336h-.32c-1.207%200-2.045.001-2.787-.336a4%204%200%200%201-.427-.229c-.688-.427-1.15-1.118-1.812-2.112m1.637-.257c.444.644.677.915.967%201.095q.123.077.256.137c.41.186.894.202%202.326.202s1.917-.016%202.326-.202q.132-.06.256-.137c.29-.18.523-.451.967-1.095c-.92-.065-2.068-.066-3.549-.066s-2.628.001-3.549.066M8.25%2019a.75.75%200%200%201%20.75-.75h6a.75.75%200%200%201%200%201.5H9a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.944%201.25h.112c1.838%200%203.294%200%204.433.153c1.172.158%202.121.49%202.87%201.238c.748.749%201.08%201.698%201.238%202.87c.153%201.14.153%202.595.153%204.433v4.112c0%201.838%200%203.294-.153%204.433c-.158%201.172-.49%202.121-1.238%202.87c-.749.748-1.698%201.08-2.87%201.238c-1.14.153-2.595.153-4.433.153h-.112c-1.838%200-3.294%200-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433V9.944c0-1.838%200-3.294.153-4.433c.158-1.172.49-2.121%201.238-2.87c.749-.748%201.698-1.08%202.87-1.238c1.14-.153%202.595-.153%204.433-.153m-5.13%201.823c-.489.146-.834.351-1.112.629c-.423.423-.677%201.003-.812%202.009c-.138%201.028-.14%202.382-.14%204.289v4c0%201.907.002%203.262.14%204.29c.135%201.005.389%201.585.812%202.008s1.003.677%202.009.812c1.028.138%202.382.14%204.289.14s3.262-.002%204.29-.14c1.005-.135%201.585-.389%202.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289v-4c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008c-.278-.278-.623-.483-1.112-.629c-.662.994-1.124%201.685-1.812%202.112q-.207.128-.427.229c-.742.337-1.58.337-2.787.336h-.32c-1.207%200-2.045.001-2.787-.336a4%204%200%200%201-.427-.229c-.688-.427-1.15-1.118-1.812-2.112m1.637-.257c.444.644.677.915.967%201.095q.123.077.256.137c.41.186.894.202%202.326.202s1.917-.016%202.326-.202q.132-.06.256-.137c.29-.18.523-.451.967-1.095c-.92-.065-2.068-.066-3.549-.066s-2.628.001-3.549.066M8.25%2019a.75.75%200%200%201%20.75-.75h6a.75.75%200%200%201%200%201.5H9a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/iphone.svg?color=%231a73e8&size=48