user question icon
user-question-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- user-question-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
user-1-filluser-2-filluser-3-filluser-4-filluser-5-filluser-add-2-filluser-add-filluser-edit-filluser-follow-2-filluser-follow-filluser-forbid-filluser-heart-filluser-hide-filluser-info-filluser-lock-filluser-pin-filluser-remove-2-filluser-remove-filluser-search-filluser-security-filluser-setting-filluser-star-filluser-visible-filluser-warning-fill
Use the user question icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 7a5 5 0 1 1 10 0A5 5 0 0 1 6 7m-1.178 7.672C6.425 13.694 8.605 13 11 13q.671 0 1.316.07a1 1 0 0 1 .72 1.557A5.97 5.97 0 0 0 12 18c0 .92.207 1.79.575 2.567a1 1 0 0 1-.89 1.428Q11.345 22 11 22c-2.229 0-4.335-.14-5.913-.558c-.785-.208-1.524-.506-2.084-.956C2.41 20.01 2 19.345 2 18.5c0-.787.358-1.523.844-2.139c.494-.625 1.177-1.2 1.978-1.69M17 21a1 1 0 0 1 1-1h.002a1 1 0 0 1 0 2H18a1 1 0 0 1-1-1"/><path fill="currentColor" fill-rule="evenodd" d="M17.567 16.25a.5.5 0 0 1 .933.25c0 .135-.048.255-.321.48a7 7 0 0 1-.226.175l-.03.021c-.073.055-.161.12-.242.186c-.146.117-.48.388-.627.813a1 1 0 0 0 1.835.782l.044-.036c.05-.04.107-.082.185-.14l.03-.023c.087-.065.193-.145.302-.234c.434-.357 1.05-.988 1.05-2.024a2.5 2.5 0 0 0-4.662-1.257a1 1 0 0 0 1.729 1.007" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteUserQuestionFill(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="M6 7a5 5 0 1 1 10 0A5 5 0 0 1 6 7m-1.178 7.672C6.425 13.694 8.605 13 11 13q.671 0 1.316.07a1 1 0 0 1 .72 1.557A5.97 5.97 0 0 0 12 18c0 .92.207 1.79.575 2.567a1 1 0 0 1-.89 1.428Q11.345 22 11 22c-2.229 0-4.335-.14-5.913-.558c-.785-.208-1.524-.506-2.084-.956C2.41 20.01 2 19.345 2 18.5c0-.787.358-1.523.844-2.139c.494-.625 1.177-1.2 1.978-1.69M17 21a1 1 0 0 1 1-1h.002a1 1 0 0 1 0 2H18a1 1 0 0 1-1-1"/><path fill="currentColor" fillRule="evenodd" d="M17.567 16.25a.5.5 0 0 1 .933.25c0 .135-.048.255-.321.48a7 7 0 0 1-.226.175l-.03.021c-.073.055-.161.12-.242.186c-.146.117-.48.388-.627.813a1 1 0 0 0 1.835.782l.044-.036c.05-.04.107-.082.185-.14l.03-.023c.087-.065.193-.145.302-.234c.434-.357 1.05-.988 1.05-2.024a2.5 2.5 0 0 0-4.662-1.257a1 1 0 0 0 1.729 1.007" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 7a5 5 0 1 1 10 0A5 5 0 0 1 6 7m-1.178 7.672C6.425 13.694 8.605 13 11 13q.671 0 1.316.07a1 1 0 0 1 .72 1.557A5.97 5.97 0 0 0 12 18c0 .92.207 1.79.575 2.567a1 1 0 0 1-.89 1.428Q11.345 22 11 22c-2.229 0-4.335-.14-5.913-.558c-.785-.208-1.524-.506-2.084-.956C2.41 20.01 2 19.345 2 18.5c0-.787.358-1.523.844-2.139c.494-.625 1.177-1.2 1.978-1.69M17 21a1 1 0 0 1 1-1h.002a1 1 0 0 1 0 2H18a1 1 0 0 1-1-1"/><path fill="currentColor" fill-rule="evenodd" d="M17.567 16.25a.5.5 0 0 1 .933.25c0 .135-.048.255-.321.48a7 7 0 0 1-.226.175l-.03.021c-.073.055-.161.12-.242.186c-.146.117-.48.388-.627.813a1 1 0 0 0 1.835.782l.044-.036c.05-.04.107-.082.185-.14l.03-.023c.087-.065.193-.145.302-.234c.434-.357 1.05-.988 1.05-2.024a2.5 2.5 0 0 0-4.662-1.257a1 1 0 0 0 1.729 1.007" clip-rule="evenodd"/></svg> </template>
CSS
.icon-user-question-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%22M6%207a5%205%200%201%201%2010%200A5%205%200%200%201%206%207m-1.178%207.672C6.425%2013.694%208.605%2013%2011%2013q.671%200%201.316.07a1%201%200%200%201%20.72%201.557A5.97%205.97%200%200%200%2012%2018c0%20.92.207%201.79.575%202.567a1%201%200%200%201-.89%201.428Q11.345%2022%2011%2022c-2.229%200-4.335-.14-5.913-.558c-.785-.208-1.524-.506-2.084-.956C2.41%2020.01%202%2019.345%202%2018.5c0-.787.358-1.523.844-2.139c.494-.625%201.177-1.2%201.978-1.69M17%2021a1%201%200%200%201%201-1h.002a1%201%200%200%201%200%202H18a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.567%2016.25a.5.5%200%200%201%20.933.25c0%20.135-.048.255-.321.48a7%207%200%200%201-.226.175l-.03.021c-.073.055-.161.12-.242.186c-.146.117-.48.388-.627.813a1%201%200%200%200%201.835.782l.044-.036c.05-.04.107-.082.185-.14l.03-.023c.087-.065.193-.145.302-.234c.434-.357%201.05-.988%201.05-2.024a2.5%202.5%200%200%200-4.662-1.257a1%201%200%200%200%201.729%201.007%22%20clip-rule%3D%22evenodd%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%22M6%207a5%205%200%201%201%2010%200A5%205%200%200%201%206%207m-1.178%207.672C6.425%2013.694%208.605%2013%2011%2013q.671%200%201.316.07a1%201%200%200%201%20.72%201.557A5.97%205.97%200%200%200%2012%2018c0%20.92.207%201.79.575%202.567a1%201%200%200%201-.89%201.428Q11.345%2022%2011%2022c-2.229%200-4.335-.14-5.913-.558c-.785-.208-1.524-.506-2.084-.956C2.41%2020.01%202%2019.345%202%2018.5c0-.787.358-1.523.844-2.139c.494-.625%201.177-1.2%201.978-1.69M17%2021a1%201%200%200%201%201-1h.002a1%201%200%200%201%200%202H18a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.567%2016.25a.5.5%200%200%201%20.933.25c0%20.135-.048.255-.321.48a7%207%200%200%201-.226.175l-.03.021c-.073.055-.161.12-.242.186c-.146.117-.48.388-.627.813a1%201%200%200%200%201.835.782l.044-.036c.05-.04.107-.082.185-.14l.03-.023c.087-.065.193-.145.302-.234c.434-.357%201.05-.988%201.05-2.024a2.5%202.5%200%200%200-4.662-1.257a1%201%200%200%200%201.729%201.007%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/user-question-fill.svg?color=%231a73e8&size=48