round double arrow icon

round-double-arrow from Google Material Icons by Material Design Authors · Baseline · Navigation · Apache-2.0 Free for personal and commercial use.

Name
round-double-arrow
Set
Google Material Icons
Style
Baseline
Category
Navigation
Viewbox
24×24
License
Apache 2.0

More navigation icons from Google Material Icons

Use the round double arrow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.08 11.42l-4.04-5.65c-.34-.48-.89-.77-1.48-.77c-1.49 0-2.35 1.68-1.49 2.89L16 12l-2.93 4.11c-.87 1.21 0 2.89 1.49 2.89c.59 0 1.15-.29 1.49-.77l4.04-5.65c.24-.35.24-.81-.01-1.16"/><path fill="currentColor" d="M13.08 11.42L9.05 5.77C8.7 5.29 8.15 5 7.56 5C6.07 5 5.2 6.68 6.07 7.89L9 12l-2.93 4.11C5.2 17.32 6.07 19 7.56 19c.59 0 1.15-.29 1.49-.77l4.04-5.65c.24-.35.24-.81-.01-1.16"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundDoubleArrow(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.08 11.42l-4.04-5.65c-.34-.48-.89-.77-1.48-.77c-1.49 0-2.35 1.68-1.49 2.89L16 12l-2.93 4.11c-.87 1.21 0 2.89 1.49 2.89c.59 0 1.15-.29 1.49-.77l4.04-5.65c.24-.35.24-.81-.01-1.16"/><path fill="currentColor" d="M13.08 11.42L9.05 5.77C8.7 5.29 8.15 5 7.56 5C6.07 5 5.2 6.68 6.07 7.89L9 12l-2.93 4.11C5.2 17.32 6.07 19 7.56 19c.59 0 1.15-.29 1.49-.77l4.04-5.65c.24-.35.24-.81-.01-1.16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.08 11.42l-4.04-5.65c-.34-.48-.89-.77-1.48-.77c-1.49 0-2.35 1.68-1.49 2.89L16 12l-2.93 4.11c-.87 1.21 0 2.89 1.49 2.89c.59 0 1.15-.29 1.49-.77l4.04-5.65c.24-.35.24-.81-.01-1.16"/><path fill="currentColor" d="M13.08 11.42L9.05 5.77C8.7 5.29 8.15 5 7.56 5C6.07 5 5.2 6.68 6.07 7.89L9 12l-2.93 4.11C5.2 17.32 6.07 19 7.56 19c.59 0 1.15-.29 1.49-.77l4.04-5.65c.24-.35.24-.81-.01-1.16"/></svg>
</template>

CSS

.icon-round-double-arrow {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.08%2011.42l-4.04-5.65c-.34-.48-.89-.77-1.48-.77c-1.49%200-2.35%201.68-1.49%202.89L16%2012l-2.93%204.11c-.87%201.21%200%202.89%201.49%202.89c.59%200%201.15-.29%201.49-.77l4.04-5.65c.24-.35.24-.81-.01-1.16%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.08%2011.42L9.05%205.77C8.7%205.29%208.15%205%207.56%205C6.07%205%205.2%206.68%206.07%207.89L9%2012l-2.93%204.11C5.2%2017.32%206.07%2019%207.56%2019c.59%200%201.15-.29%201.49-.77l4.04-5.65c.24-.35.24-.81-.01-1.16%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.08%2011.42l-4.04-5.65c-.34-.48-.89-.77-1.48-.77c-1.49%200-2.35%201.68-1.49%202.89L16%2012l-2.93%204.11c-.87%201.21%200%202.89%201.49%202.89c.59%200%201.15-.29%201.49-.77l4.04-5.65c.24-.35.24-.81-.01-1.16%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.08%2011.42L9.05%205.77C8.7%205.29%208.15%205%207.56%205C6.07%205%205.2%206.68%206.07%207.89L9%2012l-2.93%204.11C5.2%2017.32%206.07%2019%207.56%2019c.59%200%201.15-.29%201.49-.77l4.04-5.65c.24-.35.24-.81-.01-1.16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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