ios link icon
ios-link from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-link
- 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 link icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M280 341.1l-1.2.1c-3.6.4-7 2-9.6 4.5l-64.6 64.6c-13.7 13.7-32 21.2-51.5 21.2s-37.8-7.5-51.5-21.2c-13.7-13.7-21.2-32-21.2-51.5s7.5-37.8 21.2-51.5l68.6-68.6c3.5-3.5 7.3-6.6 11.4-9.3 4.6-3 9.6-5.6 14.8-7.5 4.8-1.8 9.9-3 15-3.7 3.4-.5 6.9-.7 10.2-.7 1.4 0 2.8.1 4.6.2 17.7 1.1 34.4 8.6 46.8 21 7.7 7.7 13.6 17.1 17.1 27.3 2.8 8 11.2 12.5 19.3 10.1.1 0 .2-.1.3-.1.1 0 .2 0 .2-.1 8.1-2.5 12.8-11 10.5-19.1-4.4-15.6-12.2-28.7-24.6-41-15.6-15.6-35.9-25.8-57.6-29.3-1.9-.3-3.8-.6-5.7-.8-3.7-.4-7.4-.6-11.1-.6-2.6 0-5.2.1-7.7.3-5.4.4-10.8 1.2-16.2 2.5-1.1.2-2.1.5-3.2.8-6.7 1.8-13.3 4.2-19.5 7.3-10.3 5.1-19.6 11.7-27.7 19.9l-68.6 68.6C58.9 304.4 48 330.8 48 359c0 28.2 10.9 54.6 30.7 74.4C98.5 453.1 124.9 464 153 464c28.2 0 54.6-10.9 74.4-30.7l65.3-65.3c10.4-10.5 2-28.3-12.7-26.9z" fill="currentColor"/><path d="M433.3 78.7C413.5 58.9 387.1 48 359 48s-54.6 10.9-74.4 30.7l-63.7 63.7c-9.7 9.7-3.6 26.3 10.1 27.4 4.7.4 9.3-1.3 12.7-4.6l63.8-63.6c13.7-13.7 32-21.2 51.5-21.2s37.8 7.5 51.5 21.2c13.7 13.7 21.2 32 21.2 51.5s-7.5 37.8-21.2 51.5l-68.6 68.6c-3.5 3.5-7.3 6.6-11.4 9.3-4.6 3-9.6 5.6-14.8 7.5-4.8 1.8-9.9 3-15 3.7-3.4.5-6.9.7-10.2.7-1.4 0-2.9-.1-4.6-.2-17.7-1.1-34.4-8.6-46.8-21-7.3-7.3-12.8-16-16.4-25.5-2.9-7.7-11.1-11.9-19.1-9.8-8.9 2.3-14.1 11.7-11.3 20.5 4.5 14 12.1 25.9 23.7 37.5l.2.2c16.9 16.9 39.4 27.6 63.3 30.1 3.7.4 7.4.6 11.1.6 2.6 0 5.2-.1 7.8-.3 6.5-.5 13-1.6 19.3-3.2 6.7-1.8 13.3-4.2 19.5-7.3 10.3-5.1 19.6-11.7 27.7-19.9l68.6-68.6c19.8-19.8 30.7-46.2 30.7-74.4s-11.1-54.6-30.9-74.4z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosLink(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M280 341.1l-1.2.1c-3.6.4-7 2-9.6 4.5l-64.6 64.6c-13.7 13.7-32 21.2-51.5 21.2s-37.8-7.5-51.5-21.2c-13.7-13.7-21.2-32-21.2-51.5s7.5-37.8 21.2-51.5l68.6-68.6c3.5-3.5 7.3-6.6 11.4-9.3 4.6-3 9.6-5.6 14.8-7.5 4.8-1.8 9.9-3 15-3.7 3.4-.5 6.9-.7 10.2-.7 1.4 0 2.8.1 4.6.2 17.7 1.1 34.4 8.6 46.8 21 7.7 7.7 13.6 17.1 17.1 27.3 2.8 8 11.2 12.5 19.3 10.1.1 0 .2-.1.3-.1.1 0 .2 0 .2-.1 8.1-2.5 12.8-11 10.5-19.1-4.4-15.6-12.2-28.7-24.6-41-15.6-15.6-35.9-25.8-57.6-29.3-1.9-.3-3.8-.6-5.7-.8-3.7-.4-7.4-.6-11.1-.6-2.6 0-5.2.1-7.7.3-5.4.4-10.8 1.2-16.2 2.5-1.1.2-2.1.5-3.2.8-6.7 1.8-13.3 4.2-19.5 7.3-10.3 5.1-19.6 11.7-27.7 19.9l-68.6 68.6C58.9 304.4 48 330.8 48 359c0 28.2 10.9 54.6 30.7 74.4C98.5 453.1 124.9 464 153 464c28.2 0 54.6-10.9 74.4-30.7l65.3-65.3c10.4-10.5 2-28.3-12.7-26.9z" fill="currentColor"/><path d="M433.3 78.7C413.5 58.9 387.1 48 359 48s-54.6 10.9-74.4 30.7l-63.7 63.7c-9.7 9.7-3.6 26.3 10.1 27.4 4.7.4 9.3-1.3 12.7-4.6l63.8-63.6c13.7-13.7 32-21.2 51.5-21.2s37.8 7.5 51.5 21.2c13.7 13.7 21.2 32 21.2 51.5s-7.5 37.8-21.2 51.5l-68.6 68.6c-3.5 3.5-7.3 6.6-11.4 9.3-4.6 3-9.6 5.6-14.8 7.5-4.8 1.8-9.9 3-15 3.7-3.4.5-6.9.7-10.2.7-1.4 0-2.9-.1-4.6-.2-17.7-1.1-34.4-8.6-46.8-21-7.3-7.3-12.8-16-16.4-25.5-2.9-7.7-11.1-11.9-19.1-9.8-8.9 2.3-14.1 11.7-11.3 20.5 4.5 14 12.1 25.9 23.7 37.5l.2.2c16.9 16.9 39.4 27.6 63.3 30.1 3.7.4 7.4.6 11.1.6 2.6 0 5.2-.1 7.8-.3 6.5-.5 13-1.6 19.3-3.2 6.7-1.8 13.3-4.2 19.5-7.3 10.3-5.1 19.6-11.7 27.7-19.9l68.6-68.6c19.8-19.8 30.7-46.2 30.7-74.4s-11.1-54.6-30.9-74.4z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M280 341.1l-1.2.1c-3.6.4-7 2-9.6 4.5l-64.6 64.6c-13.7 13.7-32 21.2-51.5 21.2s-37.8-7.5-51.5-21.2c-13.7-13.7-21.2-32-21.2-51.5s7.5-37.8 21.2-51.5l68.6-68.6c3.5-3.5 7.3-6.6 11.4-9.3 4.6-3 9.6-5.6 14.8-7.5 4.8-1.8 9.9-3 15-3.7 3.4-.5 6.9-.7 10.2-.7 1.4 0 2.8.1 4.6.2 17.7 1.1 34.4 8.6 46.8 21 7.7 7.7 13.6 17.1 17.1 27.3 2.8 8 11.2 12.5 19.3 10.1.1 0 .2-.1.3-.1.1 0 .2 0 .2-.1 8.1-2.5 12.8-11 10.5-19.1-4.4-15.6-12.2-28.7-24.6-41-15.6-15.6-35.9-25.8-57.6-29.3-1.9-.3-3.8-.6-5.7-.8-3.7-.4-7.4-.6-11.1-.6-2.6 0-5.2.1-7.7.3-5.4.4-10.8 1.2-16.2 2.5-1.1.2-2.1.5-3.2.8-6.7 1.8-13.3 4.2-19.5 7.3-10.3 5.1-19.6 11.7-27.7 19.9l-68.6 68.6C58.9 304.4 48 330.8 48 359c0 28.2 10.9 54.6 30.7 74.4C98.5 453.1 124.9 464 153 464c28.2 0 54.6-10.9 74.4-30.7l65.3-65.3c10.4-10.5 2-28.3-12.7-26.9z" fill="currentColor"/><path d="M433.3 78.7C413.5 58.9 387.1 48 359 48s-54.6 10.9-74.4 30.7l-63.7 63.7c-9.7 9.7-3.6 26.3 10.1 27.4 4.7.4 9.3-1.3 12.7-4.6l63.8-63.6c13.7-13.7 32-21.2 51.5-21.2s37.8 7.5 51.5 21.2c13.7 13.7 21.2 32 21.2 51.5s-7.5 37.8-21.2 51.5l-68.6 68.6c-3.5 3.5-7.3 6.6-11.4 9.3-4.6 3-9.6 5.6-14.8 7.5-4.8 1.8-9.9 3-15 3.7-3.4.5-6.9.7-10.2.7-1.4 0-2.9-.1-4.6-.2-17.7-1.1-34.4-8.6-46.8-21-7.3-7.3-12.8-16-16.4-25.5-2.9-7.7-11.1-11.9-19.1-9.8-8.9 2.3-14.1 11.7-11.3 20.5 4.5 14 12.1 25.9 23.7 37.5l.2.2c16.9 16.9 39.4 27.6 63.3 30.1 3.7.4 7.4.6 11.1.6 2.6 0 5.2-.1 7.8-.3 6.5-.5 13-1.6 19.3-3.2 6.7-1.8 13.3-4.2 19.5-7.3 10.3-5.1 19.6-11.7 27.7-19.9l68.6-68.6c19.8-19.8 30.7-46.2 30.7-74.4s-11.1-54.6-30.9-74.4z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-link {
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%22M280%20341.1l-1.2.1c-3.6.4-7%202-9.6%204.5l-64.6%2064.6c-13.7%2013.7-32%2021.2-51.5%2021.2s-37.8-7.5-51.5-21.2c-13.7-13.7-21.2-32-21.2-51.5s7.5-37.8%2021.2-51.5l68.6-68.6c3.5-3.5%207.3-6.6%2011.4-9.3%204.6-3%209.6-5.6%2014.8-7.5%204.8-1.8%209.9-3%2015-3.7%203.4-.5%206.9-.7%2010.2-.7%201.4%200%202.8.1%204.6.2%2017.7%201.1%2034.4%208.6%2046.8%2021%207.7%207.7%2013.6%2017.1%2017.1%2027.3%202.8%208%2011.2%2012.5%2019.3%2010.1.1%200%20.2-.1.3-.1.1%200%20.2%200%20.2-.1%208.1-2.5%2012.8-11%2010.5-19.1-4.4-15.6-12.2-28.7-24.6-41-15.6-15.6-35.9-25.8-57.6-29.3-1.9-.3-3.8-.6-5.7-.8-3.7-.4-7.4-.6-11.1-.6-2.6%200-5.2.1-7.7.3-5.4.4-10.8%201.2-16.2%202.5-1.1.2-2.1.5-3.2.8-6.7%201.8-13.3%204.2-19.5%207.3-10.3%205.1-19.6%2011.7-27.7%2019.9l-68.6%2068.6C58.9%20304.4%2048%20330.8%2048%20359c0%2028.2%2010.9%2054.6%2030.7%2074.4C98.5%20453.1%20124.9%20464%20153%20464c28.2%200%2054.6-10.9%2074.4-30.7l65.3-65.3c10.4-10.5%202-28.3-12.7-26.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M433.3%2078.7C413.5%2058.9%20387.1%2048%20359%2048s-54.6%2010.9-74.4%2030.7l-63.7%2063.7c-9.7%209.7-3.6%2026.3%2010.1%2027.4%204.7.4%209.3-1.3%2012.7-4.6l63.8-63.6c13.7-13.7%2032-21.2%2051.5-21.2s37.8%207.5%2051.5%2021.2c13.7%2013.7%2021.2%2032%2021.2%2051.5s-7.5%2037.8-21.2%2051.5l-68.6%2068.6c-3.5%203.5-7.3%206.6-11.4%209.3-4.6%203-9.6%205.6-14.8%207.5-4.8%201.8-9.9%203-15%203.7-3.4.5-6.9.7-10.2.7-1.4%200-2.9-.1-4.6-.2-17.7-1.1-34.4-8.6-46.8-21-7.3-7.3-12.8-16-16.4-25.5-2.9-7.7-11.1-11.9-19.1-9.8-8.9%202.3-14.1%2011.7-11.3%2020.5%204.5%2014%2012.1%2025.9%2023.7%2037.5l.2.2c16.9%2016.9%2039.4%2027.6%2063.3%2030.1%203.7.4%207.4.6%2011.1.6%202.6%200%205.2-.1%207.8-.3%206.5-.5%2013-1.6%2019.3-3.2%206.7-1.8%2013.3-4.2%2019.5-7.3%2010.3-5.1%2019.6-11.7%2027.7-19.9l68.6-68.6c19.8-19.8%2030.7-46.2%2030.7-74.4s-11.1-54.6-30.9-74.4z%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%22M280%20341.1l-1.2.1c-3.6.4-7%202-9.6%204.5l-64.6%2064.6c-13.7%2013.7-32%2021.2-51.5%2021.2s-37.8-7.5-51.5-21.2c-13.7-13.7-21.2-32-21.2-51.5s7.5-37.8%2021.2-51.5l68.6-68.6c3.5-3.5%207.3-6.6%2011.4-9.3%204.6-3%209.6-5.6%2014.8-7.5%204.8-1.8%209.9-3%2015-3.7%203.4-.5%206.9-.7%2010.2-.7%201.4%200%202.8.1%204.6.2%2017.7%201.1%2034.4%208.6%2046.8%2021%207.7%207.7%2013.6%2017.1%2017.1%2027.3%202.8%208%2011.2%2012.5%2019.3%2010.1.1%200%20.2-.1.3-.1.1%200%20.2%200%20.2-.1%208.1-2.5%2012.8-11%2010.5-19.1-4.4-15.6-12.2-28.7-24.6-41-15.6-15.6-35.9-25.8-57.6-29.3-1.9-.3-3.8-.6-5.7-.8-3.7-.4-7.4-.6-11.1-.6-2.6%200-5.2.1-7.7.3-5.4.4-10.8%201.2-16.2%202.5-1.1.2-2.1.5-3.2.8-6.7%201.8-13.3%204.2-19.5%207.3-10.3%205.1-19.6%2011.7-27.7%2019.9l-68.6%2068.6C58.9%20304.4%2048%20330.8%2048%20359c0%2028.2%2010.9%2054.6%2030.7%2074.4C98.5%20453.1%20124.9%20464%20153%20464c28.2%200%2054.6-10.9%2074.4-30.7l65.3-65.3c10.4-10.5%202-28.3-12.7-26.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M433.3%2078.7C413.5%2058.9%20387.1%2048%20359%2048s-54.6%2010.9-74.4%2030.7l-63.7%2063.7c-9.7%209.7-3.6%2026.3%2010.1%2027.4%204.7.4%209.3-1.3%2012.7-4.6l63.8-63.6c13.7-13.7%2032-21.2%2051.5-21.2s37.8%207.5%2051.5%2021.2c13.7%2013.7%2021.2%2032%2021.2%2051.5s-7.5%2037.8-21.2%2051.5l-68.6%2068.6c-3.5%203.5-7.3%206.6-11.4%209.3-4.6%203-9.6%205.6-14.8%207.5-4.8%201.8-9.9%203-15%203.7-3.4.5-6.9.7-10.2.7-1.4%200-2.9-.1-4.6-.2-17.7-1.1-34.4-8.6-46.8-21-7.3-7.3-12.8-16-16.4-25.5-2.9-7.7-11.1-11.9-19.1-9.8-8.9%202.3-14.1%2011.7-11.3%2020.5%204.5%2014%2012.1%2025.9%2023.7%2037.5l.2.2c16.9%2016.9%2039.4%2027.6%2063.3%2030.1%203.7.4%207.4.6%2011.1.6%202.6%200%205.2-.1%207.8-.3%206.5-.5%2013-1.6%2019.3-3.2%206.7-1.8%2013.3-4.2%2019.5-7.3%2010.3-5.1%2019.6-11.7%2027.7-19.9l68.6-68.6c19.8-19.8%2030.7-46.2%2030.7-74.4s-11.1-54.6-30.9-74.4z%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-link.svg?color=%231a73e8&size=48