flow arrow icon

flow-arrow-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
flow-arrow-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the flow arrow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m242.83 77.17l-32-32a4 4 0 0 0-5.66 5.66L230.34 76H208c-46.67 0-57.84 26.81-67.69 50.46c-9.46 22.69-18.4 44.16-56.55 45.48a36 36 0 1 0 0 8c43.49-1.42 54.33-27.39 63.91-50.39C157.45 106.12 166.67 84 208 84h22.34l-25.17 25.17a4 4 0 0 0 5.66 5.66l32-32a4 4 0 0 0 0-5.66M48 204a28 28 0 1 1 28-28a28 28 0 0 1-28 28"/></svg>

React

import type { SVGProps } from "react";

export function PhFlowArrowThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m242.83 77.17l-32-32a4 4 0 0 0-5.66 5.66L230.34 76H208c-46.67 0-57.84 26.81-67.69 50.46c-9.46 22.69-18.4 44.16-56.55 45.48a36 36 0 1 0 0 8c43.49-1.42 54.33-27.39 63.91-50.39C157.45 106.12 166.67 84 208 84h22.34l-25.17 25.17a4 4 0 0 0 5.66 5.66l32-32a4 4 0 0 0 0-5.66M48 204a28 28 0 1 1 28-28a28 28 0 0 1-28 28"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m242.83 77.17l-32-32a4 4 0 0 0-5.66 5.66L230.34 76H208c-46.67 0-57.84 26.81-67.69 50.46c-9.46 22.69-18.4 44.16-56.55 45.48a36 36 0 1 0 0 8c43.49-1.42 54.33-27.39 63.91-50.39C157.45 106.12 166.67 84 208 84h22.34l-25.17 25.17a4 4 0 0 0 5.66 5.66l32-32a4 4 0 0 0 0-5.66M48 204a28 28 0 1 1 28-28a28 28 0 0 1-28 28"/></svg>
</template>

CSS

.icon-flow-arrow-thin {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m242.83%2077.17l-32-32a4%204%200%200%200-5.66%205.66L230.34%2076H208c-46.67%200-57.84%2026.81-67.69%2050.46c-9.46%2022.69-18.4%2044.16-56.55%2045.48a36%2036%200%201%200%200%208c43.49-1.42%2054.33-27.39%2063.91-50.39C157.45%20106.12%20166.67%2084%20208%2084h22.34l-25.17%2025.17a4%204%200%200%200%205.66%205.66l32-32a4%204%200%200%200%200-5.66M48%20204a28%2028%200%201%201%2028-28a28%2028%200%200%201-28%2028%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m242.83%2077.17l-32-32a4%204%200%200%200-5.66%205.66L230.34%2076H208c-46.67%200-57.84%2026.81-67.69%2050.46c-9.46%2022.69-18.4%2044.16-56.55%2045.48a36%2036%200%201%200%200%208c43.49-1.42%2054.33-27.39%2063.91-50.39C157.45%20106.12%20166.67%2084%20208%2084h22.34l-25.17%2025.17a4%204%200%200%200%205.66%205.66l32-32a4%204%200%200%200%200-5.66M48%20204a28%2028%200%201%201%2028-28a28%2028%200%200%201-28%2028%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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