arrow to top right icon
arrow-to-top-right-bold-duotone from Solar by 480 Design · Bold Duotone · Arrows Action · CC-BY-4.0 Attribution required.
- Name
- arrow-to-top-right-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-left-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 right 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="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 5.56066L7.53033 10.0303C7.23744 10.3232 6.76256 10.3232 6.46967 10.0303Z" clip-rule="evenodd"/><g opacity=".5"><path d="M11.25 14.5C11.25 15.4534 11.5298 16.8667 12.3913 18.0632C13.2804 19.298 14.7556 20.25 17 20.25C17.4142 20.25 17.75 19.9142 17.75 19.5C17.75 19.0858 17.4142 18.75 17 18.75C15.2444 18.75 14.2196 18.0353 13.6087 17.1868C12.9702 16.3 12.75 15.2133 12.75 14.5L12.75 6.31066L12 5.56066L11.25 6.31066V14.5Z"/><path d="M11.8023 3.77639C11.9568 3.73435 12.122 3.74254 12.2722 3.80095C12.1879 3.76805 12.096 3.75 12 3.75C11.9316 3.75 11.8653 3.75919 11.8023 3.77639Z"/></g></g></svg>
React
import type { SVGProps } from "react";
export function SolarArrowToTopRightBoldDuotone(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="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 5.56066L7.53033 10.0303C7.23744 10.3232 6.76256 10.3232 6.46967 10.0303Z" clipRule="evenodd"/><g opacity=".5"><path d="M11.25 14.5C11.25 15.4534 11.5298 16.8667 12.3913 18.0632C13.2804 19.298 14.7556 20.25 17 20.25C17.4142 20.25 17.75 19.9142 17.75 19.5C17.75 19.0858 17.4142 18.75 17 18.75C15.2444 18.75 14.2196 18.0353 13.6087 17.1868C12.9702 16.3 12.75 15.2133 12.75 14.5L12.75 6.31066L12 5.56066L11.25 6.31066V14.5Z"/><path d="M11.8023 3.77639C11.9568 3.73435 12.122 3.74254 12.2722 3.80095C12.1879 3.76805 12.096 3.75 12 3.75C11.9316 3.75 11.8653 3.75919 11.8023 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="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 5.56066L7.53033 10.0303C7.23744 10.3232 6.76256 10.3232 6.46967 10.0303Z" clip-rule="evenodd"/><g opacity=".5"><path d="M11.25 14.5C11.25 15.4534 11.5298 16.8667 12.3913 18.0632C13.2804 19.298 14.7556 20.25 17 20.25C17.4142 20.25 17.75 19.9142 17.75 19.5C17.75 19.0858 17.4142 18.75 17 18.75C15.2444 18.75 14.2196 18.0353 13.6087 17.1868C12.9702 16.3 12.75 15.2133 12.75 14.5L12.75 6.31066L12 5.56066L11.25 6.31066V14.5Z"/><path d="M11.8023 3.77639C11.9568 3.73435 12.122 3.74254 12.2722 3.80095C12.1879 3.76805 12.096 3.75 12 3.75C11.9316 3.75 11.8653 3.75919 11.8023 3.77639Z"/></g></g></svg> </template>
CSS
.icon-arrow-to-top-right-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%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%205.56066L7.53033%2010.0303C7.23744%2010.3232%206.76256%2010.3232%206.46967%2010.0303Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M11.25%2014.5C11.25%2015.4534%2011.5298%2016.8667%2012.3913%2018.0632C13.2804%2019.298%2014.7556%2020.25%2017%2020.25C17.4142%2020.25%2017.75%2019.9142%2017.75%2019.5C17.75%2019.0858%2017.4142%2018.75%2017%2018.75C15.2444%2018.75%2014.2196%2018.0353%2013.6087%2017.1868C12.9702%2016.3%2012.75%2015.2133%2012.75%2014.5L12.75%206.31066L12%205.56066L11.25%206.31066V14.5Z%22%2F%3E%3Cpath%20d%3D%22M11.8023%203.77639C11.9568%203.73435%2012.122%203.74254%2012.2722%203.80095C12.1879%203.76805%2012.096%203.75%2012%203.75C11.9316%203.75%2011.8653%203.75919%2011.8023%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%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%205.56066L7.53033%2010.0303C7.23744%2010.3232%206.76256%2010.3232%206.46967%2010.0303Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M11.25%2014.5C11.25%2015.4534%2011.5298%2016.8667%2012.3913%2018.0632C13.2804%2019.298%2014.7556%2020.25%2017%2020.25C17.4142%2020.25%2017.75%2019.9142%2017.75%2019.5C17.75%2019.0858%2017.4142%2018.75%2017%2018.75C15.2444%2018.75%2014.2196%2018.0353%2013.6087%2017.1868C12.9702%2016.3%2012.75%2015.2133%2012.75%2014.5L12.75%206.31066L12%205.56066L11.25%206.31066V14.5Z%22%2F%3E%3Cpath%20d%3D%22M11.8023%203.77639C11.9568%203.73435%2012.122%203.74254%2012.2722%203.80095C12.1879%203.76805%2012.096%203.75%2012%203.75C11.9316%203.75%2011.8653%203.75919%2011.8023%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-right-bold-duotone.svg?color=%231a73e8&size=48