arrow right c icon

arrow-right-c from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
arrow-right-c
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the arrow right c icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M322.7 128.4l100.3 105c6 5.8 9 13.7 9 22.4s-3 16.5-9 22.4L322.7 383.6c-11.9 12.5-31.3 12.5-43.2 0-11.9-12.5-11.9-32.7 0-45.2l48.2-50.4h-217c-17 0-30.7-14.3-30.7-32s13.7-32 30.6-32h217l-48.2-50.4c-11.9-12.5-11.9-32.7 0-45.2 12-12.5 31.3-12.5 43.3 0z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonArrowRightC(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M322.7 128.4l100.3 105c6 5.8 9 13.7 9 22.4s-3 16.5-9 22.4L322.7 383.6c-11.9 12.5-31.3 12.5-43.2 0-11.9-12.5-11.9-32.7 0-45.2l48.2-50.4h-217c-17 0-30.7-14.3-30.7-32s13.7-32 30.6-32h217l-48.2-50.4c-11.9-12.5-11.9-32.7 0-45.2 12-12.5 31.3-12.5 43.3 0z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M322.7 128.4l100.3 105c6 5.8 9 13.7 9 22.4s-3 16.5-9 22.4L322.7 383.6c-11.9 12.5-31.3 12.5-43.2 0-11.9-12.5-11.9-32.7 0-45.2l48.2-50.4h-217c-17 0-30.7-14.3-30.7-32s13.7-32 30.6-32h217l-48.2-50.4c-11.9-12.5-11.9-32.7 0-45.2 12-12.5 31.3-12.5 43.3 0z" fill="currentColor"/></svg>
</template>

CSS

.icon-arrow-right-c {
  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%22M322.7%20128.4l100.3%20105c6%205.8%209%2013.7%209%2022.4s-3%2016.5-9%2022.4L322.7%20383.6c-11.9%2012.5-31.3%2012.5-43.2%200-11.9-12.5-11.9-32.7%200-45.2l48.2-50.4h-217c-17%200-30.7-14.3-30.7-32s13.7-32%2030.6-32h217l-48.2-50.4c-11.9-12.5-11.9-32.7%200-45.2%2012-12.5%2031.3-12.5%2043.3%200z%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%22M322.7%20128.4l100.3%20105c6%205.8%209%2013.7%209%2022.4s-3%2016.5-9%2022.4L322.7%20383.6c-11.9%2012.5-31.3%2012.5-43.2%200-11.9-12.5-11.9-32.7%200-45.2l48.2-50.4h-217c-17%200-30.7-14.3-30.7-32s13.7-32%2030.6-32h217l-48.2-50.4c-11.9-12.5-11.9-32.7%200-45.2%2012-12.5%2031.3-12.5%2043.3%200z%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-c.svg?color=%231a73e8&size=48