ios attach icon
ios-attach from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-attach
- 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 attach icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M355.9 161.1c-8.6 0-15.6 7-15.6 15.6v194.4c0 20.3-8 40.4-22 55.1-13.9 14.6-35.2 23.7-55.5 23.7h-13.6c-19.6 0-39.5-8.9-54.8-24.6-15.2-15.5-23.9-35.6-23.9-55.2V119.3c0-14.9 6.2-28.9 17.3-39.5 11.1-10.5 25.7-16.3 41-16.3 15.1 0 29.3 5.8 39.8 16.2 10.5 10.5 16.4 24.6 16.4 39.6v234.2c0 17.1-13.6 32.2-29 32.2-13.6 0-28.2-12.9-28.2-32.2V219.9c0-8.6-7-15.6-15.6-15.6s-15.6 7-15.6 15.6v133.6c0 35.5 25.5 62.3 59.4 62.3 16.5 0 31.7-6.1 42.7-17.3 11.3-11.4 17.5-27.4 17.5-45V119.3c0-23.4-9.1-45.4-25.7-61.8C274 41 252 32 228.5 32s-45.5 9-62.2 25.5c-16.7 16.5-25.9 38.4-25.9 61.9v250.8c0 28.7 12.2 57.9 32.6 78 20.9 20.6 47.9 31.9 76.1 31.9h13.6c27.6 0 55.3-11.7 75.9-32.1 10.2-10.1 18.2-21.7 23.9-34.6 5.9-13.5 8.9-27.7 8.9-42.1V176.7c.1-8.6-6.9-15.6-15.5-15.6z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosAttach(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M355.9 161.1c-8.6 0-15.6 7-15.6 15.6v194.4c0 20.3-8 40.4-22 55.1-13.9 14.6-35.2 23.7-55.5 23.7h-13.6c-19.6 0-39.5-8.9-54.8-24.6-15.2-15.5-23.9-35.6-23.9-55.2V119.3c0-14.9 6.2-28.9 17.3-39.5 11.1-10.5 25.7-16.3 41-16.3 15.1 0 29.3 5.8 39.8 16.2 10.5 10.5 16.4 24.6 16.4 39.6v234.2c0 17.1-13.6 32.2-29 32.2-13.6 0-28.2-12.9-28.2-32.2V219.9c0-8.6-7-15.6-15.6-15.6s-15.6 7-15.6 15.6v133.6c0 35.5 25.5 62.3 59.4 62.3 16.5 0 31.7-6.1 42.7-17.3 11.3-11.4 17.5-27.4 17.5-45V119.3c0-23.4-9.1-45.4-25.7-61.8C274 41 252 32 228.5 32s-45.5 9-62.2 25.5c-16.7 16.5-25.9 38.4-25.9 61.9v250.8c0 28.7 12.2 57.9 32.6 78 20.9 20.6 47.9 31.9 76.1 31.9h13.6c27.6 0 55.3-11.7 75.9-32.1 10.2-10.1 18.2-21.7 23.9-34.6 5.9-13.5 8.9-27.7 8.9-42.1V176.7c.1-8.6-6.9-15.6-15.5-15.6z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M355.9 161.1c-8.6 0-15.6 7-15.6 15.6v194.4c0 20.3-8 40.4-22 55.1-13.9 14.6-35.2 23.7-55.5 23.7h-13.6c-19.6 0-39.5-8.9-54.8-24.6-15.2-15.5-23.9-35.6-23.9-55.2V119.3c0-14.9 6.2-28.9 17.3-39.5 11.1-10.5 25.7-16.3 41-16.3 15.1 0 29.3 5.8 39.8 16.2 10.5 10.5 16.4 24.6 16.4 39.6v234.2c0 17.1-13.6 32.2-29 32.2-13.6 0-28.2-12.9-28.2-32.2V219.9c0-8.6-7-15.6-15.6-15.6s-15.6 7-15.6 15.6v133.6c0 35.5 25.5 62.3 59.4 62.3 16.5 0 31.7-6.1 42.7-17.3 11.3-11.4 17.5-27.4 17.5-45V119.3c0-23.4-9.1-45.4-25.7-61.8C274 41 252 32 228.5 32s-45.5 9-62.2 25.5c-16.7 16.5-25.9 38.4-25.9 61.9v250.8c0 28.7 12.2 57.9 32.6 78 20.9 20.6 47.9 31.9 76.1 31.9h13.6c27.6 0 55.3-11.7 75.9-32.1 10.2-10.1 18.2-21.7 23.9-34.6 5.9-13.5 8.9-27.7 8.9-42.1V176.7c.1-8.6-6.9-15.6-15.5-15.6z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-attach {
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%22M355.9%20161.1c-8.6%200-15.6%207-15.6%2015.6v194.4c0%2020.3-8%2040.4-22%2055.1-13.9%2014.6-35.2%2023.7-55.5%2023.7h-13.6c-19.6%200-39.5-8.9-54.8-24.6-15.2-15.5-23.9-35.6-23.9-55.2V119.3c0-14.9%206.2-28.9%2017.3-39.5%2011.1-10.5%2025.7-16.3%2041-16.3%2015.1%200%2029.3%205.8%2039.8%2016.2%2010.5%2010.5%2016.4%2024.6%2016.4%2039.6v234.2c0%2017.1-13.6%2032.2-29%2032.2-13.6%200-28.2-12.9-28.2-32.2V219.9c0-8.6-7-15.6-15.6-15.6s-15.6%207-15.6%2015.6v133.6c0%2035.5%2025.5%2062.3%2059.4%2062.3%2016.5%200%2031.7-6.1%2042.7-17.3%2011.3-11.4%2017.5-27.4%2017.5-45V119.3c0-23.4-9.1-45.4-25.7-61.8C274%2041%20252%2032%20228.5%2032s-45.5%209-62.2%2025.5c-16.7%2016.5-25.9%2038.4-25.9%2061.9v250.8c0%2028.7%2012.2%2057.9%2032.6%2078%2020.9%2020.6%2047.9%2031.9%2076.1%2031.9h13.6c27.6%200%2055.3-11.7%2075.9-32.1%2010.2-10.1%2018.2-21.7%2023.9-34.6%205.9-13.5%208.9-27.7%208.9-42.1V176.7c.1-8.6-6.9-15.6-15.5-15.6z%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%22M355.9%20161.1c-8.6%200-15.6%207-15.6%2015.6v194.4c0%2020.3-8%2040.4-22%2055.1-13.9%2014.6-35.2%2023.7-55.5%2023.7h-13.6c-19.6%200-39.5-8.9-54.8-24.6-15.2-15.5-23.9-35.6-23.9-55.2V119.3c0-14.9%206.2-28.9%2017.3-39.5%2011.1-10.5%2025.7-16.3%2041-16.3%2015.1%200%2029.3%205.8%2039.8%2016.2%2010.5%2010.5%2016.4%2024.6%2016.4%2039.6v234.2c0%2017.1-13.6%2032.2-29%2032.2-13.6%200-28.2-12.9-28.2-32.2V219.9c0-8.6-7-15.6-15.6-15.6s-15.6%207-15.6%2015.6v133.6c0%2035.5%2025.5%2062.3%2059.4%2062.3%2016.5%200%2031.7-6.1%2042.7-17.3%2011.3-11.4%2017.5-27.4%2017.5-45V119.3c0-23.4-9.1-45.4-25.7-61.8C274%2041%20252%2032%20228.5%2032s-45.5%209-62.2%2025.5c-16.7%2016.5-25.9%2038.4-25.9%2061.9v250.8c0%2028.7%2012.2%2057.9%2032.6%2078%2020.9%2020.6%2047.9%2031.9%2076.1%2031.9h13.6c27.6%200%2055.3-11.7%2075.9-32.1%2010.2-10.1%2018.2-21.7%2023.9-34.6%205.9-13.5%208.9-27.7%208.9-42.1V176.7c.1-8.6-6.9-15.6-15.5-15.6z%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-attach.svg?color=%231a73e8&size=48