chat arrow back down icon

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

Name
chat-arrow-back-down-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the chat arrow back down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 3.5C8.201 3.5 3.5 8.201 3.5 14c0 1.884.496 3.65 1.363 5.178a.75.75 0 0 1 .07.575l-1.318 4.634l4.634-1.318a.75.75 0 0 1 .576.07a10.45 10.45 0 0 0 5.329 1.36c.33.524.724 1.003 1.17 1.429A12 12 0 0 1 14 26a11.95 11.95 0 0 1-5.637-1.404l-4.77 1.357a1.25 1.25 0 0 1-1.544-1.544l1.356-4.77A11.95 11.95 0 0 1 2 14C2 7.373 7.373 2 14 2s12 5.373 12 12q0 .672-.072 1.324a7.5 7.5 0 0 0-1.43-1.17L24.5 14c0-5.799-4.701-10.5-10.5-10.5m13 17a6.5 6.5 0 1 0-13 0a6.5 6.5 0 0 0 13 0m-8.146 2.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2a.5.5 0 0 1 .708.708L17.707 21h2.543A2.75 2.75 0 0 0 23 18.25V18a.5.5 0 0 1 1 0v.25A3.75 3.75 0 0 1 20.25 22h-2.543z"/></svg>

React

import type { SVGProps } from "react";

export function FluentChatArrowBackDown28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 3.5C8.201 3.5 3.5 8.201 3.5 14c0 1.884.496 3.65 1.363 5.178a.75.75 0 0 1 .07.575l-1.318 4.634l4.634-1.318a.75.75 0 0 1 .576.07a10.45 10.45 0 0 0 5.329 1.36c.33.524.724 1.003 1.17 1.429A12 12 0 0 1 14 26a11.95 11.95 0 0 1-5.637-1.404l-4.77 1.357a1.25 1.25 0 0 1-1.544-1.544l1.356-4.77A11.95 11.95 0 0 1 2 14C2 7.373 7.373 2 14 2s12 5.373 12 12q0 .672-.072 1.324a7.5 7.5 0 0 0-1.43-1.17L24.5 14c0-5.799-4.701-10.5-10.5-10.5m13 17a6.5 6.5 0 1 0-13 0a6.5 6.5 0 0 0 13 0m-8.146 2.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2a.5.5 0 0 1 .708.708L17.707 21h2.543A2.75 2.75 0 0 0 23 18.25V18a.5.5 0 0 1 1 0v.25A3.75 3.75 0 0 1 20.25 22h-2.543z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 3.5C8.201 3.5 3.5 8.201 3.5 14c0 1.884.496 3.65 1.363 5.178a.75.75 0 0 1 .07.575l-1.318 4.634l4.634-1.318a.75.75 0 0 1 .576.07a10.45 10.45 0 0 0 5.329 1.36c.33.524.724 1.003 1.17 1.429A12 12 0 0 1 14 26a11.95 11.95 0 0 1-5.637-1.404l-4.77 1.357a1.25 1.25 0 0 1-1.544-1.544l1.356-4.77A11.95 11.95 0 0 1 2 14C2 7.373 7.373 2 14 2s12 5.373 12 12q0 .672-.072 1.324a7.5 7.5 0 0 0-1.43-1.17L24.5 14c0-5.799-4.701-10.5-10.5-10.5m13 17a6.5 6.5 0 1 0-13 0a6.5 6.5 0 0 0 13 0m-8.146 2.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2a.5.5 0 0 1 .708.708L17.707 21h2.543A2.75 2.75 0 0 0 23 18.25V18a.5.5 0 0 1 1 0v.25A3.75 3.75 0 0 1 20.25 22h-2.543z"/></svg>
</template>

CSS

.icon-chat-arrow-back-down-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%203.5C8.201%203.5%203.5%208.201%203.5%2014c0%201.884.496%203.65%201.363%205.178a.75.75%200%200%201%20.07.575l-1.318%204.634l4.634-1.318a.75.75%200%200%201%20.576.07a10.45%2010.45%200%200%200%205.329%201.36c.33.524.724%201.003%201.17%201.429A12%2012%200%200%201%2014%2026a11.95%2011.95%200%200%201-5.637-1.404l-4.77%201.357a1.25%201.25%200%200%201-1.544-1.544l1.356-4.77A11.95%2011.95%200%200%201%202%2014C2%207.373%207.373%202%2014%202s12%205.373%2012%2012q0%20.672-.072%201.324a7.5%207.5%200%200%200-1.43-1.17L24.5%2014c0-5.799-4.701-10.5-10.5-10.5m13%2017a6.5%206.5%200%201%200-13%200a6.5%206.5%200%200%200%2013%200m-8.146%202.646a.5.5%200%200%201-.708.708l-2-2a.5.5%200%200%201%200-.708l2-2a.5.5%200%200%201%20.708.708L17.707%2021h2.543A2.75%202.75%200%200%200%2023%2018.25V18a.5.5%200%200%201%201%200v.25A3.75%203.75%200%200%201%2020.25%2022h-2.543z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%203.5C8.201%203.5%203.5%208.201%203.5%2014c0%201.884.496%203.65%201.363%205.178a.75.75%200%200%201%20.07.575l-1.318%204.634l4.634-1.318a.75.75%200%200%201%20.576.07a10.45%2010.45%200%200%200%205.329%201.36c.33.524.724%201.003%201.17%201.429A12%2012%200%200%201%2014%2026a11.95%2011.95%200%200%201-5.637-1.404l-4.77%201.357a1.25%201.25%200%200%201-1.544-1.544l1.356-4.77A11.95%2011.95%200%200%201%202%2014C2%207.373%207.373%202%2014%202s12%205.373%2012%2012q0%20.672-.072%201.324a7.5%207.5%200%200%200-1.43-1.17L24.5%2014c0-5.799-4.701-10.5-10.5-10.5m13%2017a6.5%206.5%200%201%200-13%200a6.5%206.5%200%200%200%2013%200m-8.146%202.646a.5.5%200%200%201-.708.708l-2-2a.5.5%200%200%201%200-.708l2-2a.5.5%200%200%201%20.708.708L17.707%2021h2.543A2.75%202.75%200%200%200%2023%2018.25V18a.5.5%200%200%201%201%200v.25A3.75%203.75%200%200%201%2020.25%2022h-2.543z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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