mention arrow down icon

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

Name
mention-arrow-down-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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.41q.468.238.982.383Q4 10.897 4 11a7 7 0 0 0 9.288 6.614a.54.54 0 0 1 .559.121c.253.253.176.68-.16.8A8 8 0 0 1 3.024 10.41M11 3a8 8 0 0 1 8 8c0 2.5-1.378 3.996-3 3.996c-1.071 0-2.036-.652-2.567-1.815C12.82 14.26 11.76 15 10.5 15C8.497 15 7 13.134 7 11q-.001-.105.004-.21a5.5 5.5 0 0 0 1.05-.42A3.6 3.6 0 0 0 8 11c0 1.732 1.189 3 2.5 3s2.5-1.268 2.5-3s-1.189-3-2.5-3q-.053.002-.105.006q.242-.473.392-.992c.88.08 1.649.523 2.213 1.184V7.5a.5.5 0 0 1 1 0V11l.013.39c.126 1.872 1.164 2.606 1.987 2.606c.878 0 2-.835 2-2.996a7 7 0 0 0-7-7q-.104.001-.207.005a5.5 5.5 0 0 0-.383-.982q.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 FluentMentionArrowDown20Regular(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.41q.468.238.982.383Q4 10.897 4 11a7 7 0 0 0 9.288 6.614a.54.54 0 0 1 .559.121c.253.253.176.68-.16.8A8 8 0 0 1 3.024 10.41M11 3a8 8 0 0 1 8 8c0 2.5-1.378 3.996-3 3.996c-1.071 0-2.036-.652-2.567-1.815C12.82 14.26 11.76 15 10.5 15C8.497 15 7 13.134 7 11q-.001-.105.004-.21a5.5 5.5 0 0 0 1.05-.42A3.6 3.6 0 0 0 8 11c0 1.732 1.189 3 2.5 3s2.5-1.268 2.5-3s-1.189-3-2.5-3q-.053.002-.105.006q.242-.473.392-.992c.88.08 1.649.523 2.213 1.184V7.5a.5.5 0 0 1 1 0V11l.013.39c.126 1.872 1.164 2.606 1.987 2.606c.878 0 2-.835 2-2.996a7 7 0 0 0-7-7q-.104.001-.207.005a5.5 5.5 0 0 0-.383-.982q.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.41q.468.238.982.383Q4 10.897 4 11a7 7 0 0 0 9.288 6.614a.54.54 0 0 1 .559.121c.253.253.176.68-.16.8A8 8 0 0 1 3.024 10.41M11 3a8 8 0 0 1 8 8c0 2.5-1.378 3.996-3 3.996c-1.071 0-2.036-.652-2.567-1.815C12.82 14.26 11.76 15 10.5 15C8.497 15 7 13.134 7 11q-.001-.105.004-.21a5.5 5.5 0 0 0 1.05-.42A3.6 3.6 0 0 0 8 11c0 1.732 1.189 3 2.5 3s2.5-1.268 2.5-3s-1.189-3-2.5-3q-.053.002-.105.006q.242-.473.392-.992c.88.08 1.649.523 2.213 1.184V7.5a.5.5 0 0 1 1 0V11l.013.39c.126 1.872 1.164 2.606 1.987 2.606c.878 0 2-.835 2-2.996a7 7 0 0 0-7-7q-.104.001-.207.005a5.5 5.5 0 0 0-.383-.982q.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-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%22M3.023%2010.41q.468.238.982.383Q4%2010.897%204%2011a7%207%200%200%200%209.288%206.614a.54.54%200%200%201%20.559.121c.253.253.176.68-.16.8A8%208%200%200%201%203.024%2010.41M11%203a8%208%200%200%201%208%208c0%202.5-1.378%203.996-3%203.996c-1.071%200-2.036-.652-2.567-1.815C12.82%2014.26%2011.76%2015%2010.5%2015C8.497%2015%207%2013.134%207%2011q-.001-.105.004-.21a5.5%205.5%200%200%200%201.05-.42A3.6%203.6%200%200%200%208%2011c0%201.732%201.189%203%202.5%203s2.5-1.268%202.5-3s-1.189-3-2.5-3q-.053.002-.105.006q.242-.473.392-.992c.88.08%201.649.523%202.213%201.184V7.5a.5.5%200%200%201%201%200V11l.013.39c.126%201.872%201.164%202.606%201.987%202.606c.878%200%202-.835%202-2.996a7%207%200%200%200-7-7q-.104.001-.207.005a5.5%205.5%200%200%200-.383-.982q.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.41q.468.238.982.383Q4%2010.897%204%2011a7%207%200%200%200%209.288%206.614a.54.54%200%200%201%20.559.121c.253.253.176.68-.16.8A8%208%200%200%201%203.024%2010.41M11%203a8%208%200%200%201%208%208c0%202.5-1.378%203.996-3%203.996c-1.071%200-2.036-.652-2.567-1.815C12.82%2014.26%2011.76%2015%2010.5%2015C8.497%2015%207%2013.134%207%2011q-.001-.105.004-.21a5.5%205.5%200%200%200%201.05-.42A3.6%203.6%200%200%200%208%2011c0%201.732%201.189%203%202.5%203s2.5-1.268%202.5-3s-1.189-3-2.5-3q-.053.002-.105.006q.242-.473.392-.992c.88.08%201.649.523%202.213%201.184V7.5a.5.5%200%200%201%201%200V11l.013.39c.126%201.872%201.164%202.606%201.987%202.606c.878%200%202-.835%202-2.996a7%207%200%200%200-7-7q-.104.001-.207.005a5.5%205.5%200%200%200-.383-.982q.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-regular.svg?color=%231a73e8&size=48