double alt arrow right icon

double-alt-arrow-right-bold-duotone from Solar by 480 Design · Bold Duotone · Arrows · CC-BY-4.0 Attribution required.

Name
double-alt-arrow-right-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Arrows
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More arrows icons from Solar

Use the double alt arrow right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.25 19C6.25 19.3139 6.44543 19.5946 6.73979 19.7035C7.03415 19.8123 7.36519 19.7264 7.56944 19.4881L13.5694 12.4881C13.8102 12.2073 13.8102 11.7928 13.5694 11.5119L7.56944 4.51194C7.36519 4.27364 7.03415 4.18773 6.73979 4.29662C6.44543 4.40551 6.25 4.68618 6.25 5.00004L6.25 19Z" opacity=".5"/><path fill-rule="evenodd" d="M10.5119 19.5695C10.1974 19.2999 10.161 18.8264 10.4306 18.5119L16.0122 12L10.4306 5.48811C10.161 5.17361 10.1974 4.70014 10.5119 4.43057C10.8264 4.161 11.2999 4.19743 11.5695 4.51192L17.5695 11.5119C17.8102 11.7928 17.8102 12.2072 17.5695 12.4881L11.5695 19.4881C11.2999 19.8026 10.8264 19.839 10.5119 19.5695Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarDoubleAltArrowRightBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.25 19C6.25 19.3139 6.44543 19.5946 6.73979 19.7035C7.03415 19.8123 7.36519 19.7264 7.56944 19.4881L13.5694 12.4881C13.8102 12.2073 13.8102 11.7928 13.5694 11.5119L7.56944 4.51194C7.36519 4.27364 7.03415 4.18773 6.73979 4.29662C6.44543 4.40551 6.25 4.68618 6.25 5.00004L6.25 19Z" opacity=".5"/><path fillRule="evenodd" d="M10.5119 19.5695C10.1974 19.2999 10.161 18.8264 10.4306 18.5119L16.0122 12L10.4306 5.48811C10.161 5.17361 10.1974 4.70014 10.5119 4.43057C10.8264 4.161 11.2999 4.19743 11.5695 4.51192L17.5695 11.5119C17.8102 11.7928 17.8102 12.2072 17.5695 12.4881L11.5695 19.4881C11.2999 19.8026 10.8264 19.839 10.5119 19.5695Z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.25 19C6.25 19.3139 6.44543 19.5946 6.73979 19.7035C7.03415 19.8123 7.36519 19.7264 7.56944 19.4881L13.5694 12.4881C13.8102 12.2073 13.8102 11.7928 13.5694 11.5119L7.56944 4.51194C7.36519 4.27364 7.03415 4.18773 6.73979 4.29662C6.44543 4.40551 6.25 4.68618 6.25 5.00004L6.25 19Z" opacity=".5"/><path fill-rule="evenodd" d="M10.5119 19.5695C10.1974 19.2999 10.161 18.8264 10.4306 18.5119L16.0122 12L10.4306 5.48811C10.161 5.17361 10.1974 4.70014 10.5119 4.43057C10.8264 4.161 11.2999 4.19743 11.5695 4.51192L17.5695 11.5119C17.8102 11.7928 17.8102 12.2072 17.5695 12.4881L11.5695 19.4881C11.2999 19.8026 10.8264 19.839 10.5119 19.5695Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-double-alt-arrow-right-bold-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.25%2019C6.25%2019.3139%206.44543%2019.5946%206.73979%2019.7035C7.03415%2019.8123%207.36519%2019.7264%207.56944%2019.4881L13.5694%2012.4881C13.8102%2012.2073%2013.8102%2011.7928%2013.5694%2011.5119L7.56944%204.51194C7.36519%204.27364%207.03415%204.18773%206.73979%204.29662C6.44543%204.40551%206.25%204.68618%206.25%205.00004L6.25%2019Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.5119%2019.5695C10.1974%2019.2999%2010.161%2018.8264%2010.4306%2018.5119L16.0122%2012L10.4306%205.48811C10.161%205.17361%2010.1974%204.70014%2010.5119%204.43057C10.8264%204.161%2011.2999%204.19743%2011.5695%204.51192L17.5695%2011.5119C17.8102%2011.7928%2017.8102%2012.2072%2017.5695%2012.4881L11.5695%2019.4881C11.2999%2019.8026%2010.8264%2019.839%2010.5119%2019.5695Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.25%2019C6.25%2019.3139%206.44543%2019.5946%206.73979%2019.7035C7.03415%2019.8123%207.36519%2019.7264%207.56944%2019.4881L13.5694%2012.4881C13.8102%2012.2073%2013.8102%2011.7928%2013.5694%2011.5119L7.56944%204.51194C7.36519%204.27364%207.03415%204.18773%206.73979%204.29662C6.44543%204.40551%206.25%204.68618%206.25%205.00004L6.25%2019Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.5119%2019.5695C10.1974%2019.2999%2010.161%2018.8264%2010.4306%2018.5119L16.0122%2012L10.4306%205.48811C10.161%205.17361%2010.1974%204.70014%2010.5119%204.43057C10.8264%204.161%2011.2999%204.19743%2011.5695%204.51192L17.5695%2011.5119C17.8102%2011.7928%2017.8102%2012.2072%2017.5695%2012.4881L11.5695%2019.4881C11.2999%2019.8026%2010.8264%2019.839%2010.5119%2019.5695Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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