mention arrow down icon

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

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

1 other variant in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the mention 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="M3.023 10.41c.46.232.956.402 1.479.498L4.5 11a6.5 6.5 0 0 0 8.439 6.204a.84.84 0 0 1 .851.191c.378.378.272 1.015-.234 1.186a8 8 0 0 1-10.532-8.17M11 3a8 8 0 0 1 8 8c0 2.475-1.488 3.999-3.25 3.999c-1.027 0-1.96-.518-2.56-1.44c-.624.864-1.568 1.441-2.69 1.441C8.454 15 7 13.087 7 11q-.001-.105.004-.21a5.5 5.5 0 0 0 1.662-.795c-.106.3-.166.637-.166 1.005c0 1.503 1.008 2.5 2 2.5s2-.997 2-2.5s-1.008-2.5-2-2.5q-.218.001-.434.064a5.4 5.4 0 0 0 .721-1.551c.649.058 1.23.311 1.714.699A.75.75 0 0 1 14 7.75V11c0 1.857 1.012 2.499 1.75 2.499S17.5 12.857 17.5 11A6.5 6.5 0 0 0 11 4.5l-.092.002a5.5 5.5 0 0 0-.498-1.479q.293-.022.59-.023M5.5 1a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m0 2a.5.5 0 0 0-.5.5v2.793L3.854 5.146a.5.5 0 1 0-.708.708l2.002 2.001a.5.5 0 0 0 .35.145h.005a.5.5 0 0 0 .35-.146l2-2a.5.5 0 1 0-.707-.708L6 6.293V3.5a.5.5 0 0 0-.5-.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentMentionArrowDown20Filled(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="M3.023 10.41c.46.232.956.402 1.479.498L4.5 11a6.5 6.5 0 0 0 8.439 6.204a.84.84 0 0 1 .851.191c.378.378.272 1.015-.234 1.186a8 8 0 0 1-10.532-8.17M11 3a8 8 0 0 1 8 8c0 2.475-1.488 3.999-3.25 3.999c-1.027 0-1.96-.518-2.56-1.44c-.624.864-1.568 1.441-2.69 1.441C8.454 15 7 13.087 7 11q-.001-.105.004-.21a5.5 5.5 0 0 0 1.662-.795c-.106.3-.166.637-.166 1.005c0 1.503 1.008 2.5 2 2.5s2-.997 2-2.5s-1.008-2.5-2-2.5q-.218.001-.434.064a5.4 5.4 0 0 0 .721-1.551c.649.058 1.23.311 1.714.699A.75.75 0 0 1 14 7.75V11c0 1.857 1.012 2.499 1.75 2.499S17.5 12.857 17.5 11A6.5 6.5 0 0 0 11 4.5l-.092.002a5.5 5.5 0 0 0-.498-1.479q.293-.022.59-.023M5.5 1a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m0 2a.5.5 0 0 0-.5.5v2.793L3.854 5.146a.5.5 0 1 0-.708.708l2.002 2.001a.5.5 0 0 0 .35.145h.005a.5.5 0 0 0 .35-.146l2-2a.5.5 0 1 0-.707-.708L6 6.293V3.5a.5.5 0 0 0-.5-.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="M3.023 10.41c.46.232.956.402 1.479.498L4.5 11a6.5 6.5 0 0 0 8.439 6.204a.84.84 0 0 1 .851.191c.378.378.272 1.015-.234 1.186a8 8 0 0 1-10.532-8.17M11 3a8 8 0 0 1 8 8c0 2.475-1.488 3.999-3.25 3.999c-1.027 0-1.96-.518-2.56-1.44c-.624.864-1.568 1.441-2.69 1.441C8.454 15 7 13.087 7 11q-.001-.105.004-.21a5.5 5.5 0 0 0 1.662-.795c-.106.3-.166.637-.166 1.005c0 1.503 1.008 2.5 2 2.5s2-.997 2-2.5s-1.008-2.5-2-2.5q-.218.001-.434.064a5.4 5.4 0 0 0 .721-1.551c.649.058 1.23.311 1.714.699A.75.75 0 0 1 14 7.75V11c0 1.857 1.012 2.499 1.75 2.499S17.5 12.857 17.5 11A6.5 6.5 0 0 0 11 4.5l-.092.002a5.5 5.5 0 0 0-.498-1.479q.293-.022.59-.023M5.5 1a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m0 2a.5.5 0 0 0-.5.5v2.793L3.854 5.146a.5.5 0 1 0-.708.708l2.002 2.001a.5.5 0 0 0 .35.145h.005a.5.5 0 0 0 .35-.146l2-2a.5.5 0 1 0-.707-.708L6 6.293V3.5a.5.5 0 0 0-.5-.5"/></svg>
</template>

