arrow to top left icon
arrow-to-top-left-outline from Solar by 480 Design · Outline · Arrows Action · CC-BY-4.0 Attribution required.
- Name
- arrow-to-top-left-outline
- Set
- Solar
- Style
- Outline
- Category
- Arrows Action
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More arrows action icons from Solar
arrow-to-down-left-boldarrow-to-down-right-boldarrow-to-top-right-boldcircle-bottom-down-boldcircle-bottom-up-boldcircle-top-down-boldcircle-top-up-bolddownload-bolddownload-minimalistic-bolddownload-square-bolddownload-twice-square-boldexit-boldexport-boldforward-2-boldforward-boldimport-boldlogin-2-boldlogin-3-boldlogin-boldlogout-2-boldlogout-3-boldlogout-boldmaximize-boldmaximize-square-2-bold
Use the arrow to top left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M17.5303 10.0303C17.8232 9.73744 17.8232 9.26256 17.5303 8.96967L12.5303 3.96967C12.2374 3.67678 11.7626 3.67678 11.4697 3.96967L6.46967 8.96967C6.17678 9.26256 6.17678 9.73744 6.46967 10.0303C6.76256 10.3232 7.23744 10.3232 7.53033 10.0303L11.25 6.31066L11.25 14.5C11.25 15.2133 11.0298 16.3 10.3913 17.1868C9.7804 18.0353 8.75556 18.75 7 18.75C6.58579 18.75 6.25 19.0858 6.25 19.5C6.25 19.9142 6.58579 20.25 7 20.25C9.24444 20.25 10.7196 19.298 11.6087 18.0632C12.4702 16.8667 12.75 15.4534 12.75 14.5L12.75 6.31066L16.4697 10.0303C16.7626 10.3232 17.2374 10.3232 17.5303 10.0303Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarArrowToTopLeftOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M17.5303 10.0303C17.8232 9.73744 17.8232 9.26256 17.5303 8.96967L12.5303 3.96967C12.2374 3.67678 11.7626 3.67678 11.4697 3.96967L6.46967 8.96967C6.17678 9.26256 6.17678 9.73744 6.46967 10.0303C6.76256 10.3232 7.23744 10.3232 7.53033 10.0303L11.25 6.31066L11.25 14.5C11.25 15.2133 11.0298 16.3 10.3913 17.1868C9.7804 18.0353 8.75556 18.75 7 18.75C6.58579 18.75 6.25 19.0858 6.25 19.5C6.25 19.9142 6.58579 20.25 7 20.25C9.24444 20.25 10.7196 19.298 11.6087 18.0632C12.4702 16.8667 12.75 15.4534 12.75 14.5L12.75 6.31066L16.4697 10.0303C16.7626 10.3232 17.2374 10.3232 17.5303 10.0303Z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M17.5303 10.0303C17.8232 9.73744 17.8232 9.26256 17.5303 8.96967L12.5303 3.96967C12.2374 3.67678 11.7626 3.67678 11.4697 3.96967L6.46967 8.96967C6.17678 9.26256 6.17678 9.73744 6.46967 10.0303C6.76256 10.3232 7.23744 10.3232 7.53033 10.0303L11.25 6.31066L11.25 14.5C11.25 15.2133 11.0298 16.3 10.3913 17.1868C9.7804 18.0353 8.75556 18.75 7 18.75C6.58579 18.75 6.25 19.0858 6.25 19.5C6.25 19.9142 6.58579 20.25 7 20.25C9.24444 20.25 10.7196 19.298 11.6087 18.0632C12.4702 16.8667 12.75 15.4534 12.75 14.5L12.75 6.31066L16.4697 10.0303C16.7626 10.3232 17.2374 10.3232 17.5303 10.0303Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-arrow-to-top-left-outline {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.5303%2010.0303C17.8232%209.73744%2017.8232%209.26256%2017.5303%208.96967L12.5303%203.96967C12.2374%203.67678%2011.7626%203.67678%2011.4697%203.96967L6.46967%208.96967C6.17678%209.26256%206.17678%209.73744%206.46967%2010.0303C6.76256%2010.3232%207.23744%2010.3232%207.53033%2010.0303L11.25%206.31066L11.25%2014.5C11.25%2015.2133%2011.0298%2016.3%2010.3913%2017.1868C9.7804%2018.0353%208.75556%2018.75%207%2018.75C6.58579%2018.75%206.25%2019.0858%206.25%2019.5C6.25%2019.9142%206.58579%2020.25%207%2020.25C9.24444%2020.25%2010.7196%2019.298%2011.6087%2018.0632C12.4702%2016.8667%2012.75%2015.4534%2012.75%2014.5L12.75%206.31066L16.4697%2010.0303C16.7626%2010.3232%2017.2374%2010.3232%2017.5303%2010.0303Z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.5303%2010.0303C17.8232%209.73744%2017.8232%209.26256%2017.5303%208.96967L12.5303%203.96967C12.2374%203.67678%2011.7626%203.67678%2011.4697%203.96967L6.46967%208.96967C6.17678%209.26256%206.17678%209.73744%206.46967%2010.0303C6.76256%2010.3232%207.23744%2010.3232%207.53033%2010.0303L11.25%206.31066L11.25%2014.5C11.25%2015.2133%2011.0298%2016.3%2010.3913%2017.1868C9.7804%2018.0353%208.75556%2018.75%207%2018.75C6.58579%2018.75%206.25%2019.0858%206.25%2019.5C6.25%2019.9142%206.58579%2020.25%207%2020.25C9.24444%2020.25%2010.7196%2019.298%2011.6087%2018.0632C12.4702%2016.8667%2012.75%2015.4534%2012.75%2014.5L12.75%206.31066L16.4697%2010.0303C16.7626%2010.3232%2017.2374%2010.3232%2017.5303%2010.0303Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/arrow-to-top-left-outline.svg?color=%231a73e8&size=48