ios cellular icon
ios-cellular from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-cellular
- 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 cellular icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M408.4 51.8c-2.6-2.5-6.1-3.8-9.7-3.8-3.7 0-7.2 1.4-9.9 3.9-2.7 2.6-4.1 6-4.1 9.6 0 3.6 1.5 7 4.2 9.6 30.4 28.5 47.1 66.5 47.1 107.1 0 40.5-16.7 78.5-47.1 107.1-2.7 2.5-4.2 5.9-4.2 9.6 0 3.6 1.4 7 4.1 9.6 2.6 2.5 6.1 3.9 9.9 3.9 3.7 0 7.1-1.4 9.7-3.8C444.3 271 464 226.1 464 178.2v-.1c0-47.9-19.8-92.7-55.6-126.3z" fill="currentColor"/><path d="M351 96.8c-2.4-2.3-5.6-3.5-9-3.5-3.3 0-6.5 1.2-8.9 3.4-2.5 2.3-3.9 5.4-3.9 8.7 0 3.3 1.3 6.4 3.8 8.7 18 17 27.8 39.8 27.8 64 0 24.2-9.9 47-27.8 64-2.5 2.3-3.8 5.4-3.8 8.7 0 3.3 1.4 6.4 3.9 8.7 2.4 2.2 5.5 3.4 8.9 3.4 3.4 0 6.6-1.3 9-3.5 22.8-21.7 35.4-50.5 35.4-81.3v-.1c0-30.7-12.6-59.5-35.4-81.2z" fill="currentColor"/><path d="M123.1 71.1c2.7-2.5 4.2-5.9 4.2-9.6 0-3.6-1.4-7-4.1-9.6-2.6-2.5-6.1-3.9-9.9-3.9-3.7 0-7.1 1.4-9.7 3.8C67.7 85.4 48 130.3 48 178.2v.2c0 47.8 19.8 92.6 55.6 126.2 2.6 2.5 6.1 3.8 9.7 3.8 3.7 0 7.2-1.4 9.9-3.9 2.7-2.6 4.1-6 4.1-9.6 0-3.6-1.5-7-4.2-9.6C92.7 256.8 76 218.8 76 178.2c-.1-40.6 16.7-78.6 47.1-107.1z" fill="currentColor"/><path d="M179 114.1c2.5-2.3 3.8-5.4 3.8-8.7 0-3.3-1.4-6.4-3.9-8.7-2.4-2.2-5.5-3.4-8.9-3.4-3.4 0-6.6 1.3-9 3.5-22.8 21.7-35.4 50.5-35.4 81.3v.1c0 30.8 12.6 59.6 35.4 81.2 2.4 2.3 5.6 3.5 9 3.5 3.3 0 6.5-1.2 8.9-3.4 2.5-2.3 3.9-5.4 3.9-8.7 0-3.3-1.3-6.4-3.8-8.7-18-17-27.8-39.8-27.8-64-.1-24.2 9.8-46.9 27.8-64z" fill="currentColor"/><path d="M256 123.2c-26.5 0-48 21.5-48 48 0 21.6 14.3 39.9 34 45.9v233c0 7.7 6.3 13.9 14 13.9s14-6.2 14-13.9v-233c19.7-6 34-24.3 34-45.9 0-26.5-21.5-48-48-48z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosCellular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M408.4 51.8c-2.6-2.5-6.1-3.8-9.7-3.8-3.7 0-7.2 1.4-9.9 3.9-2.7 2.6-4.1 6-4.1 9.6 0 3.6 1.5 7 4.2 9.6 30.4 28.5 47.1 66.5 47.1 107.1 0 40.5-16.7 78.5-47.1 107.1-2.7 2.5-4.2 5.9-4.2 9.6 0 3.6 1.4 7 4.1 9.6 2.6 2.5 6.1 3.9 9.9 3.9 3.7 0 7.1-1.4 9.7-3.8C444.3 271 464 226.1 464 178.2v-.1c0-47.9-19.8-92.7-55.6-126.3z" fill="currentColor"/><path d="M351 96.8c-2.4-2.3-5.6-3.5-9-3.5-3.3 0-6.5 1.2-8.9 3.4-2.5 2.3-3.9 5.4-3.9 8.7 0 3.3 1.3 6.4 3.8 8.7 18 17 27.8 39.8 27.8 64 0 24.2-9.9 47-27.8 64-2.5 2.3-3.8 5.4-3.8 8.7 0 3.3 1.4 6.4 3.9 8.7 2.4 2.2 5.5 3.4 8.9 3.4 3.4 0 6.6-1.3 9-3.5 22.8-21.7 35.4-50.5 35.4-81.3v-.1c0-30.7-12.6-59.5-35.4-81.2z" fill="currentColor"/><path d="M123.1 71.1c2.7-2.5 4.2-5.9 4.2-9.6 0-3.6-1.4-7-4.1-9.6-2.6-2.5-6.1-3.9-9.9-3.9-3.7 0-7.1 1.4-9.7 3.8C67.7 85.4 48 130.3 48 178.2v.2c0 47.8 19.8 92.6 55.6 126.2 2.6 2.5 6.1 3.8 9.7 3.8 3.7 0 7.2-1.4 9.9-3.9 2.7-2.6 4.1-6 4.1-9.6 0-3.6-1.5-7-4.2-9.6C92.7 256.8 76 218.8 76 178.2c-.1-40.6 16.7-78.6 47.1-107.1z" fill="currentColor"/><path d="M179 114.1c2.5-2.3 3.8-5.4 3.8-8.7 0-3.3-1.4-6.4-3.9-8.7-2.4-2.2-5.5-3.4-8.9-3.4-3.4 0-6.6 1.3-9 3.5-22.8 21.7-35.4 50.5-35.4 81.3v.1c0 30.8 12.6 59.6 35.4 81.2 2.4 2.3 5.6 3.5 9 3.5 3.3 0 6.5-1.2 8.9-3.4 2.5-2.3 3.9-5.4 3.9-8.7 0-3.3-1.3-6.4-3.8-8.7-18-17-27.8-39.8-27.8-64-.1-24.2 9.8-46.9 27.8-64z" fill="currentColor"/><path d="M256 123.2c-26.5 0-48 21.5-48 48 0 21.6 14.3 39.9 34 45.9v233c0 7.7 6.3 13.9 14 13.9s14-6.2 14-13.9v-233c19.7-6 34-24.3 34-45.9 0-26.5-21.5-48-48-48z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M408.4 51.8c-2.6-2.5-6.1-3.8-9.7-3.8-3.7 0-7.2 1.4-9.9 3.9-2.7 2.6-4.1 6-4.1 9.6 0 3.6 1.5 7 4.2 9.6 30.4 28.5 47.1 66.5 47.1 107.1 0 40.5-16.7 78.5-47.1 107.1-2.7 2.5-4.2 5.9-4.2 9.6 0 3.6 1.4 7 4.1 9.6 2.6 2.5 6.1 3.9 9.9 3.9 3.7 0 7.1-1.4 9.7-3.8C444.3 271 464 226.1 464 178.2v-.1c0-47.9-19.8-92.7-55.6-126.3z" fill="currentColor"/><path d="M351 96.8c-2.4-2.3-5.6-3.5-9-3.5-3.3 0-6.5 1.2-8.9 3.4-2.5 2.3-3.9 5.4-3.9 8.7 0 3.3 1.3 6.4 3.8 8.7 18 17 27.8 39.8 27.8 64 0 24.2-9.9 47-27.8 64-2.5 2.3-3.8 5.4-3.8 8.7 0 3.3 1.4 6.4 3.9 8.7 2.4 2.2 5.5 3.4 8.9 3.4 3.4 0 6.6-1.3 9-3.5 22.8-21.7 35.4-50.5 35.4-81.3v-.1c0-30.7-12.6-59.5-35.4-81.2z" fill="currentColor"/><path d="M123.1 71.1c2.7-2.5 4.2-5.9 4.2-9.6 0-3.6-1.4-7-4.1-9.6-2.6-2.5-6.1-3.9-9.9-3.9-3.7 0-7.1 1.4-9.7 3.8C67.7 85.4 48 130.3 48 178.2v.2c0 47.8 19.8 92.6 55.6 126.2 2.6 2.5 6.1 3.8 9.7 3.8 3.7 0 7.2-1.4 9.9-3.9 2.7-2.6 4.1-6 4.1-9.6 0-3.6-1.5-7-4.2-9.6C92.7 256.8 76 218.8 76 178.2c-.1-40.6 16.7-78.6 47.1-107.1z" fill="currentColor"/><path d="M179 114.1c2.5-2.3 3.8-5.4 3.8-8.7 0-3.3-1.4-6.4-3.9-8.7-2.4-2.2-5.5-3.4-8.9-3.4-3.4 0-6.6 1.3-9 3.5-22.8 21.7-35.4 50.5-35.4 81.3v.1c0 30.8 12.6 59.6 35.4 81.2 2.4 2.3 5.6 3.5 9 3.5 3.3 0 6.5-1.2 8.9-3.4 2.5-2.3 3.9-5.4 3.9-8.7 0-3.3-1.3-6.4-3.8-8.7-18-17-27.8-39.8-27.8-64-.1-24.2 9.8-46.9 27.8-64z" fill="currentColor"/><path d="M256 123.2c-26.5 0-48 21.5-48 48 0 21.6 14.3 39.9 34 45.9v233c0 7.7 6.3 13.9 14 13.9s14-6.2 14-13.9v-233c19.7-6 34-24.3 34-45.9 0-26.5-21.5-48-48-48z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-cellular {
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%22M408.4%2051.8c-2.6-2.5-6.1-3.8-9.7-3.8-3.7%200-7.2%201.4-9.9%203.9-2.7%202.6-4.1%206-4.1%209.6%200%203.6%201.5%207%204.2%209.6%2030.4%2028.5%2047.1%2066.5%2047.1%20107.1%200%2040.5-16.7%2078.5-47.1%20107.1-2.7%202.5-4.2%205.9-4.2%209.6%200%203.6%201.4%207%204.1%209.6%202.6%202.5%206.1%203.9%209.9%203.9%203.7%200%207.1-1.4%209.7-3.8C444.3%20271%20464%20226.1%20464%20178.2v-.1c0-47.9-19.8-92.7-55.6-126.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M351%2096.8c-2.4-2.3-5.6-3.5-9-3.5-3.3%200-6.5%201.2-8.9%203.4-2.5%202.3-3.9%205.4-3.9%208.7%200%203.3%201.3%206.4%203.8%208.7%2018%2017%2027.8%2039.8%2027.8%2064%200%2024.2-9.9%2047-27.8%2064-2.5%202.3-3.8%205.4-3.8%208.7%200%203.3%201.4%206.4%203.9%208.7%202.4%202.2%205.5%203.4%208.9%203.4%203.4%200%206.6-1.3%209-3.5%2022.8-21.7%2035.4-50.5%2035.4-81.3v-.1c0-30.7-12.6-59.5-35.4-81.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M123.1%2071.1c2.7-2.5%204.2-5.9%204.2-9.6%200-3.6-1.4-7-4.1-9.6-2.6-2.5-6.1-3.9-9.9-3.9-3.7%200-7.1%201.4-9.7%203.8C67.7%2085.4%2048%20130.3%2048%20178.2v.2c0%2047.8%2019.8%2092.6%2055.6%20126.2%202.6%202.5%206.1%203.8%209.7%203.8%203.7%200%207.2-1.4%209.9-3.9%202.7-2.6%204.1-6%204.1-9.6%200-3.6-1.5-7-4.2-9.6C92.7%20256.8%2076%20218.8%2076%20178.2c-.1-40.6%2016.7-78.6%2047.1-107.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M179%20114.1c2.5-2.3%203.8-5.4%203.8-8.7%200-3.3-1.4-6.4-3.9-8.7-2.4-2.2-5.5-3.4-8.9-3.4-3.4%200-6.6%201.3-9%203.5-22.8%2021.7-35.4%2050.5-35.4%2081.3v.1c0%2030.8%2012.6%2059.6%2035.4%2081.2%202.4%202.3%205.6%203.5%209%203.5%203.3%200%206.5-1.2%208.9-3.4%202.5-2.3%203.9-5.4%203.9-8.7%200-3.3-1.3-6.4-3.8-8.7-18-17-27.8-39.8-27.8-64-.1-24.2%209.8-46.9%2027.8-64z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%20123.2c-26.5%200-48%2021.5-48%2048%200%2021.6%2014.3%2039.9%2034%2045.9v233c0%207.7%206.3%2013.9%2014%2013.9s14-6.2%2014-13.9v-233c19.7-6%2034-24.3%2034-45.9%200-26.5-21.5-48-48-48z%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%22M408.4%2051.8c-2.6-2.5-6.1-3.8-9.7-3.8-3.7%200-7.2%201.4-9.9%203.9-2.7%202.6-4.1%206-4.1%209.6%200%203.6%201.5%207%204.2%209.6%2030.4%2028.5%2047.1%2066.5%2047.1%20107.1%200%2040.5-16.7%2078.5-47.1%20107.1-2.7%202.5-4.2%205.9-4.2%209.6%200%203.6%201.4%207%204.1%209.6%202.6%202.5%206.1%203.9%209.9%203.9%203.7%200%207.1-1.4%209.7-3.8C444.3%20271%20464%20226.1%20464%20178.2v-.1c0-47.9-19.8-92.7-55.6-126.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M351%2096.8c-2.4-2.3-5.6-3.5-9-3.5-3.3%200-6.5%201.2-8.9%203.4-2.5%202.3-3.9%205.4-3.9%208.7%200%203.3%201.3%206.4%203.8%208.7%2018%2017%2027.8%2039.8%2027.8%2064%200%2024.2-9.9%2047-27.8%2064-2.5%202.3-3.8%205.4-3.8%208.7%200%203.3%201.4%206.4%203.9%208.7%202.4%202.2%205.5%203.4%208.9%203.4%203.4%200%206.6-1.3%209-3.5%2022.8-21.7%2035.4-50.5%2035.4-81.3v-.1c0-30.7-12.6-59.5-35.4-81.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M123.1%2071.1c2.7-2.5%204.2-5.9%204.2-9.6%200-3.6-1.4-7-4.1-9.6-2.6-2.5-6.1-3.9-9.9-3.9-3.7%200-7.1%201.4-9.7%203.8C67.7%2085.4%2048%20130.3%2048%20178.2v.2c0%2047.8%2019.8%2092.6%2055.6%20126.2%202.6%202.5%206.1%203.8%209.7%203.8%203.7%200%207.2-1.4%209.9-3.9%202.7-2.6%204.1-6%204.1-9.6%200-3.6-1.5-7-4.2-9.6C92.7%20256.8%2076%20218.8%2076%20178.2c-.1-40.6%2016.7-78.6%2047.1-107.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M179%20114.1c2.5-2.3%203.8-5.4%203.8-8.7%200-3.3-1.4-6.4-3.9-8.7-2.4-2.2-5.5-3.4-8.9-3.4-3.4%200-6.6%201.3-9%203.5-22.8%2021.7-35.4%2050.5-35.4%2081.3v.1c0%2030.8%2012.6%2059.6%2035.4%2081.2%202.4%202.3%205.6%203.5%209%203.5%203.3%200%206.5-1.2%208.9-3.4%202.5-2.3%203.9-5.4%203.9-8.7%200-3.3-1.3-6.4-3.8-8.7-18-17-27.8-39.8-27.8-64-.1-24.2%209.8-46.9%2027.8-64z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%20123.2c-26.5%200-48%2021.5-48%2048%200%2021.6%2014.3%2039.9%2034%2045.9v233c0%207.7%206.3%2013.9%2014%2013.9s14-6.2%2014-13.9v-233c19.7-6%2034-24.3%2034-45.9%200-26.5-21.5-48-48-48z%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-cellular.svg?color=%231a73e8&size=48