ios world icon
ios-world from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-world
- Set
- IonIcons
- Style
- Regular
- 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 world icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48h-.2H255.5C140.8 48.3 48 141.3 48 256s92.8 207.7 207.5 208h.5c114.9 0 208-93.1 208-208S370.9 48 256 48zm0 399.4h-.2H255.5C150.1 447.1 64.6 361.5 64.6 256S150 64.9 255.5 64.7h.5c105.7 0 191.4 85.7 191.4 191.4 0 105.6-85.7 191.3-191.4 191.3z" fill="currentColor"/><path d="M322.3 171.8c-18.7 4.5-38 7.2-57.9 7.8v68.1H332c-.6-28.1-4.1-53.6-9.7-75.9z" fill="currentColor"/><path d="M264.3 82.5v81.9c18.5-.6 36.5-3 53.8-7.2-13.1-41.4-33.5-68.6-53.8-74.7z" fill="currentColor"/><path d="M193.4 157.1c17.5 4.2 35.6 6.7 54.2 7.3V82.3c-20.3 5.9-41 33.1-54.2 74.8z" fill="currentColor"/><path d="M380.6 133.4c-22.6-23-51.5-39.8-83.9-47.5 14.8 15.3 27.2 38.7 36.1 67.3 16.7-5.1 32.7-11.7 47.8-19.8z" fill="currentColor"/><path d="M347.3 247.7h83.3c-1.8-38.8-16.3-74.4-39.5-102.6-17.1 9.4-35.2 17.1-54.1 22.8 6.1 24 9.7 51.1 10.3 79.8z" fill="currentColor"/><path d="M179.5 247.7h68.2v-68.1c-20.1-.6-39.6-3.3-58.4-7.9-5.7 22.3-9.2 47.9-9.8 76z" fill="currentColor"/><path d="M332 264.3h-67.7v68c19.9.6 39.3 3.2 58 7.8 5.6-22.2 9.1-47.8 9.7-75.8z" fill="currentColor"/><path d="M189.3 340.2c18.8-4.6 38.3-7.3 58.4-7.9v-68h-68.2c.6 28.1 4.1 53.7 9.8 75.9z" fill="currentColor"/><path d="M247.7 429.6v-82.1c-18.6.6-36.8 3.1-54.3 7.3 13.2 41.7 33.9 69 54.3 74.8z" fill="currentColor"/><path d="M296.7 426.1c32.4-7.8 61.3-24.5 84-47.6-15.1-8.1-31.1-14.7-47.8-19.8-8.9 28.7-21.4 52-36.2 67.4z" fill="currentColor"/><path d="M214.7 86.1c-32.1 7.8-60.8 24.5-83.3 47.4 15 8 30.8 14.6 47.3 19.6 8.9-28.5 21.3-51.7 36-67z" fill="currentColor"/><path d="M337 344.1c19 5.7 37.1 13.4 54.2 22.8 23.2-28.2 37.7-63.8 39.5-102.6h-83.3c-.7 28.7-4.3 55.7-10.4 79.8z" fill="currentColor"/><path d="M264.3 347.5v82c20.3-6.1 40.7-33.3 53.8-74.8-17.3-4.2-35.3-6.6-53.8-7.2z" fill="currentColor"/><path d="M174.6 167.8c-18.8-5.7-36.8-13.3-53.7-22.7-23.2 28.2-37.7 63.8-39.5 102.6h82.9c.5-28.8 4.2-55.9 10.3-79.9z" fill="currentColor"/><path d="M164.2 264.3H81.3c1.8 38.8 16.3 74.4 39.5 102.6 16.9-9.3 34.9-17 53.7-22.7-6-24-9.7-51.1-10.3-79.9z" fill="currentColor"/><path d="M131.3 378.5c22.5 22.9 51.2 39.6 83.4 47.4-14.7-15.3-27.1-38.6-36-67.1-16.5 5.1-32.4 11.7-47.4 19.7z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosWorld(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48h-.2H255.5C140.8 48.3 48 141.3 48 256s92.8 207.7 207.5 208h.5c114.9 0 208-93.1 208-208S370.9 48 256 48zm0 399.4h-.2H255.5C150.1 447.1 64.6 361.5 64.6 256S150 64.9 255.5 64.7h.5c105.7 0 191.4 85.7 191.4 191.4 0 105.6-85.7 191.3-191.4 191.3z" fill="currentColor"/><path d="M322.3 171.8c-18.7 4.5-38 7.2-57.9 7.8v68.1H332c-.6-28.1-4.1-53.6-9.7-75.9z" fill="currentColor"/><path d="M264.3 82.5v81.9c18.5-.6 36.5-3 53.8-7.2-13.1-41.4-33.5-68.6-53.8-74.7z" fill="currentColor"/><path d="M193.4 157.1c17.5 4.2 35.6 6.7 54.2 7.3V82.3c-20.3 5.9-41 33.1-54.2 74.8z" fill="currentColor"/><path d="M380.6 133.4c-22.6-23-51.5-39.8-83.9-47.5 14.8 15.3 27.2 38.7 36.1 67.3 16.7-5.1 32.7-11.7 47.8-19.8z" fill="currentColor"/><path d="M347.3 247.7h83.3c-1.8-38.8-16.3-74.4-39.5-102.6-17.1 9.4-35.2 17.1-54.1 22.8 6.1 24 9.7 51.1 10.3 79.8z" fill="currentColor"/><path d="M179.5 247.7h68.2v-68.1c-20.1-.6-39.6-3.3-58.4-7.9-5.7 22.3-9.2 47.9-9.8 76z" fill="currentColor"/><path d="M332 264.3h-67.7v68c19.9.6 39.3 3.2 58 7.8 5.6-22.2 9.1-47.8 9.7-75.8z" fill="currentColor"/><path d="M189.3 340.2c18.8-4.6 38.3-7.3 58.4-7.9v-68h-68.2c.6 28.1 4.1 53.7 9.8 75.9z" fill="currentColor"/><path d="M247.7 429.6v-82.1c-18.6.6-36.8 3.1-54.3 7.3 13.2 41.7 33.9 69 54.3 74.8z" fill="currentColor"/><path d="M296.7 426.1c32.4-7.8 61.3-24.5 84-47.6-15.1-8.1-31.1-14.7-47.8-19.8-8.9 28.7-21.4 52-36.2 67.4z" fill="currentColor"/><path d="M214.7 86.1c-32.1 7.8-60.8 24.5-83.3 47.4 15 8 30.8 14.6 47.3 19.6 8.9-28.5 21.3-51.7 36-67z" fill="currentColor"/><path d="M337 344.1c19 5.7 37.1 13.4 54.2 22.8 23.2-28.2 37.7-63.8 39.5-102.6h-83.3c-.7 28.7-4.3 55.7-10.4 79.8z" fill="currentColor"/><path d="M264.3 347.5v82c20.3-6.1 40.7-33.3 53.8-74.8-17.3-4.2-35.3-6.6-53.8-7.2z" fill="currentColor"/><path d="M174.6 167.8c-18.8-5.7-36.8-13.3-53.7-22.7-23.2 28.2-37.7 63.8-39.5 102.6h82.9c.5-28.8 4.2-55.9 10.3-79.9z" fill="currentColor"/><path d="M164.2 264.3H81.3c1.8 38.8 16.3 74.4 39.5 102.6 16.9-9.3 34.9-17 53.7-22.7-6-24-9.7-51.1-10.3-79.9z" fill="currentColor"/><path d="M131.3 378.5c22.5 22.9 51.2 39.6 83.4 47.4-14.7-15.3-27.1-38.6-36-67.1-16.5 5.1-32.4 11.7-47.4 19.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="M256 48h-.2H255.5C140.8 48.3 48 141.3 48 256s92.8 207.7 207.5 208h.5c114.9 0 208-93.1 208-208S370.9 48 256 48zm0 399.4h-.2H255.5C150.1 447.1 64.6 361.5 64.6 256S150 64.9 255.5 64.7h.5c105.7 0 191.4 85.7 191.4 191.4 0 105.6-85.7 191.3-191.4 191.3z" fill="currentColor"/><path d="M322.3 171.8c-18.7 4.5-38 7.2-57.9 7.8v68.1H332c-.6-28.1-4.1-53.6-9.7-75.9z" fill="currentColor"/><path d="M264.3 82.5v81.9c18.5-.6 36.5-3 53.8-7.2-13.1-41.4-33.5-68.6-53.8-74.7z" fill="currentColor"/><path d="M193.4 157.1c17.5 4.2 35.6 6.7 54.2 7.3V82.3c-20.3 5.9-41 33.1-54.2 74.8z" fill="currentColor"/><path d="M380.6 133.4c-22.6-23-51.5-39.8-83.9-47.5 14.8 15.3 27.2 38.7 36.1 67.3 16.7-5.1 32.7-11.7 47.8-19.8z" fill="currentColor"/><path d="M347.3 247.7h83.3c-1.8-38.8-16.3-74.4-39.5-102.6-17.1 9.4-35.2 17.1-54.1 22.8 6.1 24 9.7 51.1 10.3 79.8z" fill="currentColor"/><path d="M179.5 247.7h68.2v-68.1c-20.1-.6-39.6-3.3-58.4-7.9-5.7 22.3-9.2 47.9-9.8 76z" fill="currentColor"/><path d="M332 264.3h-67.7v68c19.9.6 39.3 3.2 58 7.8 5.6-22.2 9.1-47.8 9.7-75.8z" fill="currentColor"/><path d="M189.3 340.2c18.8-4.6 38.3-7.3 58.4-7.9v-68h-68.2c.6 28.1 4.1 53.7 9.8 75.9z" fill="currentColor"/><path d="M247.7 429.6v-82.1c-18.6.6-36.8 3.1-54.3 7.3 13.2 41.7 33.9 69 54.3 74.8z" fill="currentColor"/><path d="M296.7 426.1c32.4-7.8 61.3-24.5 84-47.6-15.1-8.1-31.1-14.7-47.8-19.8-8.9 28.7-21.4 52-36.2 67.4z" fill="currentColor"/><path d="M214.7 86.1c-32.1 7.8-60.8 24.5-83.3 47.4 15 8 30.8 14.6 47.3 19.6 8.9-28.5 21.3-51.7 36-67z" fill="currentColor"/><path d="M337 344.1c19 5.7 37.1 13.4 54.2 22.8 23.2-28.2 37.7-63.8 39.5-102.6h-83.3c-.7 28.7-4.3 55.7-10.4 79.8z" fill="currentColor"/><path d="M264.3 347.5v82c20.3-6.1 40.7-33.3 53.8-74.8-17.3-4.2-35.3-6.6-53.8-7.2z" fill="currentColor"/><path d="M174.6 167.8c-18.8-5.7-36.8-13.3-53.7-22.7-23.2 28.2-37.7 63.8-39.5 102.6h82.9c.5-28.8 4.2-55.9 10.3-79.9z" fill="currentColor"/><path d="M164.2 264.3H81.3c1.8 38.8 16.3 74.4 39.5 102.6 16.9-9.3 34.9-17 53.7-22.7-6-24-9.7-51.1-10.3-79.9z" fill="currentColor"/><path d="M131.3 378.5c22.5 22.9 51.2 39.6 83.4 47.4-14.7-15.3-27.1-38.6-36-67.1-16.5 5.1-32.4 11.7-47.4 19.7z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-world {
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%22M256%2048h-.2H255.5C140.8%2048.3%2048%20141.3%2048%20256s92.8%20207.7%20207.5%20208h.5c114.9%200%20208-93.1%20208-208S370.9%2048%20256%2048zm0%20399.4h-.2H255.5C150.1%20447.1%2064.6%20361.5%2064.6%20256S150%2064.9%20255.5%2064.7h.5c105.7%200%20191.4%2085.7%20191.4%20191.4%200%20105.6-85.7%20191.3-191.4%20191.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M322.3%20171.8c-18.7%204.5-38%207.2-57.9%207.8v68.1H332c-.6-28.1-4.1-53.6-9.7-75.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M264.3%2082.5v81.9c18.5-.6%2036.5-3%2053.8-7.2-13.1-41.4-33.5-68.6-53.8-74.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M193.4%20157.1c17.5%204.2%2035.6%206.7%2054.2%207.3V82.3c-20.3%205.9-41%2033.1-54.2%2074.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M380.6%20133.4c-22.6-23-51.5-39.8-83.9-47.5%2014.8%2015.3%2027.2%2038.7%2036.1%2067.3%2016.7-5.1%2032.7-11.7%2047.8-19.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M347.3%20247.7h83.3c-1.8-38.8-16.3-74.4-39.5-102.6-17.1%209.4-35.2%2017.1-54.1%2022.8%206.1%2024%209.7%2051.1%2010.3%2079.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M179.5%20247.7h68.2v-68.1c-20.1-.6-39.6-3.3-58.4-7.9-5.7%2022.3-9.2%2047.9-9.8%2076z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M332%20264.3h-67.7v68c19.9.6%2039.3%203.2%2058%207.8%205.6-22.2%209.1-47.8%209.7-75.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M189.3%20340.2c18.8-4.6%2038.3-7.3%2058.4-7.9v-68h-68.2c.6%2028.1%204.1%2053.7%209.8%2075.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M247.7%20429.6v-82.1c-18.6.6-36.8%203.1-54.3%207.3%2013.2%2041.7%2033.9%2069%2054.3%2074.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M296.7%20426.1c32.4-7.8%2061.3-24.5%2084-47.6-15.1-8.1-31.1-14.7-47.8-19.8-8.9%2028.7-21.4%2052-36.2%2067.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M214.7%2086.1c-32.1%207.8-60.8%2024.5-83.3%2047.4%2015%208%2030.8%2014.6%2047.3%2019.6%208.9-28.5%2021.3-51.7%2036-67z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M337%20344.1c19%205.7%2037.1%2013.4%2054.2%2022.8%2023.2-28.2%2037.7-63.8%2039.5-102.6h-83.3c-.7%2028.7-4.3%2055.7-10.4%2079.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M264.3%20347.5v82c20.3-6.1%2040.7-33.3%2053.8-74.8-17.3-4.2-35.3-6.6-53.8-7.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M174.6%20167.8c-18.8-5.7-36.8-13.3-53.7-22.7-23.2%2028.2-37.7%2063.8-39.5%20102.6h82.9c.5-28.8%204.2-55.9%2010.3-79.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M164.2%20264.3H81.3c1.8%2038.8%2016.3%2074.4%2039.5%20102.6%2016.9-9.3%2034.9-17%2053.7-22.7-6-24-9.7-51.1-10.3-79.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M131.3%20378.5c22.5%2022.9%2051.2%2039.6%2083.4%2047.4-14.7-15.3-27.1-38.6-36-67.1-16.5%205.1-32.4%2011.7-47.4%2019.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%22M256%2048h-.2H255.5C140.8%2048.3%2048%20141.3%2048%20256s92.8%20207.7%20207.5%20208h.5c114.9%200%20208-93.1%20208-208S370.9%2048%20256%2048zm0%20399.4h-.2H255.5C150.1%20447.1%2064.6%20361.5%2064.6%20256S150%2064.9%20255.5%2064.7h.5c105.7%200%20191.4%2085.7%20191.4%20191.4%200%20105.6-85.7%20191.3-191.4%20191.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M322.3%20171.8c-18.7%204.5-38%207.2-57.9%207.8v68.1H332c-.6-28.1-4.1-53.6-9.7-75.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M264.3%2082.5v81.9c18.5-.6%2036.5-3%2053.8-7.2-13.1-41.4-33.5-68.6-53.8-74.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M193.4%20157.1c17.5%204.2%2035.6%206.7%2054.2%207.3V82.3c-20.3%205.9-41%2033.1-54.2%2074.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M380.6%20133.4c-22.6-23-51.5-39.8-83.9-47.5%2014.8%2015.3%2027.2%2038.7%2036.1%2067.3%2016.7-5.1%2032.7-11.7%2047.8-19.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M347.3%20247.7h83.3c-1.8-38.8-16.3-74.4-39.5-102.6-17.1%209.4-35.2%2017.1-54.1%2022.8%206.1%2024%209.7%2051.1%2010.3%2079.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M179.5%20247.7h68.2v-68.1c-20.1-.6-39.6-3.3-58.4-7.9-5.7%2022.3-9.2%2047.9-9.8%2076z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M332%20264.3h-67.7v68c19.9.6%2039.3%203.2%2058%207.8%205.6-22.2%209.1-47.8%209.7-75.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M189.3%20340.2c18.8-4.6%2038.3-7.3%2058.4-7.9v-68h-68.2c.6%2028.1%204.1%2053.7%209.8%2075.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M247.7%20429.6v-82.1c-18.6.6-36.8%203.1-54.3%207.3%2013.2%2041.7%2033.9%2069%2054.3%2074.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M296.7%20426.1c32.4-7.8%2061.3-24.5%2084-47.6-15.1-8.1-31.1-14.7-47.8-19.8-8.9%2028.7-21.4%2052-36.2%2067.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M214.7%2086.1c-32.1%207.8-60.8%2024.5-83.3%2047.4%2015%208%2030.8%2014.6%2047.3%2019.6%208.9-28.5%2021.3-51.7%2036-67z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M337%20344.1c19%205.7%2037.1%2013.4%2054.2%2022.8%2023.2-28.2%2037.7-63.8%2039.5-102.6h-83.3c-.7%2028.7-4.3%2055.7-10.4%2079.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M264.3%20347.5v82c20.3-6.1%2040.7-33.3%2053.8-74.8-17.3-4.2-35.3-6.6-53.8-7.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M174.6%20167.8c-18.8-5.7-36.8-13.3-53.7-22.7-23.2%2028.2-37.7%2063.8-39.5%20102.6h82.9c.5-28.8%204.2-55.9%2010.3-79.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M164.2%20264.3H81.3c1.8%2038.8%2016.3%2074.4%2039.5%20102.6%2016.9-9.3%2034.9-17%2053.7-22.7-6-24-9.7-51.1-10.3-79.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M131.3%20378.5c22.5%2022.9%2051.2%2039.6%2083.4%2047.4-14.7-15.3-27.1-38.6-36-67.1-16.5%205.1-32.4%2011.7-47.4%2019.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-world.svg?color=%231a73e8&size=48