ios ionic icon
ios-ionic-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- ios-ionic-outline
- Set
- IonIcons
- Style
- Outline
- 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 ionic icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M425.5 134.8c4.7-5.9 7.5-13.5 7.5-21.6 0-19.2-15.6-34.9-34.8-34.9-8.2 0-15.7 2.8-21.6 7.5-34-24.2-75-37.8-119.9-37.8C141.8 48 48 140.5 48 255.6S141.7 464 256.6 464C371.5 464 464 370.7 464 255.6c0-45-14.3-86.7-38.5-120.8zM398 91.3c12.2 0 22 9.9 22 22 0 12.2-9.9 22-22 22-12.2 0-22-9.9-22-22s9.8-22 22-22zm-6.2 300.4c-17.6 17.6-38.2 31.6-61.1 41.3-23.7 10-48.2 15.2-74.2 15.2-25.9 0-51.7-5.1-75.4-15.2-22.9-9.7-43.4-23.5-61.1-41.3-17.6-17.6-31.5-38.3-41.2-61.2-10-23.7-15.1-48.9-15.1-74.9 0-25.9 5.1-51.2 15.1-74.9 9.7-22.9 23.5-43.5 41.2-61.2s38.2-31.6 61.1-41.3c23.7-10 49.4-14.1 75.4-14.1 25.9 0 50.5 4 74.2 14.1 12.7 5.4 24.7 12.1 35.9 20-2.1 4.5-3.3 9.5-3.3 14.9 0 19.2 15.6 34.9 34.8 34.9 5.3 0 10.3-1.2 14.9-3.3 7.9 11.2 14.6 23.2 20 36 10 23.7 15.1 48.9 15.1 74.9 0 25.9-5.1 51.2-15.1 74.9-9.7 22.9-23.5 43.5-41.2 61.2z" fill="currentColor"/><path d="M256.5 160.1c-53 0-96 42.8-96 95.9s42.9 96.1 96 96.1c53 0 96-43 96-96.1s-43-95.9-96-95.9zm0 175.7c-44.1 0-79.7-35.8-79.7-79.8 0-44.1 35.6-79.6 79.7-79.6s79.7 35.6 79.7 79.6c0 44.1-35.7 79.8-79.7 79.8z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosIonicOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M425.5 134.8c4.7-5.9 7.5-13.5 7.5-21.6 0-19.2-15.6-34.9-34.8-34.9-8.2 0-15.7 2.8-21.6 7.5-34-24.2-75-37.8-119.9-37.8C141.8 48 48 140.5 48 255.6S141.7 464 256.6 464C371.5 464 464 370.7 464 255.6c0-45-14.3-86.7-38.5-120.8zM398 91.3c12.2 0 22 9.9 22 22 0 12.2-9.9 22-22 22-12.2 0-22-9.9-22-22s9.8-22 22-22zm-6.2 300.4c-17.6 17.6-38.2 31.6-61.1 41.3-23.7 10-48.2 15.2-74.2 15.2-25.9 0-51.7-5.1-75.4-15.2-22.9-9.7-43.4-23.5-61.1-41.3-17.6-17.6-31.5-38.3-41.2-61.2-10-23.7-15.1-48.9-15.1-74.9 0-25.9 5.1-51.2 15.1-74.9 9.7-22.9 23.5-43.5 41.2-61.2s38.2-31.6 61.1-41.3c23.7-10 49.4-14.1 75.4-14.1 25.9 0 50.5 4 74.2 14.1 12.7 5.4 24.7 12.1 35.9 20-2.1 4.5-3.3 9.5-3.3 14.9 0 19.2 15.6 34.9 34.8 34.9 5.3 0 10.3-1.2 14.9-3.3 7.9 11.2 14.6 23.2 20 36 10 23.7 15.1 48.9 15.1 74.9 0 25.9-5.1 51.2-15.1 74.9-9.7 22.9-23.5 43.5-41.2 61.2z" fill="currentColor"/><path d="M256.5 160.1c-53 0-96 42.8-96 95.9s42.9 96.1 96 96.1c53 0 96-43 96-96.1s-43-95.9-96-95.9zm0 175.7c-44.1 0-79.7-35.8-79.7-79.8 0-44.1 35.6-79.6 79.7-79.6s79.7 35.6 79.7 79.6c0 44.1-35.7 79.8-79.7 79.8z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M425.5 134.8c4.7-5.9 7.5-13.5 7.5-21.6 0-19.2-15.6-34.9-34.8-34.9-8.2 0-15.7 2.8-21.6 7.5-34-24.2-75-37.8-119.9-37.8C141.8 48 48 140.5 48 255.6S141.7 464 256.6 464C371.5 464 464 370.7 464 255.6c0-45-14.3-86.7-38.5-120.8zM398 91.3c12.2 0 22 9.9 22 22 0 12.2-9.9 22-22 22-12.2 0-22-9.9-22-22s9.8-22 22-22zm-6.2 300.4c-17.6 17.6-38.2 31.6-61.1 41.3-23.7 10-48.2 15.2-74.2 15.2-25.9 0-51.7-5.1-75.4-15.2-22.9-9.7-43.4-23.5-61.1-41.3-17.6-17.6-31.5-38.3-41.2-61.2-10-23.7-15.1-48.9-15.1-74.9 0-25.9 5.1-51.2 15.1-74.9 9.7-22.9 23.5-43.5 41.2-61.2s38.2-31.6 61.1-41.3c23.7-10 49.4-14.1 75.4-14.1 25.9 0 50.5 4 74.2 14.1 12.7 5.4 24.7 12.1 35.9 20-2.1 4.5-3.3 9.5-3.3 14.9 0 19.2 15.6 34.9 34.8 34.9 5.3 0 10.3-1.2 14.9-3.3 7.9 11.2 14.6 23.2 20 36 10 23.7 15.1 48.9 15.1 74.9 0 25.9-5.1 51.2-15.1 74.9-9.7 22.9-23.5 43.5-41.2 61.2z" fill="currentColor"/><path d="M256.5 160.1c-53 0-96 42.8-96 95.9s42.9 96.1 96 96.1c53 0 96-43 96-96.1s-43-95.9-96-95.9zm0 175.7c-44.1 0-79.7-35.8-79.7-79.8 0-44.1 35.6-79.6 79.7-79.6s79.7 35.6 79.7 79.6c0 44.1-35.7 79.8-79.7 79.8z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-ionic-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%22M425.5%20134.8c4.7-5.9%207.5-13.5%207.5-21.6%200-19.2-15.6-34.9-34.8-34.9-8.2%200-15.7%202.8-21.6%207.5-34-24.2-75-37.8-119.9-37.8C141.8%2048%2048%20140.5%2048%20255.6S141.7%20464%20256.6%20464C371.5%20464%20464%20370.7%20464%20255.6c0-45-14.3-86.7-38.5-120.8zM398%2091.3c12.2%200%2022%209.9%2022%2022%200%2012.2-9.9%2022-22%2022-12.2%200-22-9.9-22-22s9.8-22%2022-22zm-6.2%20300.4c-17.6%2017.6-38.2%2031.6-61.1%2041.3-23.7%2010-48.2%2015.2-74.2%2015.2-25.9%200-51.7-5.1-75.4-15.2-22.9-9.7-43.4-23.5-61.1-41.3-17.6-17.6-31.5-38.3-41.2-61.2-10-23.7-15.1-48.9-15.1-74.9%200-25.9%205.1-51.2%2015.1-74.9%209.7-22.9%2023.5-43.5%2041.2-61.2s38.2-31.6%2061.1-41.3c23.7-10%2049.4-14.1%2075.4-14.1%2025.9%200%2050.5%204%2074.2%2014.1%2012.7%205.4%2024.7%2012.1%2035.9%2020-2.1%204.5-3.3%209.5-3.3%2014.9%200%2019.2%2015.6%2034.9%2034.8%2034.9%205.3%200%2010.3-1.2%2014.9-3.3%207.9%2011.2%2014.6%2023.2%2020%2036%2010%2023.7%2015.1%2048.9%2015.1%2074.9%200%2025.9-5.1%2051.2-15.1%2074.9-9.7%2022.9-23.5%2043.5-41.2%2061.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256.5%20160.1c-53%200-96%2042.8-96%2095.9s42.9%2096.1%2096%2096.1c53%200%2096-43%2096-96.1s-43-95.9-96-95.9zm0%20175.7c-44.1%200-79.7-35.8-79.7-79.8%200-44.1%2035.6-79.6%2079.7-79.6s79.7%2035.6%2079.7%2079.6c0%2044.1-35.7%2079.8-79.7%2079.8z%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%22M425.5%20134.8c4.7-5.9%207.5-13.5%207.5-21.6%200-19.2-15.6-34.9-34.8-34.9-8.2%200-15.7%202.8-21.6%207.5-34-24.2-75-37.8-119.9-37.8C141.8%2048%2048%20140.5%2048%20255.6S141.7%20464%20256.6%20464C371.5%20464%20464%20370.7%20464%20255.6c0-45-14.3-86.7-38.5-120.8zM398%2091.3c12.2%200%2022%209.9%2022%2022%200%2012.2-9.9%2022-22%2022-12.2%200-22-9.9-22-22s9.8-22%2022-22zm-6.2%20300.4c-17.6%2017.6-38.2%2031.6-61.1%2041.3-23.7%2010-48.2%2015.2-74.2%2015.2-25.9%200-51.7-5.1-75.4-15.2-22.9-9.7-43.4-23.5-61.1-41.3-17.6-17.6-31.5-38.3-41.2-61.2-10-23.7-15.1-48.9-15.1-74.9%200-25.9%205.1-51.2%2015.1-74.9%209.7-22.9%2023.5-43.5%2041.2-61.2s38.2-31.6%2061.1-41.3c23.7-10%2049.4-14.1%2075.4-14.1%2025.9%200%2050.5%204%2074.2%2014.1%2012.7%205.4%2024.7%2012.1%2035.9%2020-2.1%204.5-3.3%209.5-3.3%2014.9%200%2019.2%2015.6%2034.9%2034.8%2034.9%205.3%200%2010.3-1.2%2014.9-3.3%207.9%2011.2%2014.6%2023.2%2020%2036%2010%2023.7%2015.1%2048.9%2015.1%2074.9%200%2025.9-5.1%2051.2-15.1%2074.9-9.7%2022.9-23.5%2043.5-41.2%2061.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256.5%20160.1c-53%200-96%2042.8-96%2095.9s42.9%2096.1%2096%2096.1c53%200%2096-43%2096-96.1s-43-95.9-96-95.9zm0%20175.7c-44.1%200-79.7-35.8-79.7-79.8%200-44.1%2035.6-79.6%2079.7-79.6s79.7%2035.6%2079.7%2079.6c0%2044.1-35.7%2079.8-79.7%2079.8z%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-ionic-outline.svg?color=%231a73e8&size=48