v from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
v
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Use the v icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M147.7 98.5c16.3-6.8 35 .9 41.8 17.2L320 428.8l130.5-313.1c6.8-16.3 25.5-24 41.8-17.2s24 25.5 17.2 41.8l-160 384c-5 11.9-16.6 19.7-29.5 19.7s-24.6-7.8-29.5-19.7l-160-384c-6.8-16.3.9-35 17.2-41.8"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidV(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M147.7 98.5c16.3-6.8 35 .9 41.8 17.2L320 428.8l130.5-313.1c6.8-16.3 25.5-24 41.8-17.2s24 25.5 17.2 41.8l-160 384c-5 11.9-16.6 19.7-29.5 19.7s-24.6-7.8-29.5-19.7l-160-384c-6.8-16.3.9-35 17.2-41.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M147.7 98.5c16.3-6.8 35 .9 41.8 17.2L320 428.8l130.5-313.1c6.8-16.3 25.5-24 41.8-17.2s24 25.5 17.2 41.8l-160 384c-5 11.9-16.6 19.7-29.5 19.7s-24.6-7.8-29.5-19.7l-160-384c-6.8-16.3.9-35 17.2-41.8"/></svg>
</template>

CSS

.icon-v {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M147.7%2098.5c16.3-6.8%2035%20.9%2041.8%2017.2L320%20428.8l130.5-313.1c6.8-16.3%2025.5-24%2041.8-17.2s24%2025.5%2017.2%2041.8l-160%20384c-5%2011.9-16.6%2019.7-29.5%2019.7s-24.6-7.8-29.5-19.7l-160-384c-6.8-16.3.9-35%2017.2-41.8%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M147.7%2098.5c16.3-6.8%2035%20.9%2041.8%2017.2L320%20428.8l130.5-313.1c6.8-16.3%2025.5-24%2041.8-17.2s24%2025.5%2017.2%2041.8l-160%20384c-5%2011.9-16.6%2019.7-29.5%2019.7s-24.6-7.8-29.5-19.7l-160-384c-6.8-16.3.9-35%2017.2-41.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/v.svg?color=%231a73e8&size=48