ios glasses icon
ios-glasses-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- ios-glasses-outline
- Set
- IonIcons
- Style
- Outline
- Viewbox
- 512×512
- License
- MIT
1 other variant in IonIcons
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 glasses icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M465.4 247c-2.2-22-12.4-43-28.9-58.4-17.1-15.9-39.3-24.7-62.7-24.7-41.5 0-77.3 27.4-88.5 67-7-7-18.5-11.7-29.3-11.7s-22.3 4.7-29.3 11.7c-11.2-39.6-47-67-88.5-67-23.3 0-45.6 8.7-62.7 24.6C59 204 48.8 225 46.6 247H32v18h14.6c2.2 22 12.4 43 28.9 58.4 17.1 15.9 39.3 24.7 62.7 24.7 50.8 0 92.1-41.2 92.1-92v-.1c0-9.9 11.5-21.6 25.7-21.6s25.7 11.7 25.7 21.6v.1c0 50.8 41.3 92 92.1 92 23.3 0 45.6-8.7 62.7-24.7 16.5-15.4 26.7-36.5 28.9-58.5H480v-18h-14.6zm-91.6 86c-42.5 0-77-34.6-77-77 0-42.5 34.6-77 77-77 42.5 0 77 34.6 77 77 0 42.5-34.5 77-77 77zm-235.6 0c-42.5 0-77-34.6-77-77 0-42.5 34.6-77 77-77 42.5 0 77 34.6 77 77 0 42.5-34.5 77-77 77z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosGlassesOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M465.4 247c-2.2-22-12.4-43-28.9-58.4-17.1-15.9-39.3-24.7-62.7-24.7-41.5 0-77.3 27.4-88.5 67-7-7-18.5-11.7-29.3-11.7s-22.3 4.7-29.3 11.7c-11.2-39.6-47-67-88.5-67-23.3 0-45.6 8.7-62.7 24.6C59 204 48.8 225 46.6 247H32v18h14.6c2.2 22 12.4 43 28.9 58.4 17.1 15.9 39.3 24.7 62.7 24.7 50.8 0 92.1-41.2 92.1-92v-.1c0-9.9 11.5-21.6 25.7-21.6s25.7 11.7 25.7 21.6v.1c0 50.8 41.3 92 92.1 92 23.3 0 45.6-8.7 62.7-24.7 16.5-15.4 26.7-36.5 28.9-58.5H480v-18h-14.6zm-91.6 86c-42.5 0-77-34.6-77-77 0-42.5 34.6-77 77-77 42.5 0 77 34.6 77 77 0 42.5-34.5 77-77 77zm-235.6 0c-42.5 0-77-34.6-77-77 0-42.5 34.6-77 77-77 42.5 0 77 34.6 77 77 0 42.5-34.5 77-77 77z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M465.4 247c-2.2-22-12.4-43-28.9-58.4-17.1-15.9-39.3-24.7-62.7-24.7-41.5 0-77.3 27.4-88.5 67-7-7-18.5-11.7-29.3-11.7s-22.3 4.7-29.3 11.7c-11.2-39.6-47-67-88.5-67-23.3 0-45.6 8.7-62.7 24.6C59 204 48.8 225 46.6 247H32v18h14.6c2.2 22 12.4 43 28.9 58.4 17.1 15.9 39.3 24.7 62.7 24.7 50.8 0 92.1-41.2 92.1-92v-.1c0-9.9 11.5-21.6 25.7-21.6s25.7 11.7 25.7 21.6v.1c0 50.8 41.3 92 92.1 92 23.3 0 45.6-8.7 62.7-24.7 16.5-15.4 26.7-36.5 28.9-58.5H480v-18h-14.6zm-91.6 86c-42.5 0-77-34.6-77-77 0-42.5 34.6-77 77-77 42.5 0 77 34.6 77 77 0 42.5-34.5 77-77 77zm-235.6 0c-42.5 0-77-34.6-77-77 0-42.5 34.6-77 77-77 42.5 0 77 34.6 77 77 0 42.5-34.5 77-77 77z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-glasses-outline {
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%22M465.4%20247c-2.2-22-12.4-43-28.9-58.4-17.1-15.9-39.3-24.7-62.7-24.7-41.5%200-77.3%2027.4-88.5%2067-7-7-18.5-11.7-29.3-11.7s-22.3%204.7-29.3%2011.7c-11.2-39.6-47-67-88.5-67-23.3%200-45.6%208.7-62.7%2024.6C59%20204%2048.8%20225%2046.6%20247H32v18h14.6c2.2%2022%2012.4%2043%2028.9%2058.4%2017.1%2015.9%2039.3%2024.7%2062.7%2024.7%2050.8%200%2092.1-41.2%2092.1-92v-.1c0-9.9%2011.5-21.6%2025.7-21.6s25.7%2011.7%2025.7%2021.6v.1c0%2050.8%2041.3%2092%2092.1%2092%2023.3%200%2045.6-8.7%2062.7-24.7%2016.5-15.4%2026.7-36.5%2028.9-58.5H480v-18h-14.6zm-91.6%2086c-42.5%200-77-34.6-77-77%200-42.5%2034.6-77%2077-77%2042.5%200%2077%2034.6%2077%2077%200%2042.5-34.5%2077-77%2077zm-235.6%200c-42.5%200-77-34.6-77-77%200-42.5%2034.6-77%2077-77%2042.5%200%2077%2034.6%2077%2077%200%2042.5-34.5%2077-77%2077z%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%22M465.4%20247c-2.2-22-12.4-43-28.9-58.4-17.1-15.9-39.3-24.7-62.7-24.7-41.5%200-77.3%2027.4-88.5%2067-7-7-18.5-11.7-29.3-11.7s-22.3%204.7-29.3%2011.7c-11.2-39.6-47-67-88.5-67-23.3%200-45.6%208.7-62.7%2024.6C59%20204%2048.8%20225%2046.6%20247H32v18h14.6c2.2%2022%2012.4%2043%2028.9%2058.4%2017.1%2015.9%2039.3%2024.7%2062.7%2024.7%2050.8%200%2092.1-41.2%2092.1-92v-.1c0-9.9%2011.5-21.6%2025.7-21.6s25.7%2011.7%2025.7%2021.6v.1c0%2050.8%2041.3%2092%2092.1%2092%2023.3%200%2045.6-8.7%2062.7-24.7%2016.5-15.4%2026.7-36.5%2028.9-58.5H480v-18h-14.6zm-91.6%2086c-42.5%200-77-34.6-77-77%200-42.5%2034.6-77%2077-77%2042.5%200%2077%2034.6%2077%2077%200%2042.5-34.5%2077-77%2077zm-235.6%200c-42.5%200-77-34.6-77-77%200-42.5%2034.6-77%2077-77%2042.5%200%2077%2034.6%2077%2077%200%2042.5-34.5%2077-77%2077z%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-glasses-outline.svg?color=%231a73e8&size=48