arrow right b icon
arrow-right-b from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- arrow-right-b
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
arrow-backarrow-back-circlearrow-downarrow-down-aarrow-down-barrow-down-carrow-down-circlearrow-down-left-boxarrow-down-right-boxarrow-expandarrow-forwardarrow-forward-circlearrow-graph-down-leftarrow-graph-down-rightarrow-graph-up-leftarrow-graph-up-rightarrow-left-aarrow-left-barrow-left-carrow-movearrow-redoarrow-redo-circlearrow-resizearrow-return-left
Use the arrow right b icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M184.7 413.1l2.1-1.8 156.5-136c5.3-4.6 8.6-11.5 8.6-19.2 0-7.7-3.4-14.6-8.6-19.2L187.1 101l-2.6-2.3C182 97 179 96 175.8 96c-8.7 0-15.8 7.4-15.8 16.6v286.8c0 9.2 7.1 16.6 15.8 16.6 3.3 0 6.4-1.1 8.9-2.9z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonArrowRightB(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M184.7 413.1l2.1-1.8 156.5-136c5.3-4.6 8.6-11.5 8.6-19.2 0-7.7-3.4-14.6-8.6-19.2L187.1 101l-2.6-2.3C182 97 179 96 175.8 96c-8.7 0-15.8 7.4-15.8 16.6v286.8c0 9.2 7.1 16.6 15.8 16.6 3.3 0 6.4-1.1 8.9-2.9z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M184.7 413.1l2.1-1.8 156.5-136c5.3-4.6 8.6-11.5 8.6-19.2 0-7.7-3.4-14.6-8.6-19.2L187.1 101l-2.6-2.3C182 97 179 96 175.8 96c-8.7 0-15.8 7.4-15.8 16.6v286.8c0 9.2 7.1 16.6 15.8 16.6 3.3 0 6.4-1.1 8.9-2.9z" fill="currentColor"/></svg> </template>
CSS
.icon-arrow-right-b {
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%22M184.7%20413.1l2.1-1.8%20156.5-136c5.3-4.6%208.6-11.5%208.6-19.2%200-7.7-3.4-14.6-8.6-19.2L187.1%20101l-2.6-2.3C182%2097%20179%2096%20175.8%2096c-8.7%200-15.8%207.4-15.8%2016.6v286.8c0%209.2%207.1%2016.6%2015.8%2016.6%203.3%200%206.4-1.1%208.9-2.9z%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%22M184.7%20413.1l2.1-1.8%20156.5-136c5.3-4.6%208.6-11.5%208.6-19.2%200-7.7-3.4-14.6-8.6-19.2L187.1%20101l-2.6-2.3C182%2097%20179%2096%20175.8%2096c-8.7%200-15.8%207.4-15.8%2016.6v286.8c0%209.2%207.1%2016.6%2015.8%2016.6%203.3%200%206.4-1.1%208.9-2.9z%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/arrow-right-b.svg?color=%231a73e8&size=48