CSS

.icon-mention-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%22M3.023%2010.41c.46.232.956.402%201.479.498L4.5%2011a6.5%206.5%200%200%200%208.439%206.204a.84.84%200%200%201%20.851.191c.378.378.272%201.015-.234%201.186a8%208%200%200%201-10.532-8.17M11%203a8%208%200%200%201%208%208c0%202.475-1.488%203.999-3.25%203.999c-1.027%200-1.96-.518-2.56-1.44c-.624.864-1.568%201.441-2.69%201.441C8.454%2015%207%2013.087%207%2011q-.001-.105.004-.21a5.5%205.5%200%200%200%201.662-.795c-.106.3-.166.637-.166%201.005c0%201.503%201.008%202.5%202%202.5s2-.997%202-2.5s-1.008-2.5-2-2.5q-.218.001-.434.064a5.4%205.4%200%200%200%20.721-1.551c.649.058%201.23.311%201.714.699A.75.75%200%200%201%2014%207.75V11c0%201.857%201.012%202.499%201.75%202.499S17.5%2012.857%2017.5%2011A6.5%206.5%200%200%200%2011%204.5l-.092.002a5.5%205.5%200%200%200-.498-1.479q.293-.022.59-.023M5.5%201a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m0%202a.5.5%200%200%200-.5.5v2.793L3.854%205.146a.5.5%200%201%200-.708.708l2.002%202.001a.5.5%200%200%200%20.35.145h.005a.5.5%200%200%200%20.35-.146l2-2a.5.5%200%201%200-.707-.708L6%206.293V3.5a.5.5%200%200%200-.5-.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%22M3.023%2010.41c.46.232.956.402%201.479.498L4.5%2011a6.5%206.5%200%200%200%208.439%206.204a.84.84%200%200%201%20.851.191c.378.378.272%201.015-.234%201.186a8%208%200%200%201-10.532-8.17M11%203a8%208%200%200%201%208%208c0%202.475-1.488%203.999-3.25%203.999c-1.027%200-1.96-.518-2.56-1.44c-.624.864-1.568%201.441-2.69%201.441C8.454%2015%207%2013.087%207%2011q-.001-.105.004-.21a5.5%205.5%200%200%200%201.662-.795c-.106.3-.166.637-.166%201.005c0%201.503%201.008%202.5%202%202.5s2-.997%202-2.5s-1.008-2.5-2-2.5q-.218.001-.434.064a5.4%205.4%200%200%200%20.721-1.551c.649.058%201.23.311%201.714.699A.75.75%200%200%201%2014%207.75V11c0%201.857%201.012%202.499%201.75%202.499S17.5%2012.857%2017.5%2011A6.5%206.5%200%200%200%2011%204.5l-.092.002a5.5%205.5%200%200%200-.498-1.479q.293-.022.59-.023M5.5%201a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m0%202a.5.5%200%200%200-.5.5v2.793L3.854%205.146a.5.5%200%201%200-.708.708l2.002%202.001a.5.5%200%200%200%20.35.145h.005a.5.5%200%200%200%20.35-.146l2-2a.5.5%200%201%200-.707-.708L6%206.293V3.5a.5.5%200%200%200-.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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