dialpad question mark icon
dialpad-question-mark-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- dialpad-question-mark-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the dialpad question mark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2.75a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5M13.25 9a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m-6.246 3.75a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m4.996 0c.297 0 .57.104.784.277a6.5 6.5 0 0 0-1.336 2.095A1.25 1.25 0 0 1 12 12.75m4.996-5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5M8.254 9a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m9.992-5a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0M7.004 2.75a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5M17.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11m0 7.751a.625.625 0 1 0 0 1.249a.625.625 0 0 0 0-1.249m0-5.877c-1.048 0-1.864.817-1.854 1.954a.5.5 0 0 0 1-.01c-.005-.578.36-.944.854-.944c.472 0 .853.392.853.95c0 .192-.055.342-.224.561l-.094.116l-.099.113l-.265.29l-.136.157c-.384.457-.535.793-.535 1.31a.5.5 0 0 0 1 0c0-.203.058-.358.239-.59l.085-.104l.1-.115l.266-.29l.135-.156c.378-.45.528-.783.528-1.292c0-1.104-.822-1.95-1.853-1.95"/></svg>
React
import type { SVGProps } from "react";
export function FluentDialpadQuestionMark24Regular(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="M12 2.75a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5M13.25 9a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m-6.246 3.75a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m4.996 0c.297 0 .57.104.784.277a6.5 6.5 0 0 0-1.336 2.095A1.25 1.25 0 0 1 12 12.75m4.996-5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5M8.254 9a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m9.992-5a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0M7.004 2.75a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5M17.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11m0 7.751a.625.625 0 1 0 0 1.249a.625.625 0 0 0 0-1.249m0-5.877c-1.048 0-1.864.817-1.854 1.954a.5.5 0 0 0 1-.01c-.005-.578.36-.944.854-.944c.472 0 .853.392.853.95c0 .192-.055.342-.224.561l-.094.116l-.099.113l-.265.29l-.136.157c-.384.457-.535.793-.535 1.31a.5.5 0 0 0 1 0c0-.203.058-.358.239-.59l.085-.104l.1-.115l.266-.29l.135-.156c.378-.45.528-.783.528-1.292c0-1.104-.822-1.95-1.853-1.95"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2.75a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5M13.25 9a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m-6.246 3.75a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m4.996 0c.297 0 .57.104.784.277a6.5 6.5 0 0 0-1.336 2.095A1.25 1.25 0 0 1 12 12.75m4.996-5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5M8.254 9a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m9.992-5a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0M7.004 2.75a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5M17.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11m0 7.751a.625.625 0 1 0 0 1.249a.625.625 0 0 0 0-1.249m0-5.877c-1.048 0-1.864.817-1.854 1.954a.5.5 0 0 0 1-.01c-.005-.578.36-.944.854-.944c.472 0 .853.392.853.95c0 .192-.055.342-.224.561l-.094.116l-.099.113l-.265.29l-.136.157c-.384.457-.535.793-.535 1.31a.5.5 0 0 0 1 0c0-.203.058-.358.239-.59l.085-.104l.1-.115l.266-.29l.135-.156c.378-.45.528-.783.528-1.292c0-1.104-.822-1.95-1.853-1.95"/></svg> </template>
CSS
.icon-dialpad-question-mark-24-regular {
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%22M12%202.75a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5M13.25%209a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200m-6.246%203.75a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m4.996%200c.297%200%20.57.104.784.277a6.5%206.5%200%200%200-1.336%202.095A1.25%201.25%200%200%201%2012%2012.75m4.996-5a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5M8.254%209a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200m9.992-5a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200M7.004%202.75a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5M17.5%2012a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11m0%207.751a.625.625%200%201%200%200%201.249a.625.625%200%200%200%200-1.249m0-5.877c-1.048%200-1.864.817-1.854%201.954a.5.5%200%200%200%201-.01c-.005-.578.36-.944.854-.944c.472%200%20.853.392.853.95c0%20.192-.055.342-.224.561l-.094.116l-.099.113l-.265.29l-.136.157c-.384.457-.535.793-.535%201.31a.5.5%200%200%200%201%200c0-.203.058-.358.239-.59l.085-.104l.1-.115l.266-.29l.135-.156c.378-.45.528-.783.528-1.292c0-1.104-.822-1.95-1.853-1.95%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%22M12%202.75a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5M13.25%209a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200m-6.246%203.75a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m4.996%200c.297%200%20.57.104.784.277a6.5%206.5%200%200%200-1.336%202.095A1.25%201.25%200%200%201%2012%2012.75m4.996-5a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5M8.254%209a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200m9.992-5a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200M7.004%202.75a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5M17.5%2012a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11m0%207.751a.625.625%200%201%200%200%201.249a.625.625%200%200%200%200-1.249m0-5.877c-1.048%200-1.864.817-1.854%201.954a.5.5%200%200%200%201-.01c-.005-.578.36-.944.854-.944c.472%200%20.853.392.853.95c0%20.192-.055.342-.224.561l-.094.116l-.099.113l-.265.29l-.136.157c-.384.457-.535.793-.535%201.31a.5.5%200%200%200%201%200c0-.203.058-.358.239-.59l.085-.104l.1-.115l.266-.29l.135-.156c.378-.45.528-.783.528-1.292c0-1.104-.822-1.95-1.853-1.95%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/dialpad-question-mark-24-regular.svg?color=%231a73e8&size=48