ios download icon
ios-download from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-download
- 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 download icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M376 144H269v179.9l47.9-47.2c5.1-5 13.3-5 18.4.1 5 5.1 5 13.3-.1 18.4l-70 69c-2.5 2.4-5.8 3.7-9.1 3.7-1.7 0-3.4-.3-5-1-1.5-.6-2.9-1.6-4.1-2.7l-70-69c-5.1-5-5.2-13.3-.1-18.4 5-5.1 13.3-5.2 18.4-.1l47.9 47.2V144H136c-22 0-40 18-40 40v240c0 22 18 40 40 40h240c22 0 40-18 40-40V184c0-22-18-40-40-40z" fill="currentColor"/><path d="M269 61c0-7.2-5.8-13-13-13s-13 5.8-13 13v83h26V61z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosDownload(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M376 144H269v179.9l47.9-47.2c5.1-5 13.3-5 18.4.1 5 5.1 5 13.3-.1 18.4l-70 69c-2.5 2.4-5.8 3.7-9.1 3.7-1.7 0-3.4-.3-5-1-1.5-.6-2.9-1.6-4.1-2.7l-70-69c-5.1-5-5.2-13.3-.1-18.4 5-5.1 13.3-5.2 18.4-.1l47.9 47.2V144H136c-22 0-40 18-40 40v240c0 22 18 40 40 40h240c22 0 40-18 40-40V184c0-22-18-40-40-40z" fill="currentColor"/><path d="M269 61c0-7.2-5.8-13-13-13s-13 5.8-13 13v83h26V61z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M376 144H269v179.9l47.9-47.2c5.1-5 13.3-5 18.4.1 5 5.1 5 13.3-.1 18.4l-70 69c-2.5 2.4-5.8 3.7-9.1 3.7-1.7 0-3.4-.3-5-1-1.5-.6-2.9-1.6-4.1-2.7l-70-69c-5.1-5-5.2-13.3-.1-18.4 5-5.1 13.3-5.2 18.4-.1l47.9 47.2V144H136c-22 0-40 18-40 40v240c0 22 18 40 40 40h240c22 0 40-18 40-40V184c0-22-18-40-40-40z" fill="currentColor"/><path d="M269 61c0-7.2-5.8-13-13-13s-13 5.8-13 13v83h26V61z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-download {
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%22M376%20144H269v179.9l47.9-47.2c5.1-5%2013.3-5%2018.4.1%205%205.1%205%2013.3-.1%2018.4l-70%2069c-2.5%202.4-5.8%203.7-9.1%203.7-1.7%200-3.4-.3-5-1-1.5-.6-2.9-1.6-4.1-2.7l-70-69c-5.1-5-5.2-13.3-.1-18.4%205-5.1%2013.3-5.2%2018.4-.1l47.9%2047.2V144H136c-22%200-40%2018-40%2040v240c0%2022%2018%2040%2040%2040h240c22%200%2040-18%2040-40V184c0-22-18-40-40-40z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M269%2061c0-7.2-5.8-13-13-13s-13%205.8-13%2013v83h26V61z%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%22M376%20144H269v179.9l47.9-47.2c5.1-5%2013.3-5%2018.4.1%205%205.1%205%2013.3-.1%2018.4l-70%2069c-2.5%202.4-5.8%203.7-9.1%203.7-1.7%200-3.4-.3-5-1-1.5-.6-2.9-1.6-4.1-2.7l-70-69c-5.1-5-5.2-13.3-.1-18.4%205-5.1%2013.3-5.2%2018.4-.1l47.9%2047.2V144H136c-22%200-40%2018-40%2040v240c0%2022%2018%2040%2040%2040h240c22%200%2040-18%2040-40V184c0-22-18-40-40-40z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M269%2061c0-7.2-5.8-13-13-13s-13%205.8-13%2013v83h26V61z%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-download.svg?color=%231a73e8&size=48