comment icon
comment-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- comment-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- comment
The same icon in other sets
commentAkar IconscommentBoxIcons v2commentBoxIcons v2 SolidcommentCodiconscommentElement PluscommentFont Awesome 6 RegularcommentFont Awesome 6 SolidcommentFont Awesome RegularcommentFont Awesome Solidcomment-12-filledFluent UI System Iconscomment-16Fluent UI System Color Iconscommentcss.ggcommentIconParkcommentIconPark OutlinecommentIconPark SolidcommentIconPark TwoTonecommentLine AwesomecommentMajesticonscommentMaterial SymbolscommentMaterial Symbols LightcommentMaterial Design Iconscomment-fillMingCute IconcommentOcticonscommentOpenMoji
Use the comment icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M573 421c-23.1 0-41 17.9-41 40s17.9 40 41 40c21.1 0 39-17.9 39-40s-17.9-40-39-40m-280 0c-23.1 0-41 17.9-41 40s17.9 40 41 40c21.1 0 39-17.9 39-40s-17.9-40-39-40"/><path fill="currentColor" d="M894 345c-48.1-66-115.3-110.1-189-130v.1c-17.1-19-36.4-36.5-58-52.1c-163.7-119-393.5-82.7-513 81c-96.3 133-92.2 311.9 6 439l.8 132.6c0 3.2.5 6.4 1.5 9.4c5.3 16.9 23.3 26.2 40.1 20.9L309 806c33.5 11.9 68.1 18.7 102.5 20.6l-.5.4c89.1 64.9 205.9 84.4 313 49l127.1 41.4c3.2 1 6.5 1.6 9.9 1.6c17.7 0 32-14.3 32-32V753c88.1-119.6 90.4-284.9 1-408M323 735l-12-5l-99 31l-1-104l-8-9c-84.6-103.2-90.2-251.9-11-361c96.4-132.2 281.2-161.4 413-66c132.2 96.1 161.5 280.6 66 412c-80.1 109.9-223.5 150.5-348 102m505-17l-8 10l1 104l-98-33l-12 5c-56 20.8-115.7 22.5-171 7l-.2-.1C613.7 788.2 680.7 742.2 729 676c76.4-105.3 88.8-237.6 44.4-350.4l.6.4c23 16.5 44.1 37.1 62 62c72.6 99.6 68.5 235.2-8 330"/><path fill="currentColor" d="M433 421c-23.1 0-41 17.9-41 40s17.9 40 41 40c21.1 0 39-17.9 39-40s-17.9-40-39-40"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignCommentOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M573 421c-23.1 0-41 17.9-41 40s17.9 40 41 40c21.1 0 39-17.9 39-40s-17.9-40-39-40m-280 0c-23.1 0-41 17.9-41 40s17.9 40 41 40c21.1 0 39-17.9 39-40s-17.9-40-39-40"/><path fill="currentColor" d="M894 345c-48.1-66-115.3-110.1-189-130v.1c-17.1-19-36.4-36.5-58-52.1c-163.7-119-393.5-82.7-513 81c-96.3 133-92.2 311.9 6 439l.8 132.6c0 3.2.5 6.4 1.5 9.4c5.3 16.9 23.3 26.2 40.1 20.9L309 806c33.5 11.9 68.1 18.7 102.5 20.6l-.5.4c89.1 64.9 205.9 84.4 313 49l127.1 41.4c3.2 1 6.5 1.6 9.9 1.6c17.7 0 32-14.3 32-32V753c88.1-119.6 90.4-284.9 1-408M323 735l-12-5l-99 31l-1-104l-8-9c-84.6-103.2-90.2-251.9-11-361c96.4-132.2 281.2-161.4 413-66c132.2 96.1 161.5 280.6 66 412c-80.1 109.9-223.5 150.5-348 102m505-17l-8 10l1 104l-98-33l-12 5c-56 20.8-115.7 22.5-171 7l-.2-.1C613.7 788.2 680.7 742.2 729 676c76.4-105.3 88.8-237.6 44.4-350.4l.6.4c23 16.5 44.1 37.1 62 62c72.6 99.6 68.5 235.2-8 330"/><path fill="currentColor" d="M433 421c-23.1 0-41 17.9-41 40s17.9 40 41 40c21.1 0 39-17.9 39-40s-17.9-40-39-40"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M573 421c-23.1 0-41 17.9-41 40s17.9 40 41 40c21.1 0 39-17.9 39-40s-17.9-40-39-40m-280 0c-23.1 0-41 17.9-41 40s17.9 40 41 40c21.1 0 39-17.9 39-40s-17.9-40-39-40"/><path fill="currentColor" d="M894 345c-48.1-66-115.3-110.1-189-130v.1c-17.1-19-36.4-36.5-58-52.1c-163.7-119-393.5-82.7-513 81c-96.3 133-92.2 311.9 6 439l.8 132.6c0 3.2.5 6.4 1.5 9.4c5.3 16.9 23.3 26.2 40.1 20.9L309 806c33.5 11.9 68.1 18.7 102.5 20.6l-.5.4c89.1 64.9 205.9 84.4 313 49l127.1 41.4c3.2 1 6.5 1.6 9.9 1.6c17.7 0 32-14.3 32-32V753c88.1-119.6 90.4-284.9 1-408M323 735l-12-5l-99 31l-1-104l-8-9c-84.6-103.2-90.2-251.9-11-361c96.4-132.2 281.2-161.4 413-66c132.2 96.1 161.5 280.6 66 412c-80.1 109.9-223.5 150.5-348 102m505-17l-8 10l1 104l-98-33l-12 5c-56 20.8-115.7 22.5-171 7l-.2-.1C613.7 788.2 680.7 742.2 729 676c76.4-105.3 88.8-237.6 44.4-350.4l.6.4c23 16.5 44.1 37.1 62 62c72.6 99.6 68.5 235.2-8 330"/><path fill="currentColor" d="M433 421c-23.1 0-41 17.9-41 40s17.9 40 41 40c21.1 0 39-17.9 39-40s-17.9-40-39-40"/></svg> </template>
CSS
.icon-comment-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M573%20421c-23.1%200-41%2017.9-41%2040s17.9%2040%2041%2040c21.1%200%2039-17.9%2039-40s-17.9-40-39-40m-280%200c-23.1%200-41%2017.9-41%2040s17.9%2040%2041%2040c21.1%200%2039-17.9%2039-40s-17.9-40-39-40%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M894%20345c-48.1-66-115.3-110.1-189-130v.1c-17.1-19-36.4-36.5-58-52.1c-163.7-119-393.5-82.7-513%2081c-96.3%20133-92.2%20311.9%206%20439l.8%20132.6c0%203.2.5%206.4%201.5%209.4c5.3%2016.9%2023.3%2026.2%2040.1%2020.9L309%20806c33.5%2011.9%2068.1%2018.7%20102.5%2020.6l-.5.4c89.1%2064.9%20205.9%2084.4%20313%2049l127.1%2041.4c3.2%201%206.5%201.6%209.9%201.6c17.7%200%2032-14.3%2032-32V753c88.1-119.6%2090.4-284.9%201-408M323%20735l-12-5l-99%2031l-1-104l-8-9c-84.6-103.2-90.2-251.9-11-361c96.4-132.2%20281.2-161.4%20413-66c132.2%2096.1%20161.5%20280.6%2066%20412c-80.1%20109.9-223.5%20150.5-348%20102m505-17l-8%2010l1%20104l-98-33l-12%205c-56%2020.8-115.7%2022.5-171%207l-.2-.1C613.7%20788.2%20680.7%20742.2%20729%20676c76.4-105.3%2088.8-237.6%2044.4-350.4l.6.4c23%2016.5%2044.1%2037.1%2062%2062c72.6%2099.6%2068.5%20235.2-8%20330%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M433%20421c-23.1%200-41%2017.9-41%2040s17.9%2040%2041%2040c21.1%200%2039-17.9%2039-40s-17.9-40-39-40%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M573%20421c-23.1%200-41%2017.9-41%2040s17.9%2040%2041%2040c21.1%200%2039-17.9%2039-40s-17.9-40-39-40m-280%200c-23.1%200-41%2017.9-41%2040s17.9%2040%2041%2040c21.1%200%2039-17.9%2039-40s-17.9-40-39-40%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M894%20345c-48.1-66-115.3-110.1-189-130v.1c-17.1-19-36.4-36.5-58-52.1c-163.7-119-393.5-82.7-513%2081c-96.3%20133-92.2%20311.9%206%20439l.8%20132.6c0%203.2.5%206.4%201.5%209.4c5.3%2016.9%2023.3%2026.2%2040.1%2020.9L309%20806c33.5%2011.9%2068.1%2018.7%20102.5%2020.6l-.5.4c89.1%2064.9%20205.9%2084.4%20313%2049l127.1%2041.4c3.2%201%206.5%201.6%209.9%201.6c17.7%200%2032-14.3%2032-32V753c88.1-119.6%2090.4-284.9%201-408M323%20735l-12-5l-99%2031l-1-104l-8-9c-84.6-103.2-90.2-251.9-11-361c96.4-132.2%20281.2-161.4%20413-66c132.2%2096.1%20161.5%20280.6%2066%20412c-80.1%20109.9-223.5%20150.5-348%20102m505-17l-8%2010l1%20104l-98-33l-12%205c-56%2020.8-115.7%2022.5-171%207l-.2-.1C613.7%20788.2%20680.7%20742.2%20729%20676c76.4-105.3%2088.8-237.6%2044.4-350.4l.6.4c23%2016.5%2044.1%2037.1%2062%2062c72.6%2099.6%2068.5%20235.2-8%20330%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M433%20421c-23.1%200-41%2017.9-41%2040s17.9%2040%2041%2040c21.1%200%2039-17.9%2039-40s-17.9-40-39-40%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/comment-outlined.svg?color=%231a73e8&size=48