arrow right up icon

arrow-right-up-bold-duotone from Solar by 480 Design · Bold Duotone · Arrows · CC-BY-4.0 Attribution required.

Name
arrow-right-up-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Arrows
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More arrows icons from Solar

Use the arrow right up 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.4697 15.5303C17.6842 15.7448 18.0068 15.809 18.287 15.6929C18.5673 15.5768 18.75 15.3033 18.75 15V6C18.75 5.58579 18.4142 5.25 18 5.25L9.00002 5.25C8.69668 5.25 8.4232 5.43273 8.30711 5.71299C8.19103 5.99324 8.25519 6.31583 8.46969 6.53033L17.4697 15.5303Z" clip-rule="evenodd"/><path d="M5.46967 17.4697C5.17678 17.7626 5.17678 18.2374 5.46967 18.5303C5.76256 18.8232 6.23744 18.8232 6.53033 18.5303L13.5 11.5607L12.4393 10.5L5.46967 17.4697Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarArrowRightUpBoldDuotone(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.4697 15.5303C17.6842 15.7448 18.0068 15.809 18.287 15.6929C18.5673 15.5768 18.75 15.3033 18.75 15V6C18.75 5.58579 18.4142 5.25 18 5.25L9.00002 5.25C8.69668 5.25 8.4232 5.43273 8.30711 5.71299C8.19103 5.99324 8.25519 6.31583 8.46969 6.53033L17.4697 15.5303Z" clipRule="evenodd"/><path d="M5.46967 17.4697C5.17678 17.7626 5.17678 18.2374 5.46967 18.5303C5.76256 18.8232 6.23744 18.8232 6.53033 18.5303L13.5 11.5607L12.4393 10.5L5.46967 17.4697Z" opacity=".5"/></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.4697 15.5303C17.6842 15.7448 18.0068 15.809 18.287 15.6929C18.5673 15.5768 18.75 15.3033 18.75 15V6C18.75 5.58579 18.4142 5.25 18 5.25L9.00002 5.25C8.69668 5.25 8.4232 5.43273 8.30711 5.71299C8.19103 5.99324 8.25519 6.31583 8.46969 6.53033L17.4697 15.5303Z" clip-rule="evenodd"/><path d="M5.46967 17.4697C5.17678 17.7626 5.17678 18.2374 5.46967 18.5303C5.76256 18.8232 6.23744 18.8232 6.53033 18.5303L13.5 11.5607L12.4393 10.5L5.46967 17.4697Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-arrow-right-up-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.4697%2015.5303C17.6842%2015.7448%2018.0068%2015.809%2018.287%2015.6929C18.5673%2015.5768%2018.75%2015.3033%2018.75%2015V6C18.75%205.58579%2018.4142%205.25%2018%205.25L9.00002%205.25C8.69668%205.25%208.4232%205.43273%208.30711%205.71299C8.19103%205.99324%208.25519%206.31583%208.46969%206.53033L17.4697%2015.5303Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.46967%2017.4697C5.17678%2017.7626%205.17678%2018.2374%205.46967%2018.5303C5.76256%2018.8232%206.23744%2018.8232%206.53033%2018.5303L13.5%2011.5607L12.4393%2010.5L5.46967%2017.4697Z%22%20opacity%3D%22.5%22%2F%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.4697%2015.5303C17.6842%2015.7448%2018.0068%2015.809%2018.287%2015.6929C18.5673%2015.5768%2018.75%2015.3033%2018.75%2015V6C18.75%205.58579%2018.4142%205.25%2018%205.25L9.00002%205.25C8.69668%205.25%208.4232%205.43273%208.30711%205.71299C8.19103%205.99324%208.25519%206.31583%208.46969%206.53033L17.4697%2015.5303Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.46967%2017.4697C5.17678%2017.7626%205.17678%2018.2374%205.46967%2018.5303C5.76256%2018.8232%206.23744%2018.8232%206.53033%2018.5303L13.5%2011.5607L12.4393%2010.5L5.46967%2017.4697Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/arrow-right-up-bold-duotone.svg?color=%231a73e8&size=48