ios today icon
ios-today from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-today
- 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 today icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M388 32H124c-33.1 0-60 26.9-60 60v328c0 33.1 26.9 60 60 60h264c33.1 0 60-26.9 60-60V92c0-33.1-26.9-60-60-60zm32 388c0 17.6-14.4 32-32 32H124c-17.6 0-32-14.4-32-32V92c0-17.6 14.4-32 32-32h264c17.6 0 32 14.4 32 32v328z" fill="currentColor"/><path d="M360 176H152c-13.2 0-24 10.8-24 24v192c0 13.2 10.8 24 24 24h208c13.2 0 24-10.8 24-24V200c0-13.2-10.8-24-24-24z" fill="currentColor"/><path d="M142 124h100c7.7 0 14-6.3 14-14s-6.3-14-14-14H142c-7.7 0-14 6.3-14 14s6.3 14 14 14z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosToday(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M388 32H124c-33.1 0-60 26.9-60 60v328c0 33.1 26.9 60 60 60h264c33.1 0 60-26.9 60-60V92c0-33.1-26.9-60-60-60zm32 388c0 17.6-14.4 32-32 32H124c-17.6 0-32-14.4-32-32V92c0-17.6 14.4-32 32-32h264c17.6 0 32 14.4 32 32v328z" fill="currentColor"/><path d="M360 176H152c-13.2 0-24 10.8-24 24v192c0 13.2 10.8 24 24 24h208c13.2 0 24-10.8 24-24V200c0-13.2-10.8-24-24-24z" fill="currentColor"/><path d="M142 124h100c7.7 0 14-6.3 14-14s-6.3-14-14-14H142c-7.7 0-14 6.3-14 14s6.3 14 14 14z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M388 32H124c-33.1 0-60 26.9-60 60v328c0 33.1 26.9 60 60 60h264c33.1 0 60-26.9 60-60V92c0-33.1-26.9-60-60-60zm32 388c0 17.6-14.4 32-32 32H124c-17.6 0-32-14.4-32-32V92c0-17.6 14.4-32 32-32h264c17.6 0 32 14.4 32 32v328z" fill="currentColor"/><path d="M360 176H152c-13.2 0-24 10.8-24 24v192c0 13.2 10.8 24 24 24h208c13.2 0 24-10.8 24-24V200c0-13.2-10.8-24-24-24z" fill="currentColor"/><path d="M142 124h100c7.7 0 14-6.3 14-14s-6.3-14-14-14H142c-7.7 0-14 6.3-14 14s6.3 14 14 14z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-today {
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%22M388%2032H124c-33.1%200-60%2026.9-60%2060v328c0%2033.1%2026.9%2060%2060%2060h264c33.1%200%2060-26.9%2060-60V92c0-33.1-26.9-60-60-60zm32%20388c0%2017.6-14.4%2032-32%2032H124c-17.6%200-32-14.4-32-32V92c0-17.6%2014.4-32%2032-32h264c17.6%200%2032%2014.4%2032%2032v328z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M360%20176H152c-13.2%200-24%2010.8-24%2024v192c0%2013.2%2010.8%2024%2024%2024h208c13.2%200%2024-10.8%2024-24V200c0-13.2-10.8-24-24-24z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M142%20124h100c7.7%200%2014-6.3%2014-14s-6.3-14-14-14H142c-7.7%200-14%206.3-14%2014s6.3%2014%2014%2014z%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%22M388%2032H124c-33.1%200-60%2026.9-60%2060v328c0%2033.1%2026.9%2060%2060%2060h264c33.1%200%2060-26.9%2060-60V92c0-33.1-26.9-60-60-60zm32%20388c0%2017.6-14.4%2032-32%2032H124c-17.6%200-32-14.4-32-32V92c0-17.6%2014.4-32%2032-32h264c17.6%200%2032%2014.4%2032%2032v328z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M360%20176H152c-13.2%200-24%2010.8-24%2024v192c0%2013.2%2010.8%2024%2024%2024h208c13.2%200%2024-10.8%2024-24V200c0-13.2-10.8-24-24-24z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M142%20124h100c7.7%200%2014-6.3%2014-14s-6.3-14-14-14H142c-7.7%200-14%206.3-14%2014s6.3%2014%2014%2014z%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-today.svg?color=%231a73e8&size=48