ios outlet icon
ios-outlet from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-outlet
- 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 outlet icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M359 78H153c-2.8 0-5.6.8-8 2.3C86.7 116.9 48 182 48 256c0 73.9 38.7 138.1 97 175.6 2.4 1.6 5.2 2.4 8.1 2.4h205.8c2.9 0 5.7-.8 8.1-2.4 58.3-37.5 97-101.7 97-175.6 0-74-38.7-139.1-97-175.7-2.4-1.5-5.2-2.3-8-2.3zM192.9 270.8h-22.3c-2.1 0-3.7-1.7-3.7-3.7V155.9c0-2 1.7-3.7 3.7-3.7h22.3c2.1 0 3.7 1.7 3.7 3.7v111.2c0 2.1-1.7 3.7-3.7 3.7zM282 389.5h-52c-2.1 0-3.7-1.7-3.7-3.7v-40.2c0-16.5 13.6-30.5 30.1-30.3 16.2.2 29.3 13.5 29.3 29.7v40.8c0 2-1.6 3.7-3.7 3.7zM341.4 256h-22.3c-2.1 0-3.7-1.7-3.7-3.7v-81.6c0-2 1.7-3.7 3.7-3.7h22.3c2.1 0 3.7 1.7 3.7 3.7v81.6c0 2-1.6 3.7-3.7 3.7z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosOutlet(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M359 78H153c-2.8 0-5.6.8-8 2.3C86.7 116.9 48 182 48 256c0 73.9 38.7 138.1 97 175.6 2.4 1.6 5.2 2.4 8.1 2.4h205.8c2.9 0 5.7-.8 8.1-2.4 58.3-37.5 97-101.7 97-175.6 0-74-38.7-139.1-97-175.7-2.4-1.5-5.2-2.3-8-2.3zM192.9 270.8h-22.3c-2.1 0-3.7-1.7-3.7-3.7V155.9c0-2 1.7-3.7 3.7-3.7h22.3c2.1 0 3.7 1.7 3.7 3.7v111.2c0 2.1-1.7 3.7-3.7 3.7zM282 389.5h-52c-2.1 0-3.7-1.7-3.7-3.7v-40.2c0-16.5 13.6-30.5 30.1-30.3 16.2.2 29.3 13.5 29.3 29.7v40.8c0 2-1.6 3.7-3.7 3.7zM341.4 256h-22.3c-2.1 0-3.7-1.7-3.7-3.7v-81.6c0-2 1.7-3.7 3.7-3.7h22.3c2.1 0 3.7 1.7 3.7 3.7v81.6c0 2-1.6 3.7-3.7 3.7z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M359 78H153c-2.8 0-5.6.8-8 2.3C86.7 116.9 48 182 48 256c0 73.9 38.7 138.1 97 175.6 2.4 1.6 5.2 2.4 8.1 2.4h205.8c2.9 0 5.7-.8 8.1-2.4 58.3-37.5 97-101.7 97-175.6 0-74-38.7-139.1-97-175.7-2.4-1.5-5.2-2.3-8-2.3zM192.9 270.8h-22.3c-2.1 0-3.7-1.7-3.7-3.7V155.9c0-2 1.7-3.7 3.7-3.7h22.3c2.1 0 3.7 1.7 3.7 3.7v111.2c0 2.1-1.7 3.7-3.7 3.7zM282 389.5h-52c-2.1 0-3.7-1.7-3.7-3.7v-40.2c0-16.5 13.6-30.5 30.1-30.3 16.2.2 29.3 13.5 29.3 29.7v40.8c0 2-1.6 3.7-3.7 3.7zM341.4 256h-22.3c-2.1 0-3.7-1.7-3.7-3.7v-81.6c0-2 1.7-3.7 3.7-3.7h22.3c2.1 0 3.7 1.7 3.7 3.7v81.6c0 2-1.6 3.7-3.7 3.7z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-outlet {
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%22M359%2078H153c-2.8%200-5.6.8-8%202.3C86.7%20116.9%2048%20182%2048%20256c0%2073.9%2038.7%20138.1%2097%20175.6%202.4%201.6%205.2%202.4%208.1%202.4h205.8c2.9%200%205.7-.8%208.1-2.4%2058.3-37.5%2097-101.7%2097-175.6%200-74-38.7-139.1-97-175.7-2.4-1.5-5.2-2.3-8-2.3zM192.9%20270.8h-22.3c-2.1%200-3.7-1.7-3.7-3.7V155.9c0-2%201.7-3.7%203.7-3.7h22.3c2.1%200%203.7%201.7%203.7%203.7v111.2c0%202.1-1.7%203.7-3.7%203.7zM282%20389.5h-52c-2.1%200-3.7-1.7-3.7-3.7v-40.2c0-16.5%2013.6-30.5%2030.1-30.3%2016.2.2%2029.3%2013.5%2029.3%2029.7v40.8c0%202-1.6%203.7-3.7%203.7zM341.4%20256h-22.3c-2.1%200-3.7-1.7-3.7-3.7v-81.6c0-2%201.7-3.7%203.7-3.7h22.3c2.1%200%203.7%201.7%203.7%203.7v81.6c0%202-1.6%203.7-3.7%203.7z%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%22M359%2078H153c-2.8%200-5.6.8-8%202.3C86.7%20116.9%2048%20182%2048%20256c0%2073.9%2038.7%20138.1%2097%20175.6%202.4%201.6%205.2%202.4%208.1%202.4h205.8c2.9%200%205.7-.8%208.1-2.4%2058.3-37.5%2097-101.7%2097-175.6%200-74-38.7-139.1-97-175.7-2.4-1.5-5.2-2.3-8-2.3zM192.9%20270.8h-22.3c-2.1%200-3.7-1.7-3.7-3.7V155.9c0-2%201.7-3.7%203.7-3.7h22.3c2.1%200%203.7%201.7%203.7%203.7v111.2c0%202.1-1.7%203.7-3.7%203.7zM282%20389.5h-52c-2.1%200-3.7-1.7-3.7-3.7v-40.2c0-16.5%2013.6-30.5%2030.1-30.3%2016.2.2%2029.3%2013.5%2029.3%2029.7v40.8c0%202-1.6%203.7-3.7%203.7zM341.4%20256h-22.3c-2.1%200-3.7-1.7-3.7-3.7v-81.6c0-2%201.7-3.7%203.7-3.7h22.3c2.1%200%203.7%201.7%203.7%203.7v81.6c0%202-1.6%203.7-3.7%203.7z%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-outlet.svg?color=%231a73e8&size=48