question diamond icon
question-diamond from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- question-diamond
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
Related icons in Framework7 Icons
Use the question diamond icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M32.992 4.246c-2.953-2.953-7.148-2.883-10.101.07L4.305 22.902c-2.953 2.953-3.024 7.149-.07 10.102l18.773 18.75c2.953 2.953 7.125 2.906 10.101-.07l18.586-18.586c2.977-2.977 3.024-7.149.07-10.102Zm-2.437 2.86l18.374 18.328c1.5 1.5 1.5 3.585.024 5.062L30.508 48.941c-1.477 1.5-3.54 1.477-5.04-.023L7.095 30.543c-1.477-1.477-1.524-3.586-.047-5.062L25.469 7.058c1.5-1.5 3.586-1.43 5.086.046M27.414 33.8c1.172 0 1.875-.727 1.875-1.664v-.282c0-1.312.773-2.132 2.414-3.21c2.274-1.5 3.89-2.883 3.89-5.672c0-3.914-3.468-6-7.453-6c-4.03 0-6.68 1.898-7.335 4.054a4 4 0 0 0-.188 1.172c0 1.031.82 1.617 1.617 1.617c1.313 0 1.524-.726 2.297-1.593c.75-1.29 1.899-2.063 3.446-2.063c2.156 0 3.539 1.195 3.539 3c0 1.594-.985 2.344-3.047 3.774c-1.688 1.171-2.93 2.414-2.93 4.71v.305c0 1.242.656 1.852 1.875 1.852m-.07 7.008c1.36 0 2.53-1.078 2.53-2.438c0-1.383-1.147-2.437-2.53-2.437c-1.36 0-2.508 1.078-2.508 2.437c0 1.336 1.172 2.438 2.508 2.438"/></svg>
React
import type { SVGProps } from "react";
export function F7QuestionDiamond(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M32.992 4.246c-2.953-2.953-7.148-2.883-10.101.07L4.305 22.902c-2.953 2.953-3.024 7.149-.07 10.102l18.773 18.75c2.953 2.953 7.125 2.906 10.101-.07l18.586-18.586c2.977-2.977 3.024-7.149.07-10.102Zm-2.437 2.86l18.374 18.328c1.5 1.5 1.5 3.585.024 5.062L30.508 48.941c-1.477 1.5-3.54 1.477-5.04-.023L7.095 30.543c-1.477-1.477-1.524-3.586-.047-5.062L25.469 7.058c1.5-1.5 3.586-1.43 5.086.046M27.414 33.8c1.172 0 1.875-.727 1.875-1.664v-.282c0-1.312.773-2.132 2.414-3.21c2.274-1.5 3.89-2.883 3.89-5.672c0-3.914-3.468-6-7.453-6c-4.03 0-6.68 1.898-7.335 4.054a4 4 0 0 0-.188 1.172c0 1.031.82 1.617 1.617 1.617c1.313 0 1.524-.726 2.297-1.593c.75-1.29 1.899-2.063 3.446-2.063c2.156 0 3.539 1.195 3.539 3c0 1.594-.985 2.344-3.047 3.774c-1.688 1.171-2.93 2.414-2.93 4.71v.305c0 1.242.656 1.852 1.875 1.852m-.07 7.008c1.36 0 2.53-1.078 2.53-2.438c0-1.383-1.147-2.437-2.53-2.437c-1.36 0-2.508 1.078-2.508 2.437c0 1.336 1.172 2.438 2.508 2.438"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M32.992 4.246c-2.953-2.953-7.148-2.883-10.101.07L4.305 22.902c-2.953 2.953-3.024 7.149-.07 10.102l18.773 18.75c2.953 2.953 7.125 2.906 10.101-.07l18.586-18.586c2.977-2.977 3.024-7.149.07-10.102Zm-2.437 2.86l18.374 18.328c1.5 1.5 1.5 3.585.024 5.062L30.508 48.941c-1.477 1.5-3.54 1.477-5.04-.023L7.095 30.543c-1.477-1.477-1.524-3.586-.047-5.062L25.469 7.058c1.5-1.5 3.586-1.43 5.086.046M27.414 33.8c1.172 0 1.875-.727 1.875-1.664v-.282c0-1.312.773-2.132 2.414-3.21c2.274-1.5 3.89-2.883 3.89-5.672c0-3.914-3.468-6-7.453-6c-4.03 0-6.68 1.898-7.335 4.054a4 4 0 0 0-.188 1.172c0 1.031.82 1.617 1.617 1.617c1.313 0 1.524-.726 2.297-1.593c.75-1.29 1.899-2.063 3.446-2.063c2.156 0 3.539 1.195 3.539 3c0 1.594-.985 2.344-3.047 3.774c-1.688 1.171-2.93 2.414-2.93 4.71v.305c0 1.242.656 1.852 1.875 1.852m-.07 7.008c1.36 0 2.53-1.078 2.53-2.438c0-1.383-1.147-2.437-2.53-2.437c-1.36 0-2.508 1.078-2.508 2.437c0 1.336 1.172 2.438 2.508 2.438"/></svg> </template>
CSS
.icon-question-diamond {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32.992%204.246c-2.953-2.953-7.148-2.883-10.101.07L4.305%2022.902c-2.953%202.953-3.024%207.149-.07%2010.102l18.773%2018.75c2.953%202.953%207.125%202.906%2010.101-.07l18.586-18.586c2.977-2.977%203.024-7.149.07-10.102Zm-2.437%202.86l18.374%2018.328c1.5%201.5%201.5%203.585.024%205.062L30.508%2048.941c-1.477%201.5-3.54%201.477-5.04-.023L7.095%2030.543c-1.477-1.477-1.524-3.586-.047-5.062L25.469%207.058c1.5-1.5%203.586-1.43%205.086.046M27.414%2033.8c1.172%200%201.875-.727%201.875-1.664v-.282c0-1.312.773-2.132%202.414-3.21c2.274-1.5%203.89-2.883%203.89-5.672c0-3.914-3.468-6-7.453-6c-4.03%200-6.68%201.898-7.335%204.054a4%204%200%200%200-.188%201.172c0%201.031.82%201.617%201.617%201.617c1.313%200%201.524-.726%202.297-1.593c.75-1.29%201.899-2.063%203.446-2.063c2.156%200%203.539%201.195%203.539%203c0%201.594-.985%202.344-3.047%203.774c-1.688%201.171-2.93%202.414-2.93%204.71v.305c0%201.242.656%201.852%201.875%201.852m-.07%207.008c1.36%200%202.53-1.078%202.53-2.438c0-1.383-1.147-2.437-2.53-2.437c-1.36%200-2.508%201.078-2.508%202.437c0%201.336%201.172%202.438%202.508%202.438%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32.992%204.246c-2.953-2.953-7.148-2.883-10.101.07L4.305%2022.902c-2.953%202.953-3.024%207.149-.07%2010.102l18.773%2018.75c2.953%202.953%207.125%202.906%2010.101-.07l18.586-18.586c2.977-2.977%203.024-7.149.07-10.102Zm-2.437%202.86l18.374%2018.328c1.5%201.5%201.5%203.585.024%205.062L30.508%2048.941c-1.477%201.5-3.54%201.477-5.04-.023L7.095%2030.543c-1.477-1.477-1.524-3.586-.047-5.062L25.469%207.058c1.5-1.5%203.586-1.43%205.086.046M27.414%2033.8c1.172%200%201.875-.727%201.875-1.664v-.282c0-1.312.773-2.132%202.414-3.21c2.274-1.5%203.89-2.883%203.89-5.672c0-3.914-3.468-6-7.453-6c-4.03%200-6.68%201.898-7.335%204.054a4%204%200%200%200-.188%201.172c0%201.031.82%201.617%201.617%201.617c1.313%200%201.524-.726%202.297-1.593c.75-1.29%201.899-2.063%203.446-2.063c2.156%200%203.539%201.195%203.539%203c0%201.594-.985%202.344-3.047%203.774c-1.688%201.171-2.93%202.414-2.93%204.71v.305c0%201.242.656%201.852%201.875%201.852m-.07%207.008c1.36%200%202.53-1.078%202.53-2.438c0-1.383-1.147-2.437-2.53-2.437c-1.36%200-2.508%201.078-2.508%202.437c0%201.336%201.172%202.438%202.508%202.438%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/question-diamond.svg?color=%231a73e8&size=48