ios open icon

ios-open from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-open
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios open icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M227.8 300.2c-5.1-5.1-5.1-13.3 0-18.4l133.7-133.7c-5.3-2.6-11.2-4.1-17.5-4.1H88c-22 0-40 18-40 40v224c0 22 18 40 40 40h256c22 0 40-18 40-40V184c0-6.3-1.5-12.2-4.1-17.5L246.2 300.2c-5.1 5.1-13.3 5.1-18.4 0z" fill="currentColor"/><path d="M459.5 68.5C457 66 453 64 449 64h-97c-7.2-.1-13.1 5.7-13.1 12.9-.1 7.2 5.7 13.1 12.9 13.1l67.3.5-57.6 57.6c8 3.9 14.5 10.4 18.4 18.4l57.6-57.6.5 67.3c.1 7.2 5.9 13 13.1 12.9 7.2-.1 13-5.9 12.9-13.1V78c0-3.5-2-7-4.5-9.5z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M227.8 300.2c-5.1-5.1-5.1-13.3 0-18.4l133.7-133.7c-5.3-2.6-11.2-4.1-17.5-4.1H88c-22 0-40 18-40 40v224c0 22 18 40 40 40h256c22 0 40-18 40-40V184c0-6.3-1.5-12.2-4.1-17.5L246.2 300.2c-5.1 5.1-13.3 5.1-18.4 0z" fill="currentColor"/><path d="M459.5 68.5C457 66 453 64 449 64h-97c-7.2-.1-13.1 5.7-13.1 12.9-.1 7.2 5.7 13.1 12.9 13.1l67.3.5-57.6 57.6c8 3.9 14.5 10.4 18.4 18.4l57.6-57.6.5 67.3c.1 7.2 5.9 13 13.1 12.9 7.2-.1 13-5.9 12.9-13.1V78c0-3.5-2-7-4.5-9.5z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M227.8 300.2c-5.1-5.1-5.1-13.3 0-18.4l133.7-133.7c-5.3-2.6-11.2-4.1-17.5-4.1H88c-22 0-40 18-40 40v224c0 22 18 40 40 40h256c22 0 40-18 40-40V184c0-6.3-1.5-12.2-4.1-17.5L246.2 300.2c-5.1 5.1-13.3 5.1-18.4 0z" fill="currentColor"/><path d="M459.5 68.5C457 66 453 64 449 64h-97c-7.2-.1-13.1 5.7-13.1 12.9-.1 7.2 5.7 13.1 12.9 13.1l67.3.5-57.6 57.6c8 3.9 14.5 10.4 18.4 18.4l57.6-57.6.5 67.3c.1 7.2 5.9 13 13.1 12.9 7.2-.1 13-5.9 12.9-13.1V78c0-3.5-2-7-4.5-9.5z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-open {
  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%22M227.8%20300.2c-5.1-5.1-5.1-13.3%200-18.4l133.7-133.7c-5.3-2.6-11.2-4.1-17.5-4.1H88c-22%200-40%2018-40%2040v224c0%2022%2018%2040%2040%2040h256c22%200%2040-18%2040-40V184c0-6.3-1.5-12.2-4.1-17.5L246.2%20300.2c-5.1%205.1-13.3%205.1-18.4%200z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M459.5%2068.5C457%2066%20453%2064%20449%2064h-97c-7.2-.1-13.1%205.7-13.1%2012.9-.1%207.2%205.7%2013.1%2012.9%2013.1l67.3.5-57.6%2057.6c8%203.9%2014.5%2010.4%2018.4%2018.4l57.6-57.6.5%2067.3c.1%207.2%205.9%2013%2013.1%2012.9%207.2-.1%2013-5.9%2012.9-13.1V78c0-3.5-2-7-4.5-9.5z%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%22M227.8%20300.2c-5.1-5.1-5.1-13.3%200-18.4l133.7-133.7c-5.3-2.6-11.2-4.1-17.5-4.1H88c-22%200-40%2018-40%2040v224c0%2022%2018%2040%2040%2040h256c22%200%2040-18%2040-40V184c0-6.3-1.5-12.2-4.1-17.5L246.2%20300.2c-5.1%205.1-13.3%205.1-18.4%200z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M459.5%2068.5C457%2066%20453%2064%20449%2064h-97c-7.2-.1-13.1%205.7-13.1%2012.9-.1%207.2%205.7%2013.1%2012.9%2013.1l67.3.5-57.6%2057.6c8%203.9%2014.5%2010.4%2018.4%2018.4l57.6-57.6.5%2067.3c.1%207.2%205.9%2013%2013.1%2012.9%207.2-.1%2013-5.9%2012.9-13.1V78c0-3.5-2-7-4.5-9.5z%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-open.svg?color=%231a73e8&size=48