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

Name
chat-dismiss-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the chat dismiss icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.854 7.146a.5.5 0 1 0-.708.708L9.293 10l-2.147 2.146a.5.5 0 0 0 .708.708L10 10.707l2.146 2.147a.5.5 0 0 0 .708-.708L10.707 10l2.147-2.146a.5.5 0 0 0-.708-.708L10 9.293zM18 10a8 8 0 1 0-16 0l.007.346l.026.382a8 8 0 0 0 .829 2.887l.063.12l-.91 3.644l-.014.083v.082a.5.5 0 0 0 .62.441l3.645-.91l.12.064A8 8 0 0 0 18 10M3 10a7 7 0 1 1 3.577 6.108l-.087-.039l-.091-.021a.5.5 0 0 0-.188.01l-3.024.754l.756-3.02l.014-.095a.5.5 0 0 0-.063-.272A6.97 6.97 0 0 1 3 10"/></svg>

React

import type { SVGProps } from "react";

export function FluentChatDismiss20Regular(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="M7.854 7.146a.5.5 0 1 0-.708.708L9.293 10l-2.147 2.146a.5.5 0 0 0 .708.708L10 10.707l2.146 2.147a.5.5 0 0 0 .708-.708L10.707 10l2.147-2.146a.5.5 0 0 0-.708-.708L10 9.293zM18 10a8 8 0 1 0-16 0l.007.346l.026.382a8 8 0 0 0 .829 2.887l.063.12l-.91 3.644l-.014.083v.082a.5.5 0 0 0 .62.441l3.645-.91l.12.064A8 8 0 0 0 18 10M3 10a7 7 0 1 1 3.577 6.108l-.087-.039l-.091-.021a.5.5 0 0 0-.188.01l-3.024.754l.756-3.02l.014-.095a.5.5 0 0 0-.063-.272A6.97 6.97 0 0 1 3 10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.854 7.146a.5.5 0 1 0-.708.708L9.293 10l-2.147 2.146a.5.5 0 0 0 .708.708L10 10.707l2.146 2.147a.5.5 0 0 0 .708-.708L10.707 10l2.147-2.146a.5.5 0 0 0-.708-.708L10 9.293zM18 10a8 8 0 1 0-16 0l.007.346l.026.382a8 8 0 0 0 .829 2.887l.063.12l-.91 3.644l-.014.083v.082a.5.5 0 0 0 .62.441l3.645-.91l.12.064A8 8 0 0 0 18 10M3 10a7 7 0 1 1 3.577 6.108l-.087-.039l-.091-.021a.5.5 0 0 0-.188.01l-3.024.754l.756-3.02l.014-.095a.5.5 0 0 0-.063-.272A6.97 6.97 0 0 1 3 10"/></svg>
</template>

CSS

.icon-chat-dismiss-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%22M7.854%207.146a.5.5%200%201%200-.708.708L9.293%2010l-2.147%202.146a.5.5%200%200%200%20.708.708L10%2010.707l2.146%202.147a.5.5%200%200%200%20.708-.708L10.707%2010l2.147-2.146a.5.5%200%200%200-.708-.708L10%209.293zM18%2010a8%208%200%201%200-16%200l.007.346l.026.382a8%208%200%200%200%20.829%202.887l.063.12l-.91%203.644l-.014.083v.082a.5.5%200%200%200%20.62.441l3.645-.91l.12.064A8%208%200%200%200%2018%2010M3%2010a7%207%200%201%201%203.577%206.108l-.087-.039l-.091-.021a.5.5%200%200%200-.188.01l-3.024.754l.756-3.02l.014-.095a.5.5%200%200%200-.063-.272A6.97%206.97%200%200%201%203%2010%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%22M7.854%207.146a.5.5%200%201%200-.708.708L9.293%2010l-2.147%202.146a.5.5%200%200%200%20.708.708L10%2010.707l2.146%202.147a.5.5%200%200%200%20.708-.708L10.707%2010l2.147-2.146a.5.5%200%200%200-.708-.708L10%209.293zM18%2010a8%208%200%201%200-16%200l.007.346l.026.382a8%208%200%200%200%20.829%202.887l.063.12l-.91%203.644l-.014.083v.082a.5.5%200%200%200%20.62.441l3.645-.91l.12.064A8%208%200%200%200%2018%2010M3%2010a7%207%200%201%201%203.577%206.108l-.087-.039l-.091-.021a.5.5%200%200%200-.188.01l-3.024.754l.756-3.02l.014-.095a.5.5%200%200%200-.063-.272A6.97%206.97%200%200%201%203%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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