arrows out cardinal icon

arrows-out-cardinal-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
arrows-out-cardinal-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the arrows out cardinal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M232 128L128 232L24 128L128 24Z" opacity=".2"/><path d="M90.34 61.66a8 8 0 0 1 0-11.32l32-32a8 8 0 0 1 11.32 0l32 32a8 8 0 0 1-11.32 11.32L136 43.31V96a8 8 0 0 1-16 0V43.31l-18.34 18.35a8 8 0 0 1-11.32 0m64 132.68L136 212.69V160a8 8 0 0 0-16 0v52.69l-18.34-18.35a8 8 0 0 0-11.32 11.32l32 32a8 8 0 0 0 11.32 0l32-32a8 8 0 0 0-11.32-11.32m83.32-72l-32-32a8 8 0 0 0-11.32 11.32L212.69 120H160a8 8 0 0 0 0 16h52.69l-18.35 18.34a8 8 0 0 0 11.32 11.32l32-32a8 8 0 0 0 0-11.32M43.31 136H96a8 8 0 0 0 0-16H43.31l18.35-18.34a8 8 0 0 0-11.32-11.32l-32 32a8 8 0 0 0 0 11.32l32 32a8 8 0 0 0 11.32-11.32Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhArrowsOutCardinalDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M232 128L128 232L24 128L128 24Z" opacity=".2"/><path d="M90.34 61.66a8 8 0 0 1 0-11.32l32-32a8 8 0 0 1 11.32 0l32 32a8 8 0 0 1-11.32 11.32L136 43.31V96a8 8 0 0 1-16 0V43.31l-18.34 18.35a8 8 0 0 1-11.32 0m64 132.68L136 212.69V160a8 8 0 0 0-16 0v52.69l-18.34-18.35a8 8 0 0 0-11.32 11.32l32 32a8 8 0 0 0 11.32 0l32-32a8 8 0 0 0-11.32-11.32m83.32-72l-32-32a8 8 0 0 0-11.32 11.32L212.69 120H160a8 8 0 0 0 0 16h52.69l-18.35 18.34a8 8 0 0 0 11.32 11.32l32-32a8 8 0 0 0 0-11.32M43.31 136H96a8 8 0 0 0 0-16H43.31l18.35-18.34a8 8 0 0 0-11.32-11.32l-32 32a8 8 0 0 0 0 11.32l32 32a8 8 0 0 0 11.32-11.32Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M232 128L128 232L24 128L128 24Z" opacity=".2"/><path d="M90.34 61.66a8 8 0 0 1 0-11.32l32-32a8 8 0 0 1 11.32 0l32 32a8 8 0 0 1-11.32 11.32L136 43.31V96a8 8 0 0 1-16 0V43.31l-18.34 18.35a8 8 0 0 1-11.32 0m64 132.68L136 212.69V160a8 8 0 0 0-16 0v52.69l-18.34-18.35a8 8 0 0 0-11.32 11.32l32 32a8 8 0 0 0 11.32 0l32-32a8 8 0 0 0-11.32-11.32m83.32-72l-32-32a8 8 0 0 0-11.32 11.32L212.69 120H160a8 8 0 0 0 0 16h52.69l-18.35 18.34a8 8 0 0 0 11.32 11.32l32-32a8 8 0 0 0 0-11.32M43.31 136H96a8 8 0 0 0 0-16H43.31l18.35-18.34a8 8 0 0 0-11.32-11.32l-32 32a8 8 0 0 0 0 11.32l32 32a8 8 0 0 0 11.32-11.32Z"/></g></svg>
</template>

CSS

.icon-arrows-out-cardinal-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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M232%20128L128%20232L24%20128L128%2024Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M90.34%2061.66a8%208%200%200%201%200-11.32l32-32a8%208%200%200%201%2011.32%200l32%2032a8%208%200%200%201-11.32%2011.32L136%2043.31V96a8%208%200%200%201-16%200V43.31l-18.34%2018.35a8%208%200%200%201-11.32%200m64%20132.68L136%20212.69V160a8%208%200%200%200-16%200v52.69l-18.34-18.35a8%208%200%200%200-11.32%2011.32l32%2032a8%208%200%200%200%2011.32%200l32-32a8%208%200%200%200-11.32-11.32m83.32-72l-32-32a8%208%200%200%200-11.32%2011.32L212.69%20120H160a8%208%200%200%200%200%2016h52.69l-18.35%2018.34a8%208%200%200%200%2011.32%2011.32l32-32a8%208%200%200%200%200-11.32M43.31%20136H96a8%208%200%200%200%200-16H43.31l18.35-18.34a8%208%200%200%200-11.32-11.32l-32%2032a8%208%200%200%200%200%2011.32l32%2032a8%208%200%200%200%2011.32-11.32Z%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M232%20128L128%20232L24%20128L128%2024Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M90.34%2061.66a8%208%200%200%201%200-11.32l32-32a8%208%200%200%201%2011.32%200l32%2032a8%208%200%200%201-11.32%2011.32L136%2043.31V96a8%208%200%200%201-16%200V43.31l-18.34%2018.35a8%208%200%200%201-11.32%200m64%20132.68L136%20212.69V160a8%208%200%200%200-16%200v52.69l-18.34-18.35a8%208%200%200%200-11.32%2011.32l32%2032a8%208%200%200%200%2011.32%200l32-32a8%208%200%200%200-11.32-11.32m83.32-72l-32-32a8%208%200%200%200-11.32%2011.32L212.69%20120H160a8%208%200%200%200%200%2016h52.69l-18.35%2018.34a8%208%200%200%200%2011.32%2011.32l32-32a8%208%200%200%200%200-11.32M43.31%20136H96a8%208%200%200%200%200-16H43.31l18.35-18.34a8%208%200%200%200-11.32-11.32l-32%2032a8%208%200%200%200%200%2011.32l32%2032a8%208%200%200%200%2011.32-11.32Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/arrows-out-cardinal-duotone.svg?color=%231a73e8&size=48