chevron right icon
chevron-right-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.
- Name
- chevron-right-outline
- Set
- Eva Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
chevron-rightAkar Iconschevron-rightBootstrap Iconschevron-rightBoxIcons v2chevron-rightBoxIcons v2 Solidchevron-rightCarbonchevron-rightCodiconschevron-rightFramework7 Iconschevron-rightFont Awesome 6 Solidchevron-rightFont Awesome Solidchevron-rightFeather Iconschevron-right-outlineFlowbite Iconschevron-right-12-filledFluent UI System Iconschevron-rightcss.ggchevron-rightHeroIconschevron-rightHuge Iconschevron-rightHumbleiconschevron-rightIonIconschevron-rightJam Iconschevron-rightLine Awesomechevron-rightMaterial Line Iconschevron-rightLucidechevron-rightMage Iconschevron-rightMajesticonschevron-rightMaterial Symbols
Related icons in Eva Icons
Use the chevron right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 17a1 1 0 0 1-.71-.29a1 1 0 0 1 0-1.42L13.1 12L9.92 8.69a1 1 0 0 1 0-1.41a1 1 0 0 1 1.42 0l3.86 4a1 1 0 0 1 0 1.4l-4 4a1 1 0 0 1-.7.32"/></svg>
React
import type { SVGProps } from "react";
export function EvaChevronRightOutline(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="M10.5 17a1 1 0 0 1-.71-.29a1 1 0 0 1 0-1.42L13.1 12L9.92 8.69a1 1 0 0 1 0-1.41a1 1 0 0 1 1.42 0l3.86 4a1 1 0 0 1 0 1.4l-4 4a1 1 0 0 1-.7.32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 17a1 1 0 0 1-.71-.29a1 1 0 0 1 0-1.42L13.1 12L9.92 8.69a1 1 0 0 1 0-1.41a1 1 0 0 1 1.42 0l3.86 4a1 1 0 0 1 0 1.4l-4 4a1 1 0 0 1-.7.32"/></svg> </template>
CSS
.icon-chevron-right-outline {
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%22M10.5%2017a1%201%200%200%201-.71-.29a1%201%200%200%201%200-1.42L13.1%2012L9.92%208.69a1%201%200%200%201%200-1.41a1%201%200%200%201%201.42%200l3.86%204a1%201%200%200%201%200%201.4l-4%204a1%201%200%200%201-.7.32%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%22M10.5%2017a1%201%200%200%201-.71-.29a1%201%200%200%201%200-1.42L13.1%2012L9.92%208.69a1%201%200%200%201%200-1.41a1%201%200%200%201%201.42%200l3.86%204a1%201%200%200%201%200%201.4l-4%204a1%201%200%200%201-.7.32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/chevron-right-outline.svg?color=%231a73e8&size=48