arrow down right icon
arrow-down-right-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- arrow-down-right-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
arrow-down-rightAkar Iconsarrow-down-rightBootstrap Iconsarrow-down-rightCarbonarrow-down-rightFramework7 Iconsarrow-down-rightFeather Iconsarrow-down-right-16-filledFluent UI System Iconsarrow-down-rightHeroIconsarrow-down-rightIconoirarrow-down-rightJam Iconsarrow-down-rightLucidearrow-down-rightMage Iconsarrow-down-rightMaterial Design Iconsarrow-down-rightMyna UI Iconsarrow-down-right-16Octiconsarrow-down-rightPrime Iconsarrow-down-rightTabler Iconsarrow-down-rightUniconsarrow-down-rightUnicons Monochromearrow-down-rightUnicons Solid
Related icons in Phosphor
arrow-arc-leftarrow-arc-rightarrow-bend-double-up-leftarrow-bend-double-up-rightarrow-bend-down-leftarrow-bend-down-rightarrow-bend-left-downarrow-bend-left-uparrow-bend-right-downarrow-bend-right-uparrow-bend-up-leftarrow-bend-up-rightarrow-circle-downarrow-circle-down-leftarrow-circle-down-rightarrow-circle-leftarrow-circle-rightarrow-circle-uparrow-circle-up-leftarrow-circle-up-rightarrow-clockwisearrow-counter-clockwisearrow-downarrow-down-left
Use the arrow down right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M192 88v104H88Z" opacity=".2"/><path d="M195.06 80.61a8 8 0 0 0-8.72 1.73L140 128.69L69.66 58.34a8 8 0 0 0-11.32 11.32L128.69 140l-46.35 46.34A8 8 0 0 0 88 200h104a8 8 0 0 0 8-8V88a8 8 0 0 0-4.94-7.39M184 184h-76.69l38.34-38.34L184 107.31Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhArrowDownRightDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M192 88v104H88Z" opacity=".2"/><path d="M195.06 80.61a8 8 0 0 0-8.72 1.73L140 128.69L69.66 58.34a8 8 0 0 0-11.32 11.32L128.69 140l-46.35 46.34A8 8 0 0 0 88 200h104a8 8 0 0 0 8-8V88a8 8 0 0 0-4.94-7.39M184 184h-76.69l38.34-38.34L184 107.31Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M192 88v104H88Z" opacity=".2"/><path d="M195.06 80.61a8 8 0 0 0-8.72 1.73L140 128.69L69.66 58.34a8 8 0 0 0-11.32 11.32L128.69 140l-46.35 46.34A8 8 0 0 0 88 200h104a8 8 0 0 0 8-8V88a8 8 0 0 0-4.94-7.39M184 184h-76.69l38.34-38.34L184 107.31Z"/></g></svg> </template>
CSS
.icon-arrow-down-right-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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M192%2088v104H88Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M195.06%2080.61a8%208%200%200%200-8.72%201.73L140%20128.69L69.66%2058.34a8%208%200%200%200-11.32%2011.32L128.69%20140l-46.35%2046.34A8%208%200%200%200%2088%20200h104a8%208%200%200%200%208-8V88a8%208%200%200%200-4.94-7.39M184%20184h-76.69l38.34-38.34L184%20107.31Z%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M192%2088v104H88Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M195.06%2080.61a8%208%200%200%200-8.72%201.73L140%20128.69L69.66%2058.34a8%208%200%200%200-11.32%2011.32L128.69%20140l-46.35%2046.34A8%208%200%200%200%2088%20200h104a8%208%200%200%200%208-8V88a8%208%200%200%200-4.94-7.39M184%20184h-76.69l38.34-38.34L184%20107.31Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/arrow-down-right-duotone.svg?color=%231a73e8&size=48