chevron right icon
chevron-right from Octicons by GitHub · Regular · MIT Free for personal and commercial use.
- Name
- chevron-right
- Set
- Octicons
- Style
- Regular
- Viewbox
- 8×16
- License
- MIT
3 other variants in Octicons
The same icon in other sets
chevron-rightAkar Iconschevron-rightBootstrap Iconschevron-rightBoxIcons v2chevron-rightBoxIcons v2 Solidchevron-rightCarbonchevron-rightCodiconschevron-right-fillEva Iconschevron-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-rightMajesticons
Related icons in Octicons
Use the chevron right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 8 16"><path fill-rule="evenodd" d="M7.5 8l-5 5L1 11.5L4.75 8L1 4.5L2.5 3l5 5z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function OcticonChevronRight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 8 16"><path fillRule="evenodd" d="M7.5 8l-5 5L1 11.5L4.75 8L1 4.5L2.5 3l5 5z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 8 16"><path fill-rule="evenodd" d="M7.5 8l-5 5L1 11.5L4.75 8L1 4.5L2.5 3l5 5z" fill="currentColor"/></svg> </template>
CSS
.icon-chevron-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%208%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.5%208l-5%205L1%2011.5L4.75%208L1%204.5L2.5%203l5%205z%22%20fill%3D%22currentColor%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%208%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.5%208l-5%205L1%2011.5L4.75%208L1%204.5L2.5%203l5%205z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/chevron-right.svg?color=%231a73e8&size=48