ios hourglass icon
ios-hourglass from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-hourglass
- 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 hourglass icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M415.6 434h-5.1c-6.5 0-12-.9-12.7-7.4v-.1C383.2 290.6 297.6 288 297.6 256s85.7-34.6 100.2-170.5v-.1c.7-6.5 6.2-7.4 12.7-7.4h5.1c7.5 0 14-5.8 14.4-13.3.4-8-6-14.7-14-14.7H96.4c-7.5 0-14 5.8-14.4 13.3-.4 8 6 14.7 14 14.7h5.5c6.5 0 12 .9 12.7 7.4v.1C128.8 221.4 214.4 224 214.4 256s-85.7 34.6-100.2 170.5v.1c-.7 6.5-6.2 7.4-12.7 7.4h-5.1c-7.5 0-14 5.8-14.4 13.3-.4 8 6 14.7 14 14.7h320c8 0 14.4-6.6 14-14.7-.4-7.5-6.9-13.3-14.4-13.3zm-252.3-34.2c28.7-79.8 79.6-70.1 79.6-101.6v-55.6c0-19.4-36.8-32.9-59.8-64.4-3.8-5.2 0-12.4 6.5-12.4h132.9c6.5 0 10.4 7 6.7 12.2-22.6 31.6-60.1 45.2-60.1 64.6v55.6c0 31.2 48.9 22.7 79.8 101.6 2.8 7.1.7 16-6.9 16H170.2c-7.7 0-9.5-8.8-6.9-16z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosHourglass(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M415.6 434h-5.1c-6.5 0-12-.9-12.7-7.4v-.1C383.2 290.6 297.6 288 297.6 256s85.7-34.6 100.2-170.5v-.1c.7-6.5 6.2-7.4 12.7-7.4h5.1c7.5 0 14-5.8 14.4-13.3.4-8-6-14.7-14-14.7H96.4c-7.5 0-14 5.8-14.4 13.3-.4 8 6 14.7 14 14.7h5.5c6.5 0 12 .9 12.7 7.4v.1C128.8 221.4 214.4 224 214.4 256s-85.7 34.6-100.2 170.5v.1c-.7 6.5-6.2 7.4-12.7 7.4h-5.1c-7.5 0-14 5.8-14.4 13.3-.4 8 6 14.7 14 14.7h320c8 0 14.4-6.6 14-14.7-.4-7.5-6.9-13.3-14.4-13.3zm-252.3-34.2c28.7-79.8 79.6-70.1 79.6-101.6v-55.6c0-19.4-36.8-32.9-59.8-64.4-3.8-5.2 0-12.4 6.5-12.4h132.9c6.5 0 10.4 7 6.7 12.2-22.6 31.6-60.1 45.2-60.1 64.6v55.6c0 31.2 48.9 22.7 79.8 101.6 2.8 7.1.7 16-6.9 16H170.2c-7.7 0-9.5-8.8-6.9-16z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M415.6 434h-5.1c-6.5 0-12-.9-12.7-7.4v-.1C383.2 290.6 297.6 288 297.6 256s85.7-34.6 100.2-170.5v-.1c.7-6.5 6.2-7.4 12.7-7.4h5.1c7.5 0 14-5.8 14.4-13.3.4-8-6-14.7-14-14.7H96.4c-7.5 0-14 5.8-14.4 13.3-.4 8 6 14.7 14 14.7h5.5c6.5 0 12 .9 12.7 7.4v.1C128.8 221.4 214.4 224 214.4 256s-85.7 34.6-100.2 170.5v.1c-.7 6.5-6.2 7.4-12.7 7.4h-5.1c-7.5 0-14 5.8-14.4 13.3-.4 8 6 14.7 14 14.7h320c8 0 14.4-6.6 14-14.7-.4-7.5-6.9-13.3-14.4-13.3zm-252.3-34.2c28.7-79.8 79.6-70.1 79.6-101.6v-55.6c0-19.4-36.8-32.9-59.8-64.4-3.8-5.2 0-12.4 6.5-12.4h132.9c6.5 0 10.4 7 6.7 12.2-22.6 31.6-60.1 45.2-60.1 64.6v55.6c0 31.2 48.9 22.7 79.8 101.6 2.8 7.1.7 16-6.9 16H170.2c-7.7 0-9.5-8.8-6.9-16z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-hourglass {
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%22M415.6%20434h-5.1c-6.5%200-12-.9-12.7-7.4v-.1C383.2%20290.6%20297.6%20288%20297.6%20256s85.7-34.6%20100.2-170.5v-.1c.7-6.5%206.2-7.4%2012.7-7.4h5.1c7.5%200%2014-5.8%2014.4-13.3.4-8-6-14.7-14-14.7H96.4c-7.5%200-14%205.8-14.4%2013.3-.4%208%206%2014.7%2014%2014.7h5.5c6.5%200%2012%20.9%2012.7%207.4v.1C128.8%20221.4%20214.4%20224%20214.4%20256s-85.7%2034.6-100.2%20170.5v.1c-.7%206.5-6.2%207.4-12.7%207.4h-5.1c-7.5%200-14%205.8-14.4%2013.3-.4%208%206%2014.7%2014%2014.7h320c8%200%2014.4-6.6%2014-14.7-.4-7.5-6.9-13.3-14.4-13.3zm-252.3-34.2c28.7-79.8%2079.6-70.1%2079.6-101.6v-55.6c0-19.4-36.8-32.9-59.8-64.4-3.8-5.2%200-12.4%206.5-12.4h132.9c6.5%200%2010.4%207%206.7%2012.2-22.6%2031.6-60.1%2045.2-60.1%2064.6v55.6c0%2031.2%2048.9%2022.7%2079.8%20101.6%202.8%207.1.7%2016-6.9%2016H170.2c-7.7%200-9.5-8.8-6.9-16z%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%22M415.6%20434h-5.1c-6.5%200-12-.9-12.7-7.4v-.1C383.2%20290.6%20297.6%20288%20297.6%20256s85.7-34.6%20100.2-170.5v-.1c.7-6.5%206.2-7.4%2012.7-7.4h5.1c7.5%200%2014-5.8%2014.4-13.3.4-8-6-14.7-14-14.7H96.4c-7.5%200-14%205.8-14.4%2013.3-.4%208%206%2014.7%2014%2014.7h5.5c6.5%200%2012%20.9%2012.7%207.4v.1C128.8%20221.4%20214.4%20224%20214.4%20256s-85.7%2034.6-100.2%20170.5v.1c-.7%206.5-6.2%207.4-12.7%207.4h-5.1c-7.5%200-14%205.8-14.4%2013.3-.4%208%206%2014.7%2014%2014.7h320c8%200%2014.4-6.6%2014-14.7-.4-7.5-6.9-13.3-14.4-13.3zm-252.3-34.2c28.7-79.8%2079.6-70.1%2079.6-101.6v-55.6c0-19.4-36.8-32.9-59.8-64.4-3.8-5.2%200-12.4%206.5-12.4h132.9c6.5%200%2010.4%207%206.7%2012.2-22.6%2031.6-60.1%2045.2-60.1%2064.6v55.6c0%2031.2%2048.9%2022.7%2079.8%20101.6%202.8%207.1.7%2016-6.9%2016H170.2c-7.7%200-9.5-8.8-6.9-16z%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-hourglass.svg?color=%231a73e8&size=48