comment slash icon
comment-slash from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- comment-slash
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More user interface icons from Unicons
Use the comment slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.19 5.23A7 7 0 0 1 12 5a7 7 0 0 1 7 7a7 7 0 0 1-.23 1.81a1 1 0 0 0 .7 1.23a1.2 1.2 0 0 0 .26 0a1 1 0 0 0 1-.74A9 9 0 0 0 21 12a9 9 0 0 0-9-9a9 9 0 0 0-2.33.3A1 1 0 0 0 9 4.53a1 1 0 0 0 1.19.7m11.52 15.06l-18-18a1 1 0 0 0-1.42 1.42L5 6.38a9 9 0 0 0 0 11.24l-1.71 1.67a1 1 0 0 0-.21 1.09A1 1 0 0 0 4 21h8a9 9 0 0 0 5.62-2l2.67 2.68a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.39M12 19H6.41l.64-.63a1 1 0 0 0 0-1.41a7 7 0 0 1-.65-9.15l9.79 9.79A7 7 0 0 1 12 19"/></svg>
React
import type { SVGProps } from "react";
export function UilCommentSlash(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="M10.19 5.23A7 7 0 0 1 12 5a7 7 0 0 1 7 7a7 7 0 0 1-.23 1.81a1 1 0 0 0 .7 1.23a1.2 1.2 0 0 0 .26 0a1 1 0 0 0 1-.74A9 9 0 0 0 21 12a9 9 0 0 0-9-9a9 9 0 0 0-2.33.3A1 1 0 0 0 9 4.53a1 1 0 0 0 1.19.7m11.52 15.06l-18-18a1 1 0 0 0-1.42 1.42L5 6.38a9 9 0 0 0 0 11.24l-1.71 1.67a1 1 0 0 0-.21 1.09A1 1 0 0 0 4 21h8a9 9 0 0 0 5.62-2l2.67 2.68a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.39M12 19H6.41l.64-.63a1 1 0 0 0 0-1.41a7 7 0 0 1-.65-9.15l9.79 9.79A7 7 0 0 1 12 19"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.19 5.23A7 7 0 0 1 12 5a7 7 0 0 1 7 7a7 7 0 0 1-.23 1.81a1 1 0 0 0 .7 1.23a1.2 1.2 0 0 0 .26 0a1 1 0 0 0 1-.74A9 9 0 0 0 21 12a9 9 0 0 0-9-9a9 9 0 0 0-2.33.3A1 1 0 0 0 9 4.53a1 1 0 0 0 1.19.7m11.52 15.06l-18-18a1 1 0 0 0-1.42 1.42L5 6.38a9 9 0 0 0 0 11.24l-1.71 1.67a1 1 0 0 0-.21 1.09A1 1 0 0 0 4 21h8a9 9 0 0 0 5.62-2l2.67 2.68a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.39M12 19H6.41l.64-.63a1 1 0 0 0 0-1.41a7 7 0 0 1-.65-9.15l9.79 9.79A7 7 0 0 1 12 19"/></svg> </template>
CSS
.icon-comment-slash {
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%22M10.19%205.23A7%207%200%200%201%2012%205a7%207%200%200%201%207%207a7%207%200%200%201-.23%201.81a1%201%200%200%200%20.7%201.23a1.2%201.2%200%200%200%20.26%200a1%201%200%200%200%201-.74A9%209%200%200%200%2021%2012a9%209%200%200%200-9-9a9%209%200%200%200-2.33.3A1%201%200%200%200%209%204.53a1%201%200%200%200%201.19.7m11.52%2015.06l-18-18a1%201%200%200%200-1.42%201.42L5%206.38a9%209%200%200%200%200%2011.24l-1.71%201.67a1%201%200%200%200-.21%201.09A1%201%200%200%200%204%2021h8a9%209%200%200%200%205.62-2l2.67%202.68a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.39M12%2019H6.41l.64-.63a1%201%200%200%200%200-1.41a7%207%200%200%201-.65-9.15l9.79%209.79A7%207%200%200%201%2012%2019%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%22M10.19%205.23A7%207%200%200%201%2012%205a7%207%200%200%201%207%207a7%207%200%200%201-.23%201.81a1%201%200%200%200%20.7%201.23a1.2%201.2%200%200%200%20.26%200a1%201%200%200%200%201-.74A9%209%200%200%200%2021%2012a9%209%200%200%200-9-9a9%209%200%200%200-2.33.3A1%201%200%200%200%209%204.53a1%201%200%200%200%201.19.7m11.52%2015.06l-18-18a1%201%200%200%200-1.42%201.42L5%206.38a9%209%200%200%200%200%2011.24l-1.71%201.67a1%201%200%200%200-.21%201.09A1%201%200%200%200%204%2021h8a9%209%200%200%200%205.62-2l2.67%202.68a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.39M12%2019H6.41l.64-.63a1%201%200%200%200%200-1.41a7%207%200%200%201-.65-9.15l9.79%209.79A7%207%200%200%201%2012%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/comment-slash.svg?color=%231a73e8&size=48