ios icon
ios-rounded from Material Symbols by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.
- Name
- ios-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- ios-outline-rounded
2 other variants in Material Symbols
The same icon in other sets
More android icons from Material Symbols
1x-mobiledata1x-mobiledata-badge3g-mobiledata3g-mobiledata-badge4g-mobiledata4g-mobiledata-badge4g-plus-mobiledata5g5g-mobiledata-badgeadbairplanemode-inactiveandroidandroid-cell-4-barandroid-cell-4-bar-alertandroid-cell-4-bar-offandroid-cell-4-bar-plusandroid-cell-5-barandroid-cell-5-bar-alertandroid-cell-5-bar-offandroid-cell-5-bar-plusandroid-cell-dual-4-barandroid-cell-dual-4-bar-alertandroid-cell-dual-4-bar-plusandroid-cell-dual-5-bar
Use the ios icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.288 16.713Q4 16.425 4 16v-4q0-.425.288-.712T5 11t.713.288T6 12v4q0 .425-.288.713T5 17t-.712-.288M9 17q-.825 0-1.412-.587T7 15V9q0-.825.588-1.412T9 7h2q.825 0 1.413.588T13 9v6q0 .825-.587 1.413T11 17zm0-2h2V9H9zm6 2q-.425 0-.712-.288T14 16t.288-.712T15 15h3v-2h-2q-.825 0-1.412-.587T14 11V9q0-.825.588-1.412T16 7h3q.425 0 .713.288T20 8t-.288.713T19 9h-3v2h2q.825 0 1.413.588T20 13v2q0 .825-.587 1.413T18 17zM4.288 8.713Q4 8.425 4 8t.288-.712T5 7t.713.288T6 8t-.288.713T5 9t-.712-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsIosRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.288 16.713Q4 16.425 4 16v-4q0-.425.288-.712T5 11t.713.288T6 12v4q0 .425-.288.713T5 17t-.712-.288M9 17q-.825 0-1.412-.587T7 15V9q0-.825.588-1.412T9 7h2q.825 0 1.413.588T13 9v6q0 .825-.587 1.413T11 17zm0-2h2V9H9zm6 2q-.425 0-.712-.288T14 16t.288-.712T15 15h3v-2h-2q-.825 0-1.412-.587T14 11V9q0-.825.588-1.412T16 7h3q.425 0 .713.288T20 8t-.288.713T19 9h-3v2h2q.825 0 1.413.588T20 13v2q0 .825-.587 1.413T18 17zM4.288 8.713Q4 8.425 4 8t.288-.712T5 7t.713.288T6 8t-.288.713T5 9t-.712-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.288 16.713Q4 16.425 4 16v-4q0-.425.288-.712T5 11t.713.288T6 12v4q0 .425-.288.713T5 17t-.712-.288M9 17q-.825 0-1.412-.587T7 15V9q0-.825.588-1.412T9 7h2q.825 0 1.413.588T13 9v6q0 .825-.587 1.413T11 17zm0-2h2V9H9zm6 2q-.425 0-.712-.288T14 16t.288-.712T15 15h3v-2h-2q-.825 0-1.412-.587T14 11V9q0-.825.588-1.412T16 7h3q.425 0 .713.288T20 8t-.288.713T19 9h-3v2h2q.825 0 1.413.588T20 13v2q0 .825-.587 1.413T18 17zM4.288 8.713Q4 8.425 4 8t.288-.712T5 7t.713.288T6 8t-.288.713T5 9t-.712-.288"/></svg> </template>
CSS
.icon-ios-rounded {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.288%2016.713Q4%2016.425%204%2016v-4q0-.425.288-.712T5%2011t.713.288T6%2012v4q0%20.425-.288.713T5%2017t-.712-.288M9%2017q-.825%200-1.412-.587T7%2015V9q0-.825.588-1.412T9%207h2q.825%200%201.413.588T13%209v6q0%20.825-.587%201.413T11%2017zm0-2h2V9H9zm6%202q-.425%200-.712-.288T14%2016t.288-.712T15%2015h3v-2h-2q-.825%200-1.412-.587T14%2011V9q0-.825.588-1.412T16%207h3q.425%200%20.713.288T20%208t-.288.713T19%209h-3v2h2q.825%200%201.413.588T20%2013v2q0%20.825-.587%201.413T18%2017zM4.288%208.713Q4%208.425%204%208t.288-.712T5%207t.713.288T6%208t-.288.713T5%209t-.712-.288%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.288%2016.713Q4%2016.425%204%2016v-4q0-.425.288-.712T5%2011t.713.288T6%2012v4q0%20.425-.288.713T5%2017t-.712-.288M9%2017q-.825%200-1.412-.587T7%2015V9q0-.825.588-1.412T9%207h2q.825%200%201.413.588T13%209v6q0%20.825-.587%201.413T11%2017zm0-2h2V9H9zm6%202q-.425%200-.712-.288T14%2016t.288-.712T15%2015h3v-2h-2q-.825%200-1.412-.587T14%2011V9q0-.825.588-1.412T16%207h3q.425%200%20.713.288T20%208t-.288.713T19%209h-3v2h2q.825%200%201.413.588T20%2013v2q0%20.825-.587%201.413T18%2017zM4.288%208.713Q4%208.425%204%208t.288-.712T5%207t.713.288T6%208t-.288.713T5%209t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/ios-rounded.svg?color=%231a73e8&size=48