arrow forward down person icon

arrow-forward-down-person-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
arrow-forward-down-person-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the arrow forward down person icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m13.61 4.318l2.683 2.683L12 7l-.261-.004C8.807 6.905 7 5.273 7 3a.5.5 0 0 0-1 0l.004.208C6.114 6.024 8.478 8 12 8h4.293l-2.682 2.682l-.058.07a.5.5 0 0 0 .765.637l3.55-3.55l.055-.072l.04-.076l.02-.062l.015-.086v-.067L18 7.5a.5.5 0 0 0-.011-.105l-.005-.02l-.023-.068l-.027-.056l-.05-.071l-3.566-3.57l-.07-.057a.5.5 0 0 0-.637.765M7.5 11a2 2 0 1 1-4 0a2 2 0 0 1 4 0M9 15.5C9 16.745 8 18 5.5 18S2 16.75 2 15.5A1.5 1.5 0 0 1 3.5 14h4A1.5 1.5 0 0 1 9 15.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowForwardDownPerson20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m13.61 4.318l2.683 2.683L12 7l-.261-.004C8.807 6.905 7 5.273 7 3a.5.5 0 0 0-1 0l.004.208C6.114 6.024 8.478 8 12 8h4.293l-2.682 2.682l-.058.07a.5.5 0 0 0 .765.637l3.55-3.55l.055-.072l.04-.076l.02-.062l.015-.086v-.067L18 7.5a.5.5 0 0 0-.011-.105l-.005-.02l-.023-.068l-.027-.056l-.05-.071l-3.566-3.57l-.07-.057a.5.5 0 0 0-.637.765M7.5 11a2 2 0 1 1-4 0a2 2 0 0 1 4 0M9 15.5C9 16.745 8 18 5.5 18S2 16.75 2 15.5A1.5 1.5 0 0 1 3.5 14h4A1.5 1.5 0 0 1 9 15.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m13.61 4.318l2.683 2.683L12 7l-.261-.004C8.807 6.905 7 5.273 7 3a.5.5 0 0 0-1 0l.004.208C6.114 6.024 8.478 8 12 8h4.293l-2.682 2.682l-.058.07a.5.5 0 0 0 .765.637l3.55-3.55l.055-.072l.04-.076l.02-.062l.015-.086v-.067L18 7.5a.5.5 0 0 0-.011-.105l-.005-.02l-.023-.068l-.027-.056l-.05-.071l-3.566-3.57l-.07-.057a.5.5 0 0 0-.637.765M7.5 11a2 2 0 1 1-4 0a2 2 0 0 1 4 0M9 15.5C9 16.745 8 18 5.5 18S2 16.75 2 15.5A1.5 1.5 0 0 1 3.5 14h4A1.5 1.5 0 0 1 9 15.5"/></svg>
</template>

CSS

.icon-arrow-forward-down-person-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.61%204.318l2.683%202.683L12%207l-.261-.004C8.807%206.905%207%205.273%207%203a.5.5%200%200%200-1%200l.004.208C6.114%206.024%208.478%208%2012%208h4.293l-2.682%202.682l-.058.07a.5.5%200%200%200%20.765.637l3.55-3.55l.055-.072l.04-.076l.02-.062l.015-.086v-.067L18%207.5a.5.5%200%200%200-.011-.105l-.005-.02l-.023-.068l-.027-.056l-.05-.071l-3.566-3.57l-.07-.057a.5.5%200%200%200-.637.765M7.5%2011a2%202%200%201%201-4%200a2%202%200%200%201%204%200M9%2015.5C9%2016.745%208%2018%205.5%2018S2%2016.75%202%2015.5A1.5%201.5%200%200%201%203.5%2014h4A1.5%201.5%200%200%201%209%2015.5%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.61%204.318l2.683%202.683L12%207l-.261-.004C8.807%206.905%207%205.273%207%203a.5.5%200%200%200-1%200l.004.208C6.114%206.024%208.478%208%2012%208h4.293l-2.682%202.682l-.058.07a.5.5%200%200%200%20.765.637l3.55-3.55l.055-.072l.04-.076l.02-.062l.015-.086v-.067L18%207.5a.5.5%200%200%200-.011-.105l-.005-.02l-.023-.068l-.027-.056l-.05-.071l-3.566-3.57l-.07-.057a.5.5%200%200%200-.637.765M7.5%2011a2%202%200%201%201-4%200a2%202%200%200%201%204%200M9%2015.5C9%2016.745%208%2018%205.5%2018S2%2016.75%202%2015.5A1.5%201.5%200%200%201%203.5%2014h4A1.5%201.5%200%200%201%209%2015.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/arrow-forward-down-person-20-regular.svg?color=%231a73e8&size=48