ink stroke arrow down icon

ink-stroke-arrow-down-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
ink-stroke-arrow-down-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the ink stroke arrow down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.753 2.933a.75.75 0 0 1 .814-.68l3.043.272c2.157.205 4.224.452 5.922.732c1.66.273 3.073.594 3.844.983c.197.1.412.233.578.415c.176.192.352.506.28.9c-.067.356-.304.59-.487.729a3 3 0 0 1-.695.369c-1.02.404-2.952.79-5.984 1.169c-1.442.18-2.489.357-3.214.522q.308.067.674.132c.992.174 2.241.323 3.568.437a31 31 0 0 1 3.016.398c.46.087.893.186 1.261.296c.352.105.707.236.971.412c.13.086.304.225.42.437a1 1 0 0 1 .063.141A1.75 1.75 0 0 0 14.5 12.25v.158c-.758.154-1.743.302-2.986.444c-2.124.243-3.409.55-4.117.859c-.296.128-.442.236-.508.3c.026.037.073.094.156.17q.227.209.65.45c.56.316 1.282.61 1.979.838l2.637.814a.75.75 0 1 1-.443 1.433l-2.655-.819c-.754-.247-1.58-.578-2.257-.96a5 5 0 0 1-.924-.65c-.255-.233-.513-.544-.62-.935c-.12-.441-.016-.88.274-1.244c.261-.328.656-.574 1.113-.773c.92-.4 2.387-.727 4.545-.974c1.366-.156 2.354-.313 3.041-.462q-.259-.058-.552-.114a30 30 0 0 0-2.865-.378c-1.352-.116-2.649-.27-3.7-.454c-.524-.092-1-.194-1.395-.307c-.376-.106-.75-.241-1.021-.426a1.2 1.2 0 0 1-.43-.49a.93.93 0 0 1 .059-.873c.13-.213.32-.352.472-.442a3 3 0 0 1 .559-.251c.807-.287 2.222-.562 4.37-.83c2.695-.338 4.377-.666 5.295-.962c-.638-.21-1.623-.427-2.89-.635c-1.65-.273-3.679-.515-5.816-.718l-3.038-.272a.75.75 0 0 1-.68-.814M17 12.25a.75.75 0 0 0-1.5 0v4.19l-.72-.72a.75.75 0 1 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l2-2a.75.75 0 1 0-1.06-1.06l-.72.72z"/></svg>

React

import type { SVGProps } from "react";

