caret right icon
caret-right from Unicons by Iconscout · Line · Arrows · Apache-2.0 Free for personal and commercial use.
- Name
- caret-right
- Set
- Unicons
- Style
- Line
- Category
- Arrows
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
caret-right-filledAnt Design Iconscaret-rightBootstrap Iconscaret-rightBoxIcons v2caret-rightCarboncaret-rightElement Pluscaret-rightFont Awesome 6 Solidcaret-rightFont Awesome Solidcaret-right-outlineFlowbite Iconscaret-right-12-filledFluent UI System Iconscaret-rightLine Awesomecaret-rightMage Iconscaret-rightPhosphorcaret-rightPrime Iconscaret-rightRadix Iconscaret-rightTabler Iconscaret-rightTDesign Icons
More arrows icons from Unicons
align-center-halign-center-vangle-double-downangle-double-leftangle-double-rightangle-double-upangle-downangle-leftangle-left-bangle-rightangle-right-bangle-uparrowarrow-breakarrow-circle-downarrow-circle-leftarrow-circle-rightarrow-circle-uparrow-compress-harrow-downarrow-down-leftarrow-down-rightarrow-from-rightarrow-from-top
Use the caret right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.5 11.13l-14-8.08a1 1 0 0 0-1 0a1 1 0 0 0-.5.87v16.16a1 1 0 0 0 .5.87a1 1 0 0 0 1 0l14-8.08a1 1 0 0 0 0-1.74M6 18.35V5.65L17 12Z"/></svg>
React
import type { SVGProps } from "react";
export function UilCaretRight(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" d="m19.5 11.13l-14-8.08a1 1 0 0 0-1 0a1 1 0 0 0-.5.87v16.16a1 1 0 0 0 .5.87a1 1 0 0 0 1 0l14-8.08a1 1 0 0 0 0-1.74M6 18.35V5.65L17 12Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.5 11.13l-14-8.08a1 1 0 0 0-1 0a1 1 0 0 0-.5.87v16.16a1 1 0 0 0 .5.87a1 1 0 0 0 1 0l14-8.08a1 1 0 0 0 0-1.74M6 18.35V5.65L17 12Z"/></svg> </template>
CSS
.icon-caret-right {
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%20d%3D%22m19.5%2011.13l-14-8.08a1%201%200%200%200-1%200a1%201%200%200%200-.5.87v16.16a1%201%200%200%200%20.5.87a1%201%200%200%200%201%200l14-8.08a1%201%200%200%200%200-1.74M6%2018.35V5.65L17%2012Z%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%20d%3D%22m19.5%2011.13l-14-8.08a1%201%200%200%200-1%200a1%201%200%200%200-.5.87v16.16a1%201%200%200%200%20.5.87a1%201%200%200%200%201%200l14-8.08a1%201%200%200%200%200-1.74M6%2018.35V5.65L17%2012Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/caret-right.svg?color=%231a73e8&size=48