ios tablet portrait icon
ios-tablet-portrait from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-tablet-portrait
- 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 tablet portrait icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M409 39c-4.5-4.5-10.6-7-16.9-7H119.9c-6.4 0-12.4 2.5-16.9 7-4.5 4.5-7 10.6-7 16.9V456c0 6.4 2.5 12.4 7 16.9 4.5 4.5 10.6 7 16.9 7H392c6.4 0 12.4-2.5 16.9-7 4.5-4.5 7-10.6 7-16.9V55.9c.1-6.3-2.4-12.4-6.9-16.9zm-153.4 9.7c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7c0-3.8 3.2-7 7-7zM256 470c-7.7 0-14-6.5-14-14.1 0-7.5 6.2-14 14-14 7.7 0 14.1 6.4 14.1 14-.1 7.6-6.4 14.1-14.1 14.1zm144-38H112V80h288v352z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosTabletPortrait(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M409 39c-4.5-4.5-10.6-7-16.9-7H119.9c-6.4 0-12.4 2.5-16.9 7-4.5 4.5-7 10.6-7 16.9V456c0 6.4 2.5 12.4 7 16.9 4.5 4.5 10.6 7 16.9 7H392c6.4 0 12.4-2.5 16.9-7 4.5-4.5 7-10.6 7-16.9V55.9c.1-6.3-2.4-12.4-6.9-16.9zm-153.4 9.7c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7c0-3.8 3.2-7 7-7zM256 470c-7.7 0-14-6.5-14-14.1 0-7.5 6.2-14 14-14 7.7 0 14.1 6.4 14.1 14-.1 7.6-6.4 14.1-14.1 14.1zm144-38H112V80h288v352z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M409 39c-4.5-4.5-10.6-7-16.9-7H119.9c-6.4 0-12.4 2.5-16.9 7-4.5 4.5-7 10.6-7 16.9V456c0 6.4 2.5 12.4 7 16.9 4.5 4.5 10.6 7 16.9 7H392c6.4 0 12.4-2.5 16.9-7 4.5-4.5 7-10.6 7-16.9V55.9c.1-6.3-2.4-12.4-6.9-16.9zm-153.4 9.7c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7c0-3.8 3.2-7 7-7zM256 470c-7.7 0-14-6.5-14-14.1 0-7.5 6.2-14 14-14 7.7 0 14.1 6.4 14.1 14-.1 7.6-6.4 14.1-14.1 14.1zm144-38H112V80h288v352z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-tablet-portrait {
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%22M409%2039c-4.5-4.5-10.6-7-16.9-7H119.9c-6.4%200-12.4%202.5-16.9%207-4.5%204.5-7%2010.6-7%2016.9V456c0%206.4%202.5%2012.4%207%2016.9%204.5%204.5%2010.6%207%2016.9%207H392c6.4%200%2012.4-2.5%2016.9-7%204.5-4.5%207-10.6%207-16.9V55.9c.1-6.3-2.4-12.4-6.9-16.9zm-153.4%209.7c3.9%200%207%203.1%207%207s-3.1%207-7%207-7-3.1-7-7c0-3.8%203.2-7%207-7zM256%20470c-7.7%200-14-6.5-14-14.1%200-7.5%206.2-14%2014-14%207.7%200%2014.1%206.4%2014.1%2014-.1%207.6-6.4%2014.1-14.1%2014.1zm144-38H112V80h288v352z%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%22M409%2039c-4.5-4.5-10.6-7-16.9-7H119.9c-6.4%200-12.4%202.5-16.9%207-4.5%204.5-7%2010.6-7%2016.9V456c0%206.4%202.5%2012.4%207%2016.9%204.5%204.5%2010.6%207%2016.9%207H392c6.4%200%2012.4-2.5%2016.9-7%204.5-4.5%207-10.6%207-16.9V55.9c.1-6.3-2.4-12.4-6.9-16.9zm-153.4%209.7c3.9%200%207%203.1%207%207s-3.1%207-7%207-7-3.1-7-7c0-3.8%203.2-7%207-7zM256%20470c-7.7%200-14-6.5-14-14.1%200-7.5%206.2-14%2014-14%207.7%200%2014.1%206.4%2014.1%2014-.1%207.6-6.4%2014.1-14.1%2014.1zm144-38H112V80h288v352z%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-tablet-portrait.svg?color=%231a73e8&size=48