arrow to top left icon
arrow-to-top-left-bold-duotone from Solar by 480 Design · Bold Duotone · Arrows Action · CC-BY-4.0 Attribution required.
- Name
- arrow-to-top-left-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- 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"><g fill="currentColor"><path 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.0303L12 5.56066L16.4697 10.0303C16.7626 10.3232 17.2374 10.3232 17.5303 10.0303Z" clip-rule="evenodd"/><g opacity=".5"><path d="M12.75 14.5C12.75 15.4534 12.4702 16.8667 11.6087 18.0632C10.7196 19.298 9.24444 20.25 7 20.25C6.58579 20.25 6.25 19.9142 6.25 19.5C6.25 19.0858 6.58579 18.75 7 18.75C8.75556 18.75 9.7804 18.0353 10.3913 17.1868C11.0298 16.3 11.25 15.2133 11.25 14.5L11.25 6.31066L12 5.56066L12.75 6.31066V14.5Z"/><path d="M12.1977 3.77639C12.0432 3.73435 11.878 3.74254 11.7278 3.80095C11.8122 3.76805 11.904 3.75 12 3.75C12.0684 3.75 12.1347 3.75919 12.1977 3.77639Z"/></g></g></svg>
React
import type { SVGProps } from "react";
export function SolarArrowToTopLeftBoldDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path 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.0303L12 5.56066L16.4697 10.0303C16.7626 10.3232 17.2374 10.3232 17.5303 10.0303Z" clipRule="evenodd"/><g opacity=".5"><path d="M12.75 14.5C12.75 15.4534 12.4702 16.8667 11.6087 18.0632C10.7196 19.298 9.24444 20.25 7 20.25C6.58579 20.25 6.25 19.9142 6.25 19.5C6.25 19.0858 6.58579 18.75 7 18.75C8.75556 18.75 9.7804 18.0353 10.3913 17.1868C11.0298 16.3 11.25 15.2133 11.25 14.5L11.25 6.31066L12 5.56066L12.75 6.31066V14.5Z"/><path d="M12.1977 3.77639C12.0432 3.73435 11.878 3.74254 11.7278 3.80095C11.8122 3.76805 11.904 3.75 12 3.75C12.0684 3.75 12.1347 3.75919 12.1977 3.77639Z"/></g></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path 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.0303L12 5.56066L16.4697 10.0303C16.7626 10.3232 17.2374 10.3232 17.5303 10.0303Z" clip-rule="evenodd"/><g opacity=".5"><path d="M12.75 14.5C12.75 15.4534 12.4702 16.8667 11.6087 18.0632C10.7196 19.298 9.24444 20.25 7 20.25C6.58579 20.25 6.25 19.9142 6.25 19.5C6.25 19.0858 6.58579 18.75 7 18.75C8.75556 18.75 9.7804 18.0353 10.3913 17.1868C11.0298 16.3 11.25 15.2133 11.25 14.5L11.25 6.31066L12 5.56066L12.75 6.31066V14.5Z"/><path d="M12.1977 3.77639C12.0432 3.73435 11.878 3.74254 11.7278 3.80095C11.8122 3.76805 11.904 3.75 12 3.75C12.0684 3.75 12.1347 3.75919 12.1977 3.77639Z"/></g></g></svg> </template>
CSS
.icon-arrow-to-top-left-bold-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%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.0303L12%205.56066L16.4697%2010.0303C16.7626%2010.3232%2017.2374%2010.3232%2017.5303%2010.0303Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M12.75%2014.5C12.75%2015.4534%2012.4702%2016.8667%2011.6087%2018.0632C10.7196%2019.298%209.24444%2020.25%207%2020.25C6.58579%2020.25%206.25%2019.9142%206.25%2019.5C6.25%2019.0858%206.58579%2018.75%207%2018.75C8.75556%2018.75%209.7804%2018.0353%2010.3913%2017.1868C11.0298%2016.3%2011.25%2015.2133%2011.25%2014.5L11.25%206.31066L12%205.56066L12.75%206.31066V14.5Z%22%2F%3E%3Cpath%20d%3D%22M12.1977%203.77639C12.0432%203.73435%2011.878%203.74254%2011.7278%203.80095C11.8122%203.76805%2011.904%203.75%2012%203.75C12.0684%203.75%2012.1347%203.75919%2012.1977%203.77639Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%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.0303L12%205.56066L16.4697%2010.0303C16.7626%2010.3232%2017.2374%2010.3232%2017.5303%2010.0303Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M12.75%2014.5C12.75%2015.4534%2012.4702%2016.8667%2011.6087%2018.0632C10.7196%2019.298%209.24444%2020.25%207%2020.25C6.58579%2020.25%206.25%2019.9142%206.25%2019.5C6.25%2019.0858%206.58579%2018.75%207%2018.75C8.75556%2018.75%209.7804%2018.0353%2010.3913%2017.1868C11.0298%2016.3%2011.25%2015.2133%2011.25%2014.5L11.25%206.31066L12%205.56066L12.75%206.31066V14.5Z%22%2F%3E%3Cpath%20d%3D%22M12.1977%203.77639C12.0432%203.73435%2011.878%203.74254%2011.7278%203.80095C11.8122%203.76805%2011.904%203.75%2012%203.75C12.0684%203.75%2012.1347%203.75919%2012.1977%203.77639Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/arrow-to-top-left-bold-duotone.svg?color=%231a73e8&size=48