comment lock icon
comment-lock from Unicons by Iconscout · Line · Chat · Apache-2.0 Free for personal and commercial use.
- Name
- comment-lock
- Set
- Unicons
- Style
- Line
- Category
- Chat
- Viewbox
- 24×24
- License
- Apache 2.0
More chat icons from Unicons
chatchat-bubble-userchat-infocommentcomment-addcomment-altcomment-alt-blockcomment-alt-chart-linescomment-alt-checkcomment-alt-dotscomment-alt-downloadcomment-alt-editcomment-alt-exclamationcomment-alt-heartcomment-alt-imagecomment-alt-infocomment-alt-linescomment-alt-lockcomment-alt-medicalcomment-alt-messagecomment-alt-notescomment-alt-pluscomment-alt-questioncomment-alt-redo
Use the comment lock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.92 16.13a1 1 0 0 0-1.37.37A7 7 0 0 1 11.5 20H5.91l.64-.63a1 1 0 0 0 0-1.41a7 7 0 0 1 4.07-11.91a1 1 0 1 0-.24-2a9 9 0 0 0-5.91 14.57l-1.68 1.67a1 1 0 0 0-.21 1.09a1 1 0 0 0 .92.62h8a9 9 0 0 0 7.79-4.5a1 1 0 0 0-.37-1.37m.58-9.95V5a3 3 0 0 0-6 0v1.18a3 3 0 0 0-2 2.82v2a3 3 0 0 0 3 3h4a3 3 0 0 0 3-3V9a3 3 0 0 0-2-2.82M15.5 5a1 1 0 0 1 2 0v1h-2Zm4 6a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1Z"/></svg>
React
import type { SVGProps } from "react";
export function UilCommentLock(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="M18.92 16.13a1 1 0 0 0-1.37.37A7 7 0 0 1 11.5 20H5.91l.64-.63a1 1 0 0 0 0-1.41a7 7 0 0 1 4.07-11.91a1 1 0 1 0-.24-2a9 9 0 0 0-5.91 14.57l-1.68 1.67a1 1 0 0 0-.21 1.09a1 1 0 0 0 .92.62h8a9 9 0 0 0 7.79-4.5a1 1 0 0 0-.37-1.37m.58-9.95V5a3 3 0 0 0-6 0v1.18a3 3 0 0 0-2 2.82v2a3 3 0 0 0 3 3h4a3 3 0 0 0 3-3V9a3 3 0 0 0-2-2.82M15.5 5a1 1 0 0 1 2 0v1h-2Zm4 6a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.92 16.13a1 1 0 0 0-1.37.37A7 7 0 0 1 11.5 20H5.91l.64-.63a1 1 0 0 0 0-1.41a7 7 0 0 1 4.07-11.91a1 1 0 1 0-.24-2a9 9 0 0 0-5.91 14.57l-1.68 1.67a1 1 0 0 0-.21 1.09a1 1 0 0 0 .92.62h8a9 9 0 0 0 7.79-4.5a1 1 0 0 0-.37-1.37m.58-9.95V5a3 3 0 0 0-6 0v1.18a3 3 0 0 0-2 2.82v2a3 3 0 0 0 3 3h4a3 3 0 0 0 3-3V9a3 3 0 0 0-2-2.82M15.5 5a1 1 0 0 1 2 0v1h-2Zm4 6a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1Z"/></svg> </template>
CSS
.icon-comment-lock {
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%22M18.92%2016.13a1%201%200%200%200-1.37.37A7%207%200%200%201%2011.5%2020H5.91l.64-.63a1%201%200%200%200%200-1.41a7%207%200%200%201%204.07-11.91a1%201%200%201%200-.24-2a9%209%200%200%200-5.91%2014.57l-1.68%201.67a1%201%200%200%200-.21%201.09a1%201%200%200%200%20.92.62h8a9%209%200%200%200%207.79-4.5a1%201%200%200%200-.37-1.37m.58-9.95V5a3%203%200%200%200-6%200v1.18a3%203%200%200%200-2%202.82v2a3%203%200%200%200%203%203h4a3%203%200%200%200%203-3V9a3%203%200%200%200-2-2.82M15.5%205a1%201%200%200%201%202%200v1h-2Zm4%206a1%201%200%200%201-1%201h-4a1%201%200%200%201-1-1V9a1%201%200%200%201%201-1h4a1%201%200%200%201%201%201Z%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%22M18.92%2016.13a1%201%200%200%200-1.37.37A7%207%200%200%201%2011.5%2020H5.91l.64-.63a1%201%200%200%200%200-1.41a7%207%200%200%201%204.07-11.91a1%201%200%201%200-.24-2a9%209%200%200%200-5.91%2014.57l-1.68%201.67a1%201%200%200%200-.21%201.09a1%201%200%200%200%20.92.62h8a9%209%200%200%200%207.79-4.5a1%201%200%200%200-.37-1.37m.58-9.95V5a3%203%200%200%200-6%200v1.18a3%203%200%200%200-2%202.82v2a3%203%200%200%200%203%203h4a3%203%200%200%200%203-3V9a3%203%200%200%200-2-2.82M15.5%205a1%201%200%200%201%202%200v1h-2Zm4%206a1%201%200%200%201-1%201h-4a1%201%200%200%201-1-1V9a1%201%200%200%201%201-1h4a1%201%200%200%201%201%201Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/comment-lock.svg?color=%231a73e8&size=48