comment shield icon

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

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

More chat icons from Unicons

Use the comment shield icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.7 2.86a1 1 0 0 0-.84-.2a3 3 0 0 1-2.33-.48a1 1 0 0 0-1.15 0a3 3 0 0 1-2.33.48a1 1 0 0 0-.84.2a1 1 0 0 0-.37.77V7a4.56 4.56 0 0 0 1.91 3.7l1.62 1.16a1 1 0 0 0 1.17 0l1.62-1.16A4.56 4.56 0 0 0 22.07 7V3.63a1 1 0 0 0-.37-.77M20.07 7A2.57 2.57 0 0 1 19 9l-1 .74L16.91 9a2.57 2.57 0 0 1-1.07-2V4.72A5.2 5.2 0 0 0 18 4.17a5.1 5.1 0 0 0 2.11.55Zm-1.14 7a1 1 0 0 0-1.21.72A7 7 0 0 1 10.93 20H5.35l.65-.63A1 1 0 0 0 6 18a7 7 0 0 1 4.93-12a1 1 0 0 0 0-2a9 9 0 0 0-7 14.62l-1.7 1.67a1 1 0 0 0 .7 1.71h8a9 9 0 0 0 8.72-6.75a1 1 0 0 0-.72-1.25"/></svg>

React

import type { SVGProps } from "react";

export function UilCommentShield(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="M21.7 2.86a1 1 0 0 0-.84-.2a3 3 0 0 1-2.33-.48a1 1 0 0 0-1.15 0a3 3 0 0 1-2.33.48a1 1 0 0 0-.84.2a1 1 0 0 0-.37.77V7a4.56 4.56 0 0 0 1.91 3.7l1.62 1.16a1 1 0 0 0 1.17 0l1.62-1.16A4.56 4.56 0 0 0 22.07 7V3.63a1 1 0 0 0-.37-.77M20.07 7A2.57 2.57 0 0 1 19 9l-1 .74L16.91 9a2.57 2.57 0 0 1-1.07-2V4.72A5.2 5.2 0 0 0 18 4.17a5.1 5.1 0 0 0 2.11.55Zm-1.14 7a1 1 0 0 0-1.21.72A7 7 0 0 1 10.93 20H5.35l.65-.63A1 1 0 0 0 6 18a7 7 0 0 1 4.93-12a1 1 0 0 0 0-2a9 9 0 0 0-7 14.62l-1.7 1.67a1 1 0 0 0 .7 1.71h8a9 9 0 0 0 8.72-6.75a1 1 0 0 0-.72-1.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.7 2.86a1 1 0 0 0-.84-.2a3 3 0 0 1-2.33-.48a1 1 0 0 0-1.15 0a3 3 0 0 1-2.33.48a1 1 0 0 0-.84.2a1 1 0 0 0-.37.77V7a4.56 4.56 0 0 0 1.91 3.7l1.62 1.16a1 1 0 0 0 1.17 0l1.62-1.16A4.56 4.56 0 0 0 22.07 7V3.63a1 1 0 0 0-.37-.77M20.07 7A2.57 2.57 0 0 1 19 9l-1 .74L16.91 9a2.57 2.57 0 0 1-1.07-2V4.72A5.2 5.2 0 0 0 18 4.17a5.1 5.1 0 0 0 2.11.55Zm-1.14 7a1 1 0 0 0-1.21.72A7 7 0 0 1 10.93 20H5.35l.65-.63A1 1 0 0 0 6 18a7 7 0 0 1 4.93-12a1 1 0 0 0 0-2a9 9 0 0 0-7 14.62l-1.7 1.67a1 1 0 0 0 .7 1.71h8a9 9 0 0 0 8.72-6.75a1 1 0 0 0-.72-1.25"/></svg>
</template>

CSS

.icon-comment-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%22M21.7%202.86a1%201%200%200%200-.84-.2a3%203%200%200%201-2.33-.48a1%201%200%200%200-1.15%200a3%203%200%200%201-2.33.48a1%201%200%200%200-.84.2a1%201%200%200%200-.37.77V7a4.56%204.56%200%200%200%201.91%203.7l1.62%201.16a1%201%200%200%200%201.17%200l1.62-1.16A4.56%204.56%200%200%200%2022.07%207V3.63a1%201%200%200%200-.37-.77M20.07%207A2.57%202.57%200%200%201%2019%209l-1%20.74L16.91%209a2.57%202.57%200%200%201-1.07-2V4.72A5.2%205.2%200%200%200%2018%204.17a5.1%205.1%200%200%200%202.11.55Zm-1.14%207a1%201%200%200%200-1.21.72A7%207%200%200%201%2010.93%2020H5.35l.65-.63A1%201%200%200%200%206%2018a7%207%200%200%201%204.93-12a1%201%200%200%200%200-2a9%209%200%200%200-7%2014.62l-1.7%201.67a1%201%200%200%200%20.7%201.71h8a9%209%200%200%200%208.72-6.75a1%201%200%200%200-.72-1.25%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%22M21.7%202.86a1%201%200%200%200-.84-.2a3%203%200%200%201-2.33-.48a1%201%200%200%200-1.15%200a3%203%200%200%201-2.33.48a1%201%200%200%200-.84.2a1%201%200%200%200-.37.77V7a4.56%204.56%200%200%200%201.91%203.7l1.62%201.16a1%201%200%200%200%201.17%200l1.62-1.16A4.56%204.56%200%200%200%2022.07%207V3.63a1%201%200%200%200-.37-.77M20.07%207A2.57%202.57%200%200%201%2019%209l-1%20.74L16.91%209a2.57%202.57%200%200%201-1.07-2V4.72A5.2%205.2%200%200%200%2018%204.17a5.1%205.1%200%200%200%202.11.55Zm-1.14%207a1%201%200%200%200-1.21.72A7%207%200%200%201%2010.93%2020H5.35l.65-.63A1%201%200%200%200%206%2018a7%207%200%200%201%204.93-12a1%201%200%200%200%200-2a9%209%200%200%200-7%2014.62l-1.7%201.67a1%201%200%200%200%20.7%201.71h8a9%209%200%200%200%208.72-6.75a1%201%200%200%200-.72-1.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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