ios at icon
ios-at from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-at
- 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 at icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M448 234.3c0 74.1-34.7 120.8-89.6 120.8-28.1 0-49.5-15-53.2-37.3h-4c-9.9 23.2-30.3 35.9-57.7 35.9-48.8 0-81.4-39.1-81.4-97.3 0-55.9 32.8-94.8 80.7-94.8 24.6 0 45.5 12.4 54.7 32.7h4v-27.8h39.9v129.3c0 16.1 8.9 25.8 24.9 25.8 27.7 0 45.3-33.6 45.3-85.8 0-83.3-62.4-139-154.6-139-91.2 0-156.2 66.5-156.2 160.6 0 96.2 64.3 157.6 164.4 157.6 19.6 0 39.3-1.7 54.4-4.6 9.8-1.8 18.8 5.6 18.8 15.5 0 7.3-5 13.7-12.1 15.4-18.2 4.3-40.1 6.8-62.7 6.8C141.9 448 64 372.8 64 256.1 64 142.2 143.5 64 259.4 64 370.8 64 448 133.5 448 234.3zm-242.8 23c0 37 17.4 59.4 45.7 59.4 29.8 0 48.6-23 48.6-59.4s-18.8-58.9-48.1-58.9c-29.1 0-46.2 21.8-46.2 58.9z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosAt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M448 234.3c0 74.1-34.7 120.8-89.6 120.8-28.1 0-49.5-15-53.2-37.3h-4c-9.9 23.2-30.3 35.9-57.7 35.9-48.8 0-81.4-39.1-81.4-97.3 0-55.9 32.8-94.8 80.7-94.8 24.6 0 45.5 12.4 54.7 32.7h4v-27.8h39.9v129.3c0 16.1 8.9 25.8 24.9 25.8 27.7 0 45.3-33.6 45.3-85.8 0-83.3-62.4-139-154.6-139-91.2 0-156.2 66.5-156.2 160.6 0 96.2 64.3 157.6 164.4 157.6 19.6 0 39.3-1.7 54.4-4.6 9.8-1.8 18.8 5.6 18.8 15.5 0 7.3-5 13.7-12.1 15.4-18.2 4.3-40.1 6.8-62.7 6.8C141.9 448 64 372.8 64 256.1 64 142.2 143.5 64 259.4 64 370.8 64 448 133.5 448 234.3zm-242.8 23c0 37 17.4 59.4 45.7 59.4 29.8 0 48.6-23 48.6-59.4s-18.8-58.9-48.1-58.9c-29.1 0-46.2 21.8-46.2 58.9z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M448 234.3c0 74.1-34.7 120.8-89.6 120.8-28.1 0-49.5-15-53.2-37.3h-4c-9.9 23.2-30.3 35.9-57.7 35.9-48.8 0-81.4-39.1-81.4-97.3 0-55.9 32.8-94.8 80.7-94.8 24.6 0 45.5 12.4 54.7 32.7h4v-27.8h39.9v129.3c0 16.1 8.9 25.8 24.9 25.8 27.7 0 45.3-33.6 45.3-85.8 0-83.3-62.4-139-154.6-139-91.2 0-156.2 66.5-156.2 160.6 0 96.2 64.3 157.6 164.4 157.6 19.6 0 39.3-1.7 54.4-4.6 9.8-1.8 18.8 5.6 18.8 15.5 0 7.3-5 13.7-12.1 15.4-18.2 4.3-40.1 6.8-62.7 6.8C141.9 448 64 372.8 64 256.1 64 142.2 143.5 64 259.4 64 370.8 64 448 133.5 448 234.3zm-242.8 23c0 37 17.4 59.4 45.7 59.4 29.8 0 48.6-23 48.6-59.4s-18.8-58.9-48.1-58.9c-29.1 0-46.2 21.8-46.2 58.9z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-at {
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%22M448%20234.3c0%2074.1-34.7%20120.8-89.6%20120.8-28.1%200-49.5-15-53.2-37.3h-4c-9.9%2023.2-30.3%2035.9-57.7%2035.9-48.8%200-81.4-39.1-81.4-97.3%200-55.9%2032.8-94.8%2080.7-94.8%2024.6%200%2045.5%2012.4%2054.7%2032.7h4v-27.8h39.9v129.3c0%2016.1%208.9%2025.8%2024.9%2025.8%2027.7%200%2045.3-33.6%2045.3-85.8%200-83.3-62.4-139-154.6-139-91.2%200-156.2%2066.5-156.2%20160.6%200%2096.2%2064.3%20157.6%20164.4%20157.6%2019.6%200%2039.3-1.7%2054.4-4.6%209.8-1.8%2018.8%205.6%2018.8%2015.5%200%207.3-5%2013.7-12.1%2015.4-18.2%204.3-40.1%206.8-62.7%206.8C141.9%20448%2064%20372.8%2064%20256.1%2064%20142.2%20143.5%2064%20259.4%2064%20370.8%2064%20448%20133.5%20448%20234.3zm-242.8%2023c0%2037%2017.4%2059.4%2045.7%2059.4%2029.8%200%2048.6-23%2048.6-59.4s-18.8-58.9-48.1-58.9c-29.1%200-46.2%2021.8-46.2%2058.9z%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%22M448%20234.3c0%2074.1-34.7%20120.8-89.6%20120.8-28.1%200-49.5-15-53.2-37.3h-4c-9.9%2023.2-30.3%2035.9-57.7%2035.9-48.8%200-81.4-39.1-81.4-97.3%200-55.9%2032.8-94.8%2080.7-94.8%2024.6%200%2045.5%2012.4%2054.7%2032.7h4v-27.8h39.9v129.3c0%2016.1%208.9%2025.8%2024.9%2025.8%2027.7%200%2045.3-33.6%2045.3-85.8%200-83.3-62.4-139-154.6-139-91.2%200-156.2%2066.5-156.2%20160.6%200%2096.2%2064.3%20157.6%20164.4%20157.6%2019.6%200%2039.3-1.7%2054.4-4.6%209.8-1.8%2018.8%205.6%2018.8%2015.5%200%207.3-5%2013.7-12.1%2015.4-18.2%204.3-40.1%206.8-62.7%206.8C141.9%20448%2064%20372.8%2064%20256.1%2064%20142.2%20143.5%2064%20259.4%2064%20370.8%2064%20448%20133.5%20448%20234.3zm-242.8%2023c0%2037%2017.4%2059.4%2045.7%2059.4%2029.8%200%2048.6-23%2048.6-59.4s-18.8-58.9-48.1-58.9c-29.1%200-46.2%2021.8-46.2%2058.9z%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-at.svg?color=%231a73e8&size=48