ios expand icon
ios-expand from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-expand
- 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-appsios-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-forward
Use the ios expand icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M112.4 92h77.7c7.7 0 13.9-6.2 13.9-13.9v-.2c0-7.7-6.2-13.9-13.9-13.9H77.9C70.2 64 64 70.2 64 77.9v112.2c0 7.7 6.2 13.9 13.9 13.9h.2c7.7 0 13.9-6.2 13.9-13.9v-77.7l117.1 116.3c2.6 2.6 6.1 4 9.8 4 3.7 0 7.2-1.4 9.8-4.1 5.4-5.4 5.4-14.2 0-19.6L112.4 92z" fill="currentColor"/><path d="M434.1 64H321.9c-7.7 0-13.9 6.2-13.9 13.9v.2c0 7.7 6.2 13.9 13.9 13.9h77.7L283.3 209.1c-5.4 5.4-5.4 14.2 0 19.6 2.6 2.6 6.1 4.1 9.8 4.1 3.7 0 7.2-1.4 9.8-4L420 112.4v77.7c0 7.7 6.2 13.9 13.9 13.9h.2c7.7 0 13.9-6.2 13.9-13.9V77.9c0-7.7-6.2-13.9-13.9-13.9z" fill="currentColor"/><path d="M218.9 279.2c-3.7 0-7.2 1.4-9.8 4L92 399.6v-77.7c0-7.7-6.2-13.9-13.9-13.9h-.2c-7.7 0-13.9 6.2-13.9 13.9v112.2c0 7.7 6.2 13.9 13.9 13.9h112.2c7.7 0 13.9-6.2 13.9-13.9v-.2c0-7.7-6.2-13.9-13.9-13.9h-77.7l116.3-117.1c5.4-5.4 5.4-14.2 0-19.6-2.6-2.6-6.1-4.1-9.8-4.1z" fill="currentColor"/><path d="M434.1 308h-.2c-7.7 0-13.9 6.2-13.9 13.9v77.7L302.9 283.3c-2.6-2.6-6.1-4-9.8-4-3.7 0-7.2 1.4-9.8 4.1-5.4 5.4-5.4 14.2 0 19.6l116.3 117h-77.7c-7.7 0-13.9 6.2-13.9 13.9v.2c0 7.7 6.2 13.9 13.9 13.9h112.2c7.7 0 13.9-6.2 13.9-13.9V321.9c0-7.7-6.2-13.9-13.9-13.9z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosExpand(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M112.4 92h77.7c7.7 0 13.9-6.2 13.9-13.9v-.2c0-7.7-6.2-13.9-13.9-13.9H77.9C70.2 64 64 70.2 64 77.9v112.2c0 7.7 6.2 13.9 13.9 13.9h.2c7.7 0 13.9-6.2 13.9-13.9v-77.7l117.1 116.3c2.6 2.6 6.1 4 9.8 4 3.7 0 7.2-1.4 9.8-4.1 5.4-5.4 5.4-14.2 0-19.6L112.4 92z" fill="currentColor"/><path d="M434.1 64H321.9c-7.7 0-13.9 6.2-13.9 13.9v.2c0 7.7 6.2 13.9 13.9 13.9h77.7L283.3 209.1c-5.4 5.4-5.4 14.2 0 19.6 2.6 2.6 6.1 4.1 9.8 4.1 3.7 0 7.2-1.4 9.8-4L420 112.4v77.7c0 7.7 6.2 13.9 13.9 13.9h.2c7.7 0 13.9-6.2 13.9-13.9V77.9c0-7.7-6.2-13.9-13.9-13.9z" fill="currentColor"/><path d="M218.9 279.2c-3.7 0-7.2 1.4-9.8 4L92 399.6v-77.7c0-7.7-6.2-13.9-13.9-13.9h-.2c-7.7 0-13.9 6.2-13.9 13.9v112.2c0 7.7 6.2 13.9 13.9 13.9h112.2c7.7 0 13.9-6.2 13.9-13.9v-.2c0-7.7-6.2-13.9-13.9-13.9h-77.7l116.3-117.1c5.4-5.4 5.4-14.2 0-19.6-2.6-2.6-6.1-4.1-9.8-4.1z" fill="currentColor"/><path d="M434.1 308h-.2c-7.7 0-13.9 6.2-13.9 13.9v77.7L302.9 283.3c-2.6-2.6-6.1-4-9.8-4-3.7 0-7.2 1.4-9.8 4.1-5.4 5.4-5.4 14.2 0 19.6l116.3 117h-77.7c-7.7 0-13.9 6.2-13.9 13.9v.2c0 7.7 6.2 13.9 13.9 13.9h112.2c7.7 0 13.9-6.2 13.9-13.9V321.9c0-7.7-6.2-13.9-13.9-13.9z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M112.4 92h77.7c7.7 0 13.9-6.2 13.9-13.9v-.2c0-7.7-6.2-13.9-13.9-13.9H77.9C70.2 64 64 70.2 64 77.9v112.2c0 7.7 6.2 13.9 13.9 13.9h.2c7.7 0 13.9-6.2 13.9-13.9v-77.7l117.1 116.3c2.6 2.6 6.1 4 9.8 4 3.7 0 7.2-1.4 9.8-4.1 5.4-5.4 5.4-14.2 0-19.6L112.4 92z" fill="currentColor"/><path d="M434.1 64H321.9c-7.7 0-13.9 6.2-13.9 13.9v.2c0 7.7 6.2 13.9 13.9 13.9h77.7L283.3 209.1c-5.4 5.4-5.4 14.2 0 19.6 2.6 2.6 6.1 4.1 9.8 4.1 3.7 0 7.2-1.4 9.8-4L420 112.4v77.7c0 7.7 6.2 13.9 13.9 13.9h.2c7.7 0 13.9-6.2 13.9-13.9V77.9c0-7.7-6.2-13.9-13.9-13.9z" fill="currentColor"/><path d="M218.9 279.2c-3.7 0-7.2 1.4-9.8 4L92 399.6v-77.7c0-7.7-6.2-13.9-13.9-13.9h-.2c-7.7 0-13.9 6.2-13.9 13.9v112.2c0 7.7 6.2 13.9 13.9 13.9h112.2c7.7 0 13.9-6.2 13.9-13.9v-.2c0-7.7-6.2-13.9-13.9-13.9h-77.7l116.3-117.1c5.4-5.4 5.4-14.2 0-19.6-2.6-2.6-6.1-4.1-9.8-4.1z" fill="currentColor"/><path d="M434.1 308h-.2c-7.7 0-13.9 6.2-13.9 13.9v77.7L302.9 283.3c-2.6-2.6-6.1-4-9.8-4-3.7 0-7.2 1.4-9.8 4.1-5.4 5.4-5.4 14.2 0 19.6l116.3 117h-77.7c-7.7 0-13.9 6.2-13.9 13.9v.2c0 7.7 6.2 13.9 13.9 13.9h112.2c7.7 0 13.9-6.2 13.9-13.9V321.9c0-7.7-6.2-13.9-13.9-13.9z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-expand {
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%22M112.4%2092h77.7c7.7%200%2013.9-6.2%2013.9-13.9v-.2c0-7.7-6.2-13.9-13.9-13.9H77.9C70.2%2064%2064%2070.2%2064%2077.9v112.2c0%207.7%206.2%2013.9%2013.9%2013.9h.2c7.7%200%2013.9-6.2%2013.9-13.9v-77.7l117.1%20116.3c2.6%202.6%206.1%204%209.8%204%203.7%200%207.2-1.4%209.8-4.1%205.4-5.4%205.4-14.2%200-19.6L112.4%2092z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M434.1%2064H321.9c-7.7%200-13.9%206.2-13.9%2013.9v.2c0%207.7%206.2%2013.9%2013.9%2013.9h77.7L283.3%20209.1c-5.4%205.4-5.4%2014.2%200%2019.6%202.6%202.6%206.1%204.1%209.8%204.1%203.7%200%207.2-1.4%209.8-4L420%20112.4v77.7c0%207.7%206.2%2013.9%2013.9%2013.9h.2c7.7%200%2013.9-6.2%2013.9-13.9V77.9c0-7.7-6.2-13.9-13.9-13.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M218.9%20279.2c-3.7%200-7.2%201.4-9.8%204L92%20399.6v-77.7c0-7.7-6.2-13.9-13.9-13.9h-.2c-7.7%200-13.9%206.2-13.9%2013.9v112.2c0%207.7%206.2%2013.9%2013.9%2013.9h112.2c7.7%200%2013.9-6.2%2013.9-13.9v-.2c0-7.7-6.2-13.9-13.9-13.9h-77.7l116.3-117.1c5.4-5.4%205.4-14.2%200-19.6-2.6-2.6-6.1-4.1-9.8-4.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M434.1%20308h-.2c-7.7%200-13.9%206.2-13.9%2013.9v77.7L302.9%20283.3c-2.6-2.6-6.1-4-9.8-4-3.7%200-7.2%201.4-9.8%204.1-5.4%205.4-5.4%2014.2%200%2019.6l116.3%20117h-77.7c-7.7%200-13.9%206.2-13.9%2013.9v.2c0%207.7%206.2%2013.9%2013.9%2013.9h112.2c7.7%200%2013.9-6.2%2013.9-13.9V321.9c0-7.7-6.2-13.9-13.9-13.9z%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%22M112.4%2092h77.7c7.7%200%2013.9-6.2%2013.9-13.9v-.2c0-7.7-6.2-13.9-13.9-13.9H77.9C70.2%2064%2064%2070.2%2064%2077.9v112.2c0%207.7%206.2%2013.9%2013.9%2013.9h.2c7.7%200%2013.9-6.2%2013.9-13.9v-77.7l117.1%20116.3c2.6%202.6%206.1%204%209.8%204%203.7%200%207.2-1.4%209.8-4.1%205.4-5.4%205.4-14.2%200-19.6L112.4%2092z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M434.1%2064H321.9c-7.7%200-13.9%206.2-13.9%2013.9v.2c0%207.7%206.2%2013.9%2013.9%2013.9h77.7L283.3%20209.1c-5.4%205.4-5.4%2014.2%200%2019.6%202.6%202.6%206.1%204.1%209.8%204.1%203.7%200%207.2-1.4%209.8-4L420%20112.4v77.7c0%207.7%206.2%2013.9%2013.9%2013.9h.2c7.7%200%2013.9-6.2%2013.9-13.9V77.9c0-7.7-6.2-13.9-13.9-13.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M218.9%20279.2c-3.7%200-7.2%201.4-9.8%204L92%20399.6v-77.7c0-7.7-6.2-13.9-13.9-13.9h-.2c-7.7%200-13.9%206.2-13.9%2013.9v112.2c0%207.7%206.2%2013.9%2013.9%2013.9h112.2c7.7%200%2013.9-6.2%2013.9-13.9v-.2c0-7.7-6.2-13.9-13.9-13.9h-77.7l116.3-117.1c5.4-5.4%205.4-14.2%200-19.6-2.6-2.6-6.1-4.1-9.8-4.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M434.1%20308h-.2c-7.7%200-13.9%206.2-13.9%2013.9v77.7L302.9%20283.3c-2.6-2.6-6.1-4-9.8-4-3.7%200-7.2%201.4-9.8%204.1-5.4%205.4-5.4%2014.2%200%2019.6l116.3%20117h-77.7c-7.7%200-13.9%206.2-13.9%2013.9v.2c0%207.7%206.2%2013.9%2013.9%2013.9h112.2c7.7%200%2013.9-6.2%2013.9-13.9V321.9c0-7.7-6.2-13.9-13.9-13.9z%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-expand.svg?color=%231a73e8&size=48