arrow right down icon

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

Name
arrow-right-down-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 down 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 8.46969C17.6842 8.25519 18.0068 8.19103 18.287 8.30711C18.5673 8.4232 18.75 8.69668 18.75 9.00002V18C18.75 18.4142 18.4142 18.75 18 18.75L9.00002 18.75C8.69668 18.75 8.4232 18.5673 8.30711 18.287C8.19103 18.0068 8.25519 17.6842 8.46969 17.4697L17.4697 8.46969Z" clip-rule="evenodd"/><path d="M5.46967 6.53033C5.17678 6.23744 5.17678 5.76256 5.46967 5.46967C5.76256 5.17678 6.23744 5.17678 6.53033 5.46967L13.5 12.4393L12.4393 13.5L5.46967 6.53033Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarArrowRightDownBoldDuotone(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 8.46969C17.6842 8.25519 18.0068 8.19103 18.287 8.30711C18.5673 8.4232 18.75 8.69668 18.75 9.00002V18C18.75 18.4142 18.4142 18.75 18 18.75L9.00002 18.75C8.69668 18.75 8.4232 18.5673 8.30711 18.287C8.19103 18.0068 8.25519 17.6842 8.46969 17.4697L17.4697 8.46969Z" clipRule="evenodd"/><path d="M5.46967 6.53033C5.17678 6.23744 5.17678 5.76256 5.46967 5.46967C5.76256 5.17678 6.23744 5.17678 6.53033 5.46967L13.5 12.4393L12.4393 13.5L5.46967 6.53033Z" 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 8.46969C17.6842 8.25519 18.0068 8.19103 18.287 8.30711C18.5673 8.4232 18.75 8.69668 18.75 9.00002V18C18.75 18.4142 18.4142 18.75 18 18.75L9.00002 18.75C8.69668 18.75 8.4232 18.5673 8.30711 18.287C8.19103 18.0068 8.25519 17.6842 8.46969 17.4697L17.4697 8.46969Z" clip-rule="evenodd"/><path d="M5.46967 6.53033C5.17678 6.23744 5.17678 5.76256 5.46967 5.46967C5.76256 5.17678 6.23744 5.17678 6.53033 5.46967L13.5 12.4393L12.4393 13.5L5.46967 6.53033Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-arrow-right-down-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%208.46969C17.6842%208.25519%2018.0068%208.19103%2018.287%208.30711C18.5673%208.4232%2018.75%208.69668%2018.75%209.00002V18C18.75%2018.4142%2018.4142%2018.75%2018%2018.75L9.00002%2018.75C8.69668%2018.75%208.4232%2018.5673%208.30711%2018.287C8.19103%2018.0068%208.25519%2017.6842%208.46969%2017.4697L17.4697%208.46969Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.46967%206.53033C5.17678%206.23744%205.17678%205.76256%205.46967%205.46967C5.76256%205.17678%206.23744%205.17678%206.53033%205.46967L13.5%2012.4393L12.4393%2013.5L5.46967%206.53033Z%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%208.46969C17.6842%208.25519%2018.0068%208.19103%2018.287%208.30711C18.5673%208.4232%2018.75%208.69668%2018.75%209.00002V18C18.75%2018.4142%2018.4142%2018.75%2018%2018.75L9.00002%2018.75C8.69668%2018.75%208.4232%2018.5673%208.30711%2018.287C8.19103%2018.0068%208.25519%2017.6842%208.46969%2017.4697L17.4697%208.46969Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.46967%206.53033C5.17678%206.23744%205.17678%205.76256%205.46967%205.46967C5.76256%205.17678%206.23744%205.17678%206.53033%205.46967L13.5%2012.4393L12.4393%2013.5L5.46967%206.53033Z%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-down-bold-duotone.svg?color=%231a73e8&size=48