comment alt shield icon

comment-alt-shield from Unicons by Iconscout · Line · Chat · Apache-2.0 Free for personal and commercial use.

Name
comment-alt-shield
Set
Unicons
Style
Line
Category
Chat
Viewbox
24×24
License
Apache 2.0

More chat icons from Unicons

Use the comment alt shield icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.57 12a1 1 0 0 0 .58-.19l1.62-1.16A4.56 4.56 0 0 0 10.68 7V3.63a1 1 0 0 0-.37-.77a1 1 0 0 0-.84-.2a3 3 0 0 1-2.33-.48a1 1 0 0 0-1.14 0a3 3 0 0 1-2.33.48a1 1 0 0 0-1.2 1V7a4.55 4.55 0 0 0 1.9 3.7L6 11.81a.94.94 0 0 0 .57.19M4.46 7V4.72a5.2 5.2 0 0 0 2.11-.55a5.1 5.1 0 0 0 2.11.55V7a2.57 2.57 0 0 1-1.07 2l-1 .74L5.53 9a2.57 2.57 0 0 1-1.07-2m14.08-1h-5a1 1 0 0 0 0 2h5a1 1 0 0 1 1 1v9.72L18 17.27a.94.94 0 0 0-.68-.27H8.54a1 1 0 0 1-1-1v-1a1 1 0 0 0-2 0v1a3 3 0 0 0 3 3h8.36l3 2.73a1 1 0 0 0 .67.27a1.2 1.2 0 0 0 .41-.08a1 1 0 0 0 .59-.92V9a3 3 0 0 0-3.03-3"/></svg>

React

import type { SVGProps } from "react";

export function UilCommentAltShield(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.57 12a1 1 0 0 0 .58-.19l1.62-1.16A4.56 4.56 0 0 0 10.68 7V3.63a1 1 0 0 0-.37-.77a1 1 0 0 0-.84-.2a3 3 0 0 1-2.33-.48a1 1 0 0 0-1.14 0a3 3 0 0 1-2.33.48a1 1 0 0 0-1.2 1V7a4.55 4.55 0 0 0 1.9 3.7L6 11.81a.94.94 0 0 0 .57.19M4.46 7V4.72a5.2 5.2 0 0 0 2.11-.55a5.1 5.1 0 0 0 2.11.55V7a2.57 2.57 0 0 1-1.07 2l-1 .74L5.53 9a2.57 2.57 0 0 1-1.07-2m14.08-1h-5a1 1 0 0 0 0 2h5a1 1 0 0 1 1 1v9.72L18 17.27a.94.94 0 0 0-.68-.27H8.54a1 1 0 0 1-1-1v-1a1 1 0 0 0-2 0v1a3 3 0 0 0 3 3h8.36l3 2.73a1 1 0 0 0 .67.27a1.2 1.2 0 0 0 .41-.08a1 1 0 0 0 .59-.92V9a3 3 0 0 0-3.03-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.57 12a1 1 0 0 0 .58-.19l1.62-1.16A4.56 4.56 0 0 0 10.68 7V3.63a1 1 0 0 0-.37-.77a1 1 0 0 0-.84-.2a3 3 0 0 1-2.33-.48a1 1 0 0 0-1.14 0a3 3 0 0 1-2.33.48a1 1 0 0 0-1.2 1V7a4.55 4.55 0 0 0 1.9 3.7L6 11.81a.94.94 0 0 0 .57.19M4.46 7V4.72a5.2 5.2 0 0 0 2.11-.55a5.1 5.1 0 0 0 2.11.55V7a2.57 2.57 0 0 1-1.07 2l-1 .74L5.53 9a2.57 2.57 0 0 1-1.07-2m14.08-1h-5a1 1 0 0 0 0 2h5a1 1 0 0 1 1 1v9.72L18 17.27a.94.94 0 0 0-.68-.27H8.54a1 1 0 0 1-1-1v-1a1 1 0 0 0-2 0v1a3 3 0 0 0 3 3h8.36l3 2.73a1 1 0 0 0 .67.27a1.2 1.2 0 0 0 .41-.08a1 1 0 0 0 .59-.92V9a3 3 0 0 0-3.03-3"/></svg>
</template>

CSS

.icon-comment-alt-shield {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.57%2012a1%201%200%200%200%20.58-.19l1.62-1.16A4.56%204.56%200%200%200%2010.68%207V3.63a1%201%200%200%200-.37-.77a1%201%200%200%200-.84-.2a3%203%200%200%201-2.33-.48a1%201%200%200%200-1.14%200a3%203%200%200%201-2.33.48a1%201%200%200%200-1.2%201V7a4.55%204.55%200%200%200%201.9%203.7L6%2011.81a.94.94%200%200%200%20.57.19M4.46%207V4.72a5.2%205.2%200%200%200%202.11-.55a5.1%205.1%200%200%200%202.11.55V7a2.57%202.57%200%200%201-1.07%202l-1%20.74L5.53%209a2.57%202.57%200%200%201-1.07-2m14.08-1h-5a1%201%200%200%200%200%202h5a1%201%200%200%201%201%201v9.72L18%2017.27a.94.94%200%200%200-.68-.27H8.54a1%201%200%200%201-1-1v-1a1%201%200%200%200-2%200v1a3%203%200%200%200%203%203h8.36l3%202.73a1%201%200%200%200%20.67.27a1.2%201.2%200%200%200%20.41-.08a1%201%200%200%200%20.59-.92V9a3%203%200%200%200-3.03-3%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.57%2012a1%201%200%200%200%20.58-.19l1.62-1.16A4.56%204.56%200%200%200%2010.68%207V3.63a1%201%200%200%200-.37-.77a1%201%200%200%200-.84-.2a3%203%200%200%201-2.33-.48a1%201%200%200%200-1.14%200a3%203%200%200%201-2.33.48a1%201%200%200%200-1.2%201V7a4.55%204.55%200%200%200%201.9%203.7L6%2011.81a.94.94%200%200%200%20.57.19M4.46%207V4.72a5.2%205.2%200%200%200%202.11-.55a5.1%205.1%200%200%200%202.11.55V7a2.57%202.57%200%200%201-1.07%202l-1%20.74L5.53%209a2.57%202.57%200%200%201-1.07-2m14.08-1h-5a1%201%200%200%200%200%202h5a1%201%200%200%201%201%201v9.72L18%2017.27a.94.94%200%200%200-.68-.27H8.54a1%201%200%200%201-1-1v-1a1%201%200%200%200-2%200v1a3%203%200%200%200%203%203h8.36l3%202.73a1%201%200%200%200%20.67.27a1.2%201.2%200%200%200%20.41-.08a1%201%200%200%200%20.59-.92V9a3%203%200%200%200-3.03-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/comment-alt-shield.svg?color=%231a73e8&size=48