Iphone Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Iphone icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305911.svg" alt="Iphone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305911.svg" alt="Iphone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305911.svg" alt="Iphone icon" :width="24" :height="24" />
CSS background
.icon-iphone {
background-image: url('https://proicons.com/icon/305911.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M673 0H327c-37 0-67 30-67 67v866c0 37 30 67 67 67h346c37 0 67-30 67-67V67c0-37-30-67-67-67zM460 55c0-6 5-10 11-10h58c6 0 11 4 11 10v19c0 6-5 11-11 11h-58c-6 0-11-5-11-11V55zm45 900c-24 0-44-19-44-43s20-44 44-44 43 19 43 44c0 24-19 43-43 43zm195-115H300V120h400v720z"/></svg>
Copied!