export function FluentInkStrokeArrowDown20Filled(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="M2.753 2.933a.75.75 0 0 1 .814-.68l3.043.272c2.157.205 4.224.452 5.922.732c1.66.273 3.073.594 3.844.983c.197.1.412.233.578.415c.176.192.352.506.28.9c-.067.356-.304.59-.487.729a3 3 0 0 1-.695.369c-1.02.404-2.952.79-5.984 1.169c-1.442.18-2.489.357-3.214.522q.308.067.674.132c.992.174 2.241.323 3.568.437a31 31 0 0 1 3.016.398c.46.087.893.186 1.261.296c.352.105.707.236.971.412c.13.086.304.225.42.437a1 1 0 0 1 .063.141A1.75 1.75 0 0 0 14.5 12.25v.158c-.758.154-1.743.302-2.986.444c-2.124.243-3.409.55-4.117.859c-.296.128-.442.236-.508.3c.026.037.073.094.156.17q.227.209.65.45c.56.316 1.282.61 1.979.838l2.637.814a.75.75 0 1 1-.443 1.433l-2.655-.819c-.754-.247-1.58-.578-2.257-.96a5 5 0 0 1-.924-.65c-.255-.233-.513-.544-.62-.935c-.12-.441-.016-.88.274-1.244c.261-.328.656-.574 1.113-.773c.92-.4 2.387-.727 4.545-.974c1.366-.156 2.354-.313 3.041-.462q-.259-.058-.552-.114a30 30 0 0 0-2.865-.378c-1.352-.116-2.649-.27-3.7-.454c-.524-.092-1-.194-1.395-.307c-.376-.106-.75-.241-1.021-.426a1.2 1.2 0 0 1-.43-.49a.93.93 0 0 1 .059-.873c.13-.213.32-.352.472-.442a3 3 0 0 1 .559-.251c.807-.287 2.222-.562 4.37-.83c2.695-.338 4.377-.666 5.295-.962c-.638-.21-1.623-.427-2.89-.635c-1.65-.273-3.679-.515-5.816-.718l-3.038-.272a.75.75 0 0 1-.68-.814M17 12.25a.75.75 0 0 0-1.5 0v4.19l-.72-.72a.75.75 0 1 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l2-2a.75.75 0 1 0-1.06-1.06l-.72.72z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.753 2.933a.75.75 0 0 1 .814-.68l3.043.272c2.157.205 4.224.452 5.922.732c1.66.273 3.073.594 3.844.983c.197.1.412.233.578.415c.176.192.352.506.28.9c-.067.356-.304.59-.487.729a3 3 0 0 1-.695.369c-1.02.404-2.952.79-5.984 1.169c-1.442.18-2.489.357-3.214.522q.308.067.674.132c.992.174 2.241.323 3.568.437a31 31 0 0 1 3.016.398c.46.087.893.186 1.261.296c.352.105.707.236.971.412c.13.086.304.225.42.437a1 1 0 0 1 .063.141A1.75 1.75 0 0 0 14.5 12.25v.158c-.758.154-1.743.302-2.986.444c-2.124.243-3.409.55-4.117.859c-.296.128-.442.236-.508.3c.026.037.073.094.156.17q.227.209.65.45c.56.316 1.282.61 1.979.838l2.637.814a.75.75 0 1 1-.443 1.433l-2.655-.819c-.754-.247-1.58-.578-2.257-.96a5 5 0 0 1-.924-.65c-.255-.233-.513-.544-.62-.935c-.12-.441-.016-.88.274-1.244c.261-.328.656-.574 1.113-.773c.92-.4 2.387-.727 4.545-.974c1.366-.156 2.354-.313 3.041-.462q-.259-.058-.552-.114a30 30 0 0 0-2.865-.378c-1.352-.116-2.649-.27-3.7-.454c-.524-.092-1-.194-1.395-.307c-.376-.106-.75-.241-1.021-.426a1.2 1.2 0 0 1-.43-.49a.93.93 0 0 1 .059-.873c.13-.213.32-.352.472-.442a3 3 0 0 1 .559-.251c.807-.287 2.222-.562 4.37-.83c2.695-.338 4.377-.666 5.295-.962c-.638-.21-1.623-.427-2.89-.635c-1.65-.273-3.679-.515-5.816-.718l-3.038-.272a.75.75 0 0 1-.68-.814M17 12.25a.75.75 0 0 0-1.5 0v4.19l-.72-.72a.75.75 0 1 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l2-2a.75.75 0 1 0-1.06-1.06l-.72.72z"/></svg>
</template>

CSS

.icon-ink-stroke-arrow-down-20-filled {
  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%22M2.753%202.933a.75.75%200%200%201%20.814-.68l3.043.272c2.157.205%204.224.452%205.922.732c1.66.273%203.073.594%203.844.983c.197.1.412.233.578.415c.176.192.352.506.28.9c-.067.356-.304.59-.487.729a3%203%200%200%201-.695.369c-1.02.404-2.952.79-5.984%201.169c-1.442.18-2.489.357-3.214.522q.308.067.674.132c.992.174%202.241.323%203.568.437a31%2031%200%200%201%203.016.398c.46.087.893.186%201.261.296c.352.105.707.236.971.412c.13.086.304.225.42.437a1%201%200%200%201%20.063.141A1.75%201.75%200%200%200%2014.5%2012.25v.158c-.758.154-1.743.302-2.986.444c-2.124.243-3.409.55-4.117.859c-.296.128-.442.236-.508.3c.026.037.073.094.156.17q.227.209.65.45c.56.316%201.282.61%201.979.838l2.637.814a.75.75%200%201%201-.443%201.433l-2.655-.819c-.754-.247-1.58-.578-2.257-.96a5%205%200%200%201-.924-.65c-.255-.233-.513-.544-.62-.935c-.12-.441-.016-.88.274-1.244c.261-.328.656-.574%201.113-.773c.92-.4%202.387-.727%204.545-.974c1.366-.156%202.354-.313%203.041-.462q-.259-.058-.552-.114a30%2030%200%200%200-2.865-.378c-1.352-.116-2.649-.27-3.7-.454c-.524-.092-1-.194-1.395-.307c-.376-.106-.75-.241-1.021-.426a1.2%201.2%200%200%201-.43-.49a.93.93%200%200%201%20.059-.873c.13-.213.32-.352.472-.442a3%203%200%200%201%20.559-.251c.807-.287%202.222-.562%204.37-.83c2.695-.338%204.377-.666%205.295-.962c-.638-.21-1.623-.427-2.89-.635c-1.65-.273-3.679-.515-5.816-.718l-3.038-.272a.75.75%200%200%201-.68-.814M17%2012.25a.75.75%200%200%200-1.5%200v4.19l-.72-.72a.75.75%200%201%200-1.06%201.06l2%202a.75.75%200%200%200%201.06%200l2-2a.75.75%200%201%200-1.06-1.06l-.72.72z%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%22M2.753%202.933a.75.75%200%200%201%20.814-.68l3.043.272c2.157.205%204.224.452%205.922.732c1.66.273%203.073.594%203.844.983c.197.1.412.233.578.415c.176.192.352.506.28.9c-.067.356-.304.59-.487.729a3%203%200%200%201-.695.369c-1.02.404-2.952.79-5.984%201.169c-1.442.18-2.489.357-3.214.522q.308.067.674.132c.992.174%202.241.323%203.568.437a31%2031%200%200%201%203.016.398c.46.087.893.186%201.261.296c.352.105.707.236.971.412c.13.086.304.225.42.437a1%201%200%200%201%20.063.141A1.75%201.75%200%200%200%2014.5%2012.25v.158c-.758.154-1.743.302-2.986.444c-2.124.243-3.409.55-4.117.859c-.296.128-.442.236-.508.3c.026.037.073.094.156.17q.227.209.65.45c.56.316%201.282.61%201.979.838l2.637.814a.75.75%200%201%201-.443%201.433l-2.655-.819c-.754-.247-1.58-.578-2.257-.96a5%205%200%200%201-.924-.65c-.255-.233-.513-.544-.62-.935c-.12-.441-.016-.88.274-1.244c.261-.328.656-.574%201.113-.773c.92-.4%202.387-.727%204.545-.974c1.366-.156%202.354-.313%203.041-.462q-.259-.058-.552-.114a30%2030%200%200%200-2.865-.378c-1.352-.116-2.649-.27-3.7-.454c-.524-.092-1-.194-1.395-.307c-.376-.106-.75-.241-1.021-.426a1.2%201.2%200%200%201-.43-.49a.93.93%200%200%201%20.059-.873c.13-.213.32-.352.472-.442a3%203%200%200%201%20.559-.251c.807-.287%202.222-.562%204.37-.83c2.695-.338%204.377-.666%205.295-.962c-.638-.21-1.623-.427-2.89-.635c-1.65-.273-3.679-.515-5.816-.718l-3.038-.272a.75.75%200%200%201-.68-.814M17%2012.25a.75.75%200%200%200-1.5%200v4.19l-.72-.72a.75.75%200%201%200-1.06%201.06l2%202a.75.75%200%200%200%201.06%200l2-2a.75.75%200%201%200-1.06-1.06l-.72.72z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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