message question icon
message-question-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- message-question-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All message question icons →More newicons icons from Reicon
Use the message question icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 18.43h-4l-4.45 2.96A.997.997 0 0 1 7 20.56v-2.13c-3 0-5-2-5-5v-6c0-3 2-5 5-5h10c3 0 5 2 5 5v6c0 3-2 5-5 5"/><path d="M12 12.11c-.41 0-.75-.34-.75-.75v-.21c0-1.16.85-1.73 1.17-1.95c.37-.25.49-.42.49-.68c0-.5-.41-.91-.91-.91s-.91.41-.91.91c0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-1.33 1.08-2.41 2.41-2.41s2.41 1.08 2.41 2.41c0 1.14-.84 1.71-1.15 1.92c-.39.26-.51.43-.51.71v.21c0 .42-.34.75-.75.75m0 2.49a.749.749 0 1 1-.002-1.498A.749.749 0 0 1 12 14.6"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMessageQuestionFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 18.43h-4l-4.45 2.96A.997.997 0 0 1 7 20.56v-2.13c-3 0-5-2-5-5v-6c0-3 2-5 5-5h10c3 0 5 2 5 5v6c0 3-2 5-5 5"/><path d="M12 12.11c-.41 0-.75-.34-.75-.75v-.21c0-1.16.85-1.73 1.17-1.95c.37-.25.49-.42.49-.68c0-.5-.41-.91-.91-.91s-.91.41-.91.91c0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-1.33 1.08-2.41 2.41-2.41s2.41 1.08 2.41 2.41c0 1.14-.84 1.71-1.15 1.92c-.39.26-.51.43-.51.71v.21c0 .42-.34.75-.75.75m0 2.49a.749.749 0 1 1-.002-1.498A.749.749 0 0 1 12 14.6"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 18.43h-4l-4.45 2.96A.997.997 0 0 1 7 20.56v-2.13c-3 0-5-2-5-5v-6c0-3 2-5 5-5h10c3 0 5 2 5 5v6c0 3-2 5-5 5"/><path d="M12 12.11c-.41 0-.75-.34-.75-.75v-.21c0-1.16.85-1.73 1.17-1.95c.37-.25.49-.42.49-.68c0-.5-.41-.91-.91-.91s-.91.41-.91.91c0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-1.33 1.08-2.41 2.41-2.41s2.41 1.08 2.41 2.41c0 1.14-.84 1.71-1.15 1.92c-.39.26-.51.43-.51.71v.21c0 .42-.34.75-.75.75m0 2.49a.749.749 0 1 1-.002-1.498A.749.749 0 0 1 12 14.6"/></g></svg> </template>
CSS
.icon-message-question-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17%2018.43h-4l-4.45%202.96A.997.997%200%200%201%207%2020.56v-2.13c-3%200-5-2-5-5v-6c0-3%202-5%205-5h10c3%200%205%202%205%205v6c0%203-2%205-5%205%22%2F%3E%3Cpath%20d%3D%22M12%2012.11c-.41%200-.75-.34-.75-.75v-.21c0-1.16.85-1.73%201.17-1.95c.37-.25.49-.42.49-.68c0-.5-.41-.91-.91-.91s-.91.41-.91.91c0%20.41-.34.75-.75.75s-.75-.34-.75-.75c0-1.33%201.08-2.41%202.41-2.41s2.41%201.08%202.41%202.41c0%201.14-.84%201.71-1.15%201.92c-.39.26-.51.43-.51.71v.21c0%20.42-.34.75-.75.75m0%202.49a.749.749%200%201%201-.002-1.498A.749.749%200%200%201%2012%2014.6%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17%2018.43h-4l-4.45%202.96A.997.997%200%200%201%207%2020.56v-2.13c-3%200-5-2-5-5v-6c0-3%202-5%205-5h10c3%200%205%202%205%205v6c0%203-2%205-5%205%22%2F%3E%3Cpath%20d%3D%22M12%2012.11c-.41%200-.75-.34-.75-.75v-.21c0-1.16.85-1.73%201.17-1.95c.37-.25.49-.42.49-.68c0-.5-.41-.91-.91-.91s-.91.41-.91.91c0%20.41-.34.75-.75.75s-.75-.34-.75-.75c0-1.33%201.08-2.41%202.41-2.41s2.41%201.08%202.41%202.41c0%201.14-.84%201.71-1.15%201.92c-.39.26-.51.43-.51.71v.21c0%20.42-.34.75-.75.75m0%202.49a.749.749%200%201%201-.002-1.498A.749.749%200%200%201%2012%2014.6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/message-question-filled.svg?color=%231a73e8&size=48