double chevron right icon

double-chevron-right from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
double-chevron-right
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the double chevron right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.015 25.9L14.6 24.484L23.086 16L14.6 7.515L16.015 6.1l9.9 9.899zm-8.5 0L6.1 24.484L14.586 16L6.1 7.515L7.515 6.1l9.9 9.899z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonDoubleChevronRight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.015 25.9L14.6 24.484L23.086 16L14.6 7.515L16.015 6.1l9.9 9.899zm-8.5 0L6.1 24.484L14.586 16L6.1 7.515L7.515 6.1l9.9 9.899z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.015 25.9L14.6 24.484L23.086 16L14.6 7.515L16.015 6.1l9.9 9.899zm-8.5 0L6.1 24.484L14.586 16L6.1 7.515L7.515 6.1l9.9 9.899z"/></svg>
</template>

CSS

.icon-double-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.015%2025.9L14.6%2024.484L23.086%2016L14.6%207.515L16.015%206.1l9.9%209.899zm-8.5%200L6.1%2024.484L14.586%2016L6.1%207.515L7.515%206.1l9.9%209.899z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.015%2025.9L14.6%2024.484L23.086%2016L14.6%207.515L16.015%206.1l9.9%209.899zm-8.5%200L6.1%2024.484L14.586%2016L6.1%207.515L7.515%206.1l9.9%209.899z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/double-chevron-right.svg?color=%231a73e8&size=48