arrow to top right icon

arrow-to-top-right-outline from Solar by 480 Design · Outline · Arrows Action · CC-BY-4.0 Attribution required.

Name
arrow-to-top-right-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

Use the arrow to top right 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="M6.46967 10.0303C6.17678 9.73744 6.17678 9.26256 6.46967 8.96967L11.4697 3.96967C11.7626 3.67678 12.2374 3.67678 12.5303 3.96967L17.5303 8.96967C17.8232 9.26256 17.8232 9.73744 17.5303 10.0303C17.2374 10.3232 16.7626 10.3232 16.4697 10.0303L12.75 6.31066L12.75 14.5C12.75 15.2133 12.9702 16.3 13.6087 17.1868C14.2196 18.0353 15.2444 18.75 17 18.75C17.4142 18.75 17.75 19.0858 17.75 19.5C17.75 19.9142 17.4142 20.25 17 20.25C14.7556 20.25 13.2804 19.298 12.3913 18.0632C11.5298 16.8667 11.25 15.4534 11.25 14.5L11.25 6.31066L7.53033 10.0303C7.23744 10.3232 6.76256 10.3232 6.46967 10.0303Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarArrowToTopRightOutline(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="M6.46967 10.0303C6.17678 9.73744 6.17678 9.26256 6.46967 8.96967L11.4697 3.96967C11.7626 3.67678 12.2374 3.67678 12.5303 3.96967L17.5303 8.96967C17.8232 9.26256 17.8232 9.73744 17.5303 10.0303C17.2374 10.3232 16.7626 10.3232 16.4697 10.0303L12.75 6.31066L12.75 14.5C12.75 15.2133 12.9702 16.3 13.6087 17.1868C14.2196 18.0353 15.2444 18.75 17 18.75C17.4142 18.75 17.75 19.0858 17.75 19.5C17.75 19.9142 17.4142 20.25 17 20.25C14.7556 20.25 13.2804 19.298 12.3913 18.0632C11.5298 16.8667 11.25 15.4534 11.25 14.5L11.25 6.31066L7.53033 10.0303C7.23744 10.3232 6.76256 10.3232 6.46967 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="M6.46967 10.0303C6.17678 9.73744 6.17678 9.26256 6.46967 8.96967L11.4697 3.96967C11.7626 3.67678 12.2374 3.67678 12.5303 3.96967L17.5303 8.96967C17.8232 9.26256 17.8232 9.73744 17.5303 10.0303C17.2374 10.3232 16.7626 10.3232 16.4697 10.0303L12.75 6.31066L12.75 14.5C12.75 15.2133 12.9702 16.3 13.6087 17.1868C14.2196 18.0353 15.2444 18.75 17 18.75C17.4142 18.75 17.75 19.0858 17.75 19.5C17.75 19.9142 17.4142 20.25 17 20.25C14.7556 20.25 13.2804 19.298 12.3913 18.0632C11.5298 16.8667 11.25 15.4534 11.25 14.5L11.25 6.31066L7.53033 10.0303C7.23744 10.3232 6.76256 10.3232 6.46967 10.0303Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-arrow-to-top-right-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%22M6.46967%2010.0303C6.17678%209.73744%206.17678%209.26256%206.46967%208.96967L11.4697%203.96967C11.7626%203.67678%2012.2374%203.67678%2012.5303%203.96967L17.5303%208.96967C17.8232%209.26256%2017.8232%209.73744%2017.5303%2010.0303C17.2374%2010.3232%2016.7626%2010.3232%2016.4697%2010.0303L12.75%206.31066L12.75%2014.5C12.75%2015.2133%2012.9702%2016.3%2013.6087%2017.1868C14.2196%2018.0353%2015.2444%2018.75%2017%2018.75C17.4142%2018.75%2017.75%2019.0858%2017.75%2019.5C17.75%2019.9142%2017.4142%2020.25%2017%2020.25C14.7556%2020.25%2013.2804%2019.298%2012.3913%2018.0632C11.5298%2016.8667%2011.25%2015.4534%2011.25%2014.5L11.25%206.31066L7.53033%2010.0303C7.23744%2010.3232%206.76256%2010.3232%206.46967%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%22M6.46967%2010.0303C6.17678%209.73744%206.17678%209.26256%206.46967%208.96967L11.4697%203.96967C11.7626%203.67678%2012.2374%203.67678%2012.5303%203.96967L17.5303%208.96967C17.8232%209.26256%2017.8232%209.73744%2017.5303%2010.0303C17.2374%2010.3232%2016.7626%2010.3232%2016.4697%2010.0303L12.75%206.31066L12.75%2014.5C12.75%2015.2133%2012.9702%2016.3%2013.6087%2017.1868C14.2196%2018.0353%2015.2444%2018.75%2017%2018.75C17.4142%2018.75%2017.75%2019.0858%2017.75%2019.5C17.75%2019.9142%2017.4142%2020.25%2017%2020.25C14.7556%2020.25%2013.2804%2019.298%2012.3913%2018.0632C11.5298%2016.8667%2011.25%2015.4534%2011.25%2014.5L11.25%206.31066L7.53033%2010.0303C7.23744%2010.3232%206.76256%2010.3232%206.46967%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-right-outline.svg?color=%231a73e8&size=48