chevron right icon
chevron-right from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- chevron-right
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
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-rightJam Iconschevron-rightLine Awesomechevron-rightMaterial Line Iconschevron-rightLucidechevron-rightMage Iconschevron-rightMajesticonschevron-rightMaterial Symbols
Related icons in IonIcons
Use the chevron right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M298.3 256L131.1 81.9c-4.2-4.3-4.1-11.4.2-15.8l29.9-30.6c4.3-4.4 11.3-4.5 15.5-.2L380.9 248c2.2 2.2 3.2 5.2 3 8.1.1 3-.9 5.9-3 8.1L176.7 476.8c-4.2 4.3-11.2 4.2-15.5-.2L131.3 446c-4.3-4.4-4.4-11.5-.2-15.8L298.3 256z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonChevronRight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M298.3 256L131.1 81.9c-4.2-4.3-4.1-11.4.2-15.8l29.9-30.6c4.3-4.4 11.3-4.5 15.5-.2L380.9 248c2.2 2.2 3.2 5.2 3 8.1.1 3-.9 5.9-3 8.1L176.7 476.8c-4.2 4.3-11.2 4.2-15.5-.2L131.3 446c-4.3-4.4-4.4-11.5-.2-15.8L298.3 256z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M298.3 256L131.1 81.9c-4.2-4.3-4.1-11.4.2-15.8l29.9-30.6c4.3-4.4 11.3-4.5 15.5-.2L380.9 248c2.2 2.2 3.2 5.2 3 8.1.1 3-.9 5.9-3 8.1L176.7 476.8c-4.2 4.3-11.2 4.2-15.5-.2L131.3 446c-4.3-4.4-4.4-11.5-.2-15.8L298.3 256z" 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%20512%20512%22%3E%3Cpath%20d%3D%22M298.3%20256L131.1%2081.9c-4.2-4.3-4.1-11.4.2-15.8l29.9-30.6c4.3-4.4%2011.3-4.5%2015.5-.2L380.9%20248c2.2%202.2%203.2%205.2%203%208.1.1%203-.9%205.9-3%208.1L176.7%20476.8c-4.2%204.3-11.2%204.2-15.5-.2L131.3%20446c-4.3-4.4-4.4-11.5-.2-15.8L298.3%20256z%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%20512%20512%22%3E%3Cpath%20d%3D%22M298.3%20256L131.1%2081.9c-4.2-4.3-4.1-11.4.2-15.8l29.9-30.6c4.3-4.4%2011.3-4.5%2015.5-.2L380.9%20248c2.2%202.2%203.2%205.2%203%208.1.1%203-.9%205.9-3%208.1L176.7%20476.8c-4.2%204.3-11.2%204.2-15.5-.2L131.3%20446c-4.3-4.4-4.4-11.5-.2-15.8L298.3%20256z%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/ion/chevron-right.svg?color=%231a73e8&size=48