Android Nexus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Android Nexus 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/304917.svg" alt="Android Nexus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304917.svg" alt="Android Nexus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304917.svg" alt="Android Nexus icon" :width="24" :height="24" />
CSS background
.icon-android-nexus {
background-image: url('https://proicons.com/icon/304917.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="M745 863V127c1-55-5-93-67-107-30-7-61-11-93-14V4c-90-8-179-4-260 14-62 14-70 53-70 108v735c-2 55 4 104 70 119 30 6 63 11 95 14v2c85 8 178 3 259-15 66-14 68-63 66-118zm-33 16H288l-1-774h426l-1 774z"/></svg>
Copied!