ios apps icon
ios-apps from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-apps
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forwardios-arrow-left
Use the ios apps icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M434.8 137.6L285.4 69.5c-16.2-7.4-42.7-7.4-58.9 0L77.2 137.6c-17.6 8-17.6 21.1 0 29.1l148 67.5c16.9 7.7 44.7 7.7 61.6 0l148-67.5c17.6-8 17.6-21.1 0-29.1z" fill="currentColor"/><path d="M225.2 375.2l-99.8-45.5c-4.2-1.9-9.1-1.9-13.3 0l-34.9 15.9c-17.6 8-17.6 21.1 0 29.1l148 67.5c16.9 7.7 44.7 7.7 61.6 0l148-67.5c17.6-8 17.6-21.1 0-29.1l-34.9-15.9c-4.2-1.9-9.1-1.9-13.3 0l-99.8 45.5c-16.9 7.7-44.7 7.7-61.6 0z" fill="currentColor"/><path d="M434.8 241.6l-31.7-14.4c-4.2-1.9-9-1.9-13.2 0l-108 48.9c-15.3 5.2-36.6 5.2-51.9 0l-108-48.9c-4.2-1.9-9-1.9-13.2 0l-31.7 14.4c-17.6 8-17.6 21.1 0 29.1l148 67.5c16.9 7.7 44.7 7.7 61.6 0l148-67.5c17.7-8 17.7-21.1.1-29.1z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosApps(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M434.8 137.6L285.4 69.5c-16.2-7.4-42.7-7.4-58.9 0L77.2 137.6c-17.6 8-17.6 21.1 0 29.1l148 67.5c16.9 7.7 44.7 7.7 61.6 0l148-67.5c17.6-8 17.6-21.1 0-29.1z" fill="currentColor"/><path d="M225.2 375.2l-99.8-45.5c-4.2-1.9-9.1-1.9-13.3 0l-34.9 15.9c-17.6 8-17.6 21.1 0 29.1l148 67.5c16.9 7.7 44.7 7.7 61.6 0l148-67.5c17.6-8 17.6-21.1 0-29.1l-34.9-15.9c-4.2-1.9-9.1-1.9-13.3 0l-99.8 45.5c-16.9 7.7-44.7 7.7-61.6 0z" fill="currentColor"/><path d="M434.8 241.6l-31.7-14.4c-4.2-1.9-9-1.9-13.2 0l-108 48.9c-15.3 5.2-36.6 5.2-51.9 0l-108-48.9c-4.2-1.9-9-1.9-13.2 0l-31.7 14.4c-17.6 8-17.6 21.1 0 29.1l148 67.5c16.9 7.7 44.7 7.7 61.6 0l148-67.5c17.7-8 17.7-21.1.1-29.1z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M434.8 137.6L285.4 69.5c-16.2-7.4-42.7-7.4-58.9 0L77.2 137.6c-17.6 8-17.6 21.1 0 29.1l148 67.5c16.9 7.7 44.7 7.7 61.6 0l148-67.5c17.6-8 17.6-21.1 0-29.1z" fill="currentColor"/><path d="M225.2 375.2l-99.8-45.5c-4.2-1.9-9.1-1.9-13.3 0l-34.9 15.9c-17.6 8-17.6 21.1 0 29.1l148 67.5c16.9 7.7 44.7 7.7 61.6 0l148-67.5c17.6-8 17.6-21.1 0-29.1l-34.9-15.9c-4.2-1.9-9.1-1.9-13.3 0l-99.8 45.5c-16.9 7.7-44.7 7.7-61.6 0z" fill="currentColor"/><path d="M434.8 241.6l-31.7-14.4c-4.2-1.9-9-1.9-13.2 0l-108 48.9c-15.3 5.2-36.6 5.2-51.9 0l-108-48.9c-4.2-1.9-9-1.9-13.2 0l-31.7 14.4c-17.6 8-17.6 21.1 0 29.1l148 67.5c16.9 7.7 44.7 7.7 61.6 0l148-67.5c17.7-8 17.7-21.1.1-29.1z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-apps {
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%20512%20512%22%3E%3Cpath%20d%3D%22M434.8%20137.6L285.4%2069.5c-16.2-7.4-42.7-7.4-58.9%200L77.2%20137.6c-17.6%208-17.6%2021.1%200%2029.1l148%2067.5c16.9%207.7%2044.7%207.7%2061.6%200l148-67.5c17.6-8%2017.6-21.1%200-29.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M225.2%20375.2l-99.8-45.5c-4.2-1.9-9.1-1.9-13.3%200l-34.9%2015.9c-17.6%208-17.6%2021.1%200%2029.1l148%2067.5c16.9%207.7%2044.7%207.7%2061.6%200l148-67.5c17.6-8%2017.6-21.1%200-29.1l-34.9-15.9c-4.2-1.9-9.1-1.9-13.3%200l-99.8%2045.5c-16.9%207.7-44.7%207.7-61.6%200z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M434.8%20241.6l-31.7-14.4c-4.2-1.9-9-1.9-13.2%200l-108%2048.9c-15.3%205.2-36.6%205.2-51.9%200l-108-48.9c-4.2-1.9-9-1.9-13.2%200l-31.7%2014.4c-17.6%208-17.6%2021.1%200%2029.1l148%2067.5c16.9%207.7%2044.7%207.7%2061.6%200l148-67.5c17.7-8%2017.7-21.1.1-29.1z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M434.8%20137.6L285.4%2069.5c-16.2-7.4-42.7-7.4-58.9%200L77.2%20137.6c-17.6%208-17.6%2021.1%200%2029.1l148%2067.5c16.9%207.7%2044.7%207.7%2061.6%200l148-67.5c17.6-8%2017.6-21.1%200-29.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M225.2%20375.2l-99.8-45.5c-4.2-1.9-9.1-1.9-13.3%200l-34.9%2015.9c-17.6%208-17.6%2021.1%200%2029.1l148%2067.5c16.9%207.7%2044.7%207.7%2061.6%200l148-67.5c17.6-8%2017.6-21.1%200-29.1l-34.9-15.9c-4.2-1.9-9.1-1.9-13.3%200l-99.8%2045.5c-16.9%207.7-44.7%207.7-61.6%200z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M434.8%20241.6l-31.7-14.4c-4.2-1.9-9-1.9-13.2%200l-108%2048.9c-15.3%205.2-36.6%205.2-51.9%200l-108-48.9c-4.2-1.9-9-1.9-13.2%200l-31.7%2014.4c-17.6%208-17.6%2021.1%200%2029.1l148%2067.5c16.9%207.7%2044.7%207.7%2061.6%200l148-67.5c17.7-8%2017.7-21.1.1-29.1z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-apps.svg?color=%231a73e8&size=48