message question mark round icon
message-question-mark-round-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- message-question-mark-round-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
Related icons in Mage Icons
message-checkmessage-check-roundmessage-conversationmessage-dotsmessage-dots-checkmessage-dots-crossmessage-dots-downloadmessage-dots-minusmessage-dots-plusmessage-dots-question-markmessage-dots-roundmessage-dots-round-checkmessage-dots-round-crossmessage-dots-round-downloadmessage-dots-round-minusmessage-dots-round-plusmessage-dots-round-question-markmessage-dots-round-uploadmessage-dots-uploadmessage-info-roundmessage-informationmessage-minusmessage-minus-roundmessage-plus
Use the message question mark round icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.27 8.181a9.8 9.8 0 0 0-2.17-3.25a10 10 0 0 0-14.15 0a10.2 10.2 0 0 0-2.17 3.25a9.8 9.8 0 0 0-.75 3.82a9.6 9.6 0 0 0 .74 3.77l-.5 3.65a1.9 1.9 0 0 0 0 .94c.08.306.239.585.46.81a2 2 0 0 0 .79.51c.296.098.612.122.92.07l3.66-.54a9.7 9.7 0 0 0 3.87.79a9.9 9.9 0 0 0 3.83-.76a10 10 0 0 0 3.24-2.17a9.7 9.7 0 0 0 2.17-3.24a10 10 0 0 0 0-7.65zm-9.35 10.08a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5m3.55-7.39a3.3 3.3 0 0 1-.83 1.17a3.4 3.4 0 0 1-1.23.74a.8.8 0 0 0-.33.26a.77.77 0 0 0-.14.44v.63a1 1 0 0 1-2 0v-.66a2.75 2.75 0 0 1 .51-1.57a2.87 2.87 0 0 1 1.29-1a1.43 1.43 0 0 0 .89-.8a1.7 1.7 0 0 0 .11-.59a1.5 1.5 0 0 0-.14-.58a1.8 1.8 0 0 0-.53-.58a1.74 1.74 0 0 0-.77-.31a2 2 0 0 0-1.24.17a1.9 1.9 0 0 0-.84.89a1 1 0 0 1-1.64.263A1 1 0 0 1 8.4 8.24a3.9 3.9 0 0 1 1.74-1.82a3.93 3.93 0 0 1 2.5-.38a3.84 3.84 0 0 1 2.75 2a3.4 3.4 0 0 1 .08 2.84z"/></svg>
React
import type { SVGProps } from "react";
export function MageMessageQuestionMarkRoundFill(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.27 8.181a9.8 9.8 0 0 0-2.17-3.25a10 10 0 0 0-14.15 0a10.2 10.2 0 0 0-2.17 3.25a9.8 9.8 0 0 0-.75 3.82a9.6 9.6 0 0 0 .74 3.77l-.5 3.65a1.9 1.9 0 0 0 0 .94c.08.306.239.585.46.81a2 2 0 0 0 .79.51c.296.098.612.122.92.07l3.66-.54a9.7 9.7 0 0 0 3.87.79a9.9 9.9 0 0 0 3.83-.76a10 10 0 0 0 3.24-2.17a9.7 9.7 0 0 0 2.17-3.24a10 10 0 0 0 0-7.65zm-9.35 10.08a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5m3.55-7.39a3.3 3.3 0 0 1-.83 1.17a3.4 3.4 0 0 1-1.23.74a.8.8 0 0 0-.33.26a.77.77 0 0 0-.14.44v.63a1 1 0 0 1-2 0v-.66a2.75 2.75 0 0 1 .51-1.57a2.87 2.87 0 0 1 1.29-1a1.43 1.43 0 0 0 .89-.8a1.7 1.7 0 0 0 .11-.59a1.5 1.5 0 0 0-.14-.58a1.8 1.8 0 0 0-.53-.58a1.74 1.74 0 0 0-.77-.31a2 2 0 0 0-1.24.17a1.9 1.9 0 0 0-.84.89a1 1 0 0 1-1.64.263A1 1 0 0 1 8.4 8.24a3.9 3.9 0 0 1 1.74-1.82a3.93 3.93 0 0 1 2.5-.38a3.84 3.84 0 0 1 2.75 2a3.4 3.4 0 0 1 .08 2.84z"/></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.27 8.181a9.8 9.8 0 0 0-2.17-3.25a10 10 0 0 0-14.15 0a10.2 10.2 0 0 0-2.17 3.25a9.8 9.8 0 0 0-.75 3.82a9.6 9.6 0 0 0 .74 3.77l-.5 3.65a1.9 1.9 0 0 0 0 .94c.08.306.239.585.46.81a2 2 0 0 0 .79.51c.296.098.612.122.92.07l3.66-.54a9.7 9.7 0 0 0 3.87.79a9.9 9.9 0 0 0 3.83-.76a10 10 0 0 0 3.24-2.17a9.7 9.7 0 0 0 2.17-3.24a10 10 0 0 0 0-7.65zm-9.35 10.08a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5m3.55-7.39a3.3 3.3 0 0 1-.83 1.17a3.4 3.4 0 0 1-1.23.74a.8.8 0 0 0-.33.26a.77.77 0 0 0-.14.44v.63a1 1 0 0 1-2 0v-.66a2.75 2.75 0 0 1 .51-1.57a2.87 2.87 0 0 1 1.29-1a1.43 1.43 0 0 0 .89-.8a1.7 1.7 0 0 0 .11-.59a1.5 1.5 0 0 0-.14-.58a1.8 1.8 0 0 0-.53-.58a1.74 1.74 0 0 0-.77-.31a2 2 0 0 0-1.24.17a1.9 1.9 0 0 0-.84.89a1 1 0 0 1-1.64.263A1 1 0 0 1 8.4 8.24a3.9 3.9 0 0 1 1.74-1.82a3.93 3.93 0 0 1 2.5-.38a3.84 3.84 0 0 1 2.75 2a3.4 3.4 0 0 1 .08 2.84z"/></svg> </template>
CSS
.icon-message-question-mark-round-fill {
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.27%208.181a9.8%209.8%200%200%200-2.17-3.25a10%2010%200%200%200-14.15%200a10.2%2010.2%200%200%200-2.17%203.25a9.8%209.8%200%200%200-.75%203.82a9.6%209.6%200%200%200%20.74%203.77l-.5%203.65a1.9%201.9%200%200%200%200%20.94c.08.306.239.585.46.81a2%202%200%200%200%20.79.51c.296.098.612.122.92.07l3.66-.54a9.7%209.7%200%200%200%203.87.79a9.9%209.9%200%200%200%203.83-.76a10%2010%200%200%200%203.24-2.17a9.7%209.7%200%200%200%202.17-3.24a10%2010%200%200%200%200-7.65zm-9.35%2010.08a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5m3.55-7.39a3.3%203.3%200%200%201-.83%201.17a3.4%203.4%200%200%201-1.23.74a.8.8%200%200%200-.33.26a.77.77%200%200%200-.14.44v.63a1%201%200%200%201-2%200v-.66a2.75%202.75%200%200%201%20.51-1.57a2.87%202.87%200%200%201%201.29-1a1.43%201.43%200%200%200%20.89-.8a1.7%201.7%200%200%200%20.11-.59a1.5%201.5%200%200%200-.14-.58a1.8%201.8%200%200%200-.53-.58a1.74%201.74%200%200%200-.77-.31a2%202%200%200%200-1.24.17a1.9%201.9%200%200%200-.84.89a1%201%200%200%201-1.64.263A1%201%200%200%201%208.4%208.24a3.9%203.9%200%200%201%201.74-1.82a3.93%203.93%200%200%201%202.5-.38a3.84%203.84%200%200%201%202.75%202a3.4%203.4%200%200%201%20.08%202.84z%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.27%208.181a9.8%209.8%200%200%200-2.17-3.25a10%2010%200%200%200-14.15%200a10.2%2010.2%200%200%200-2.17%203.25a9.8%209.8%200%200%200-.75%203.82a9.6%209.6%200%200%200%20.74%203.77l-.5%203.65a1.9%201.9%200%200%200%200%20.94c.08.306.239.585.46.81a2%202%200%200%200%20.79.51c.296.098.612.122.92.07l3.66-.54a9.7%209.7%200%200%200%203.87.79a9.9%209.9%200%200%200%203.83-.76a10%2010%200%200%200%203.24-2.17a9.7%209.7%200%200%200%202.17-3.24a10%2010%200%200%200%200-7.65zm-9.35%2010.08a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5m3.55-7.39a3.3%203.3%200%200%201-.83%201.17a3.4%203.4%200%200%201-1.23.74a.8.8%200%200%200-.33.26a.77.77%200%200%200-.14.44v.63a1%201%200%200%201-2%200v-.66a2.75%202.75%200%200%201%20.51-1.57a2.87%202.87%200%200%201%201.29-1a1.43%201.43%200%200%200%20.89-.8a1.7%201.7%200%200%200%20.11-.59a1.5%201.5%200%200%200-.14-.58a1.8%201.8%200%200%200-.53-.58a1.74%201.74%200%200%200-.77-.31a2%202%200%200%200-1.24.17a1.9%201.9%200%200%200-.84.89a1%201%200%200%201-1.64.263A1%201%200%200%201%208.4%208.24a3.9%203.9%200%200%201%201.74-1.82a3.93%203.93%200%200%201%202.5-.38a3.84%203.84%200%200%201%202.75%202a3.4%203.4%200%200%201%20.08%202.84z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/message-question-mark-round-fill.svg?color=%231a73e8&size=48