question diamond icon

question-diamond-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
question-diamond-fill
Set
Framework7 Icons
Style
Fill
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="M22.996 51.754c2.977 2.977 7.125 2.93 10.101-.047l18.61-18.61c2.977-2.976 3.024-7.148.07-10.1L33.004 4.222c-2.977-2.953-7.125-2.883-10.102.093L4.316 22.902c-2.976 2.977-3.047 7.125-.07 10.102Zm4.289-17.461c-1.266 0-1.969-.656-1.969-1.922v-.328c0-2.414 1.313-3.727 3.094-4.945c2.156-1.477 3.188-2.32 3.188-4.008c0-1.852-1.454-3.117-3.704-3.117c-1.64 0-2.882.82-3.632 2.156c-.797.937-1.008 1.664-2.415 1.664c-.82 0-1.687-.586-1.687-1.687c0-.422.07-.82.211-1.22c.61-2.273 3.445-4.265 7.688-4.265c4.171 0 7.804 2.203 7.804 6.281c0 2.953-1.71 4.36-4.078 5.977c-1.687 1.148-2.531 1.992-2.531 3.375v.305c0 .96-.727 1.734-1.969 1.734m.094 7.055c-1.36 0-2.625-1.078-2.625-2.532s1.242-2.53 2.625-2.53c1.36 0 2.625 1.054 2.625 2.53c0 1.477-1.29 2.532-2.625 2.532"/></svg>

React

import type { SVGProps } from "react";

export function F7QuestionDiamondFill(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="M22.996 51.754c2.977 2.977 7.125 2.93 10.101-.047l18.61-18.61c2.977-2.976 3.024-7.148.07-10.1L33.004 4.222c-2.977-2.953-7.125-2.883-10.102.093L4.316 22.902c-2.976 2.977-3.047 7.125-.07 10.102Zm4.289-17.461c-1.266 0-1.969-.656-1.969-1.922v-.328c0-2.414 1.313-3.727 3.094-4.945c2.156-1.477 3.188-2.32 3.188-4.008c0-1.852-1.454-3.117-3.704-3.117c-1.64 0-2.882.82-3.632 2.156c-.797.937-1.008 1.664-2.415 1.664c-.82 0-1.687-.586-1.687-1.687c0-.422.07-.82.211-1.22c.61-2.273 3.445-4.265 7.688-4.265c4.171 0 7.804 2.203 7.804 6.281c0 2.953-1.71 4.36-4.078 5.977c-1.687 1.148-2.531 1.992-2.531 3.375v.305c0 .96-.727 1.734-1.969 1.734m.094 7.055c-1.36 0-2.625-1.078-2.625-2.532s1.242-2.53 2.625-2.53c1.36 0 2.625 1.054 2.625 2.53c0 1.477-1.29 2.532-2.625 2.532"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M22.996 51.754c2.977 2.977 7.125 2.93 10.101-.047l18.61-18.61c2.977-2.976 3.024-7.148.07-10.1L33.004 4.222c-2.977-2.953-7.125-2.883-10.102.093L4.316 22.902c-2.976 2.977-3.047 7.125-.07 10.102Zm4.289-17.461c-1.266 0-1.969-.656-1.969-1.922v-.328c0-2.414 1.313-3.727 3.094-4.945c2.156-1.477 3.188-2.32 3.188-4.008c0-1.852-1.454-3.117-3.704-3.117c-1.64 0-2.882.82-3.632 2.156c-.797.937-1.008 1.664-2.415 1.664c-.82 0-1.687-.586-1.687-1.687c0-.422.07-.82.211-1.22c.61-2.273 3.445-4.265 7.688-4.265c4.171 0 7.804 2.203 7.804 6.281c0 2.953-1.71 4.36-4.078 5.977c-1.687 1.148-2.531 1.992-2.531 3.375v.305c0 .96-.727 1.734-1.969 1.734m.094 7.055c-1.36 0-2.625-1.078-2.625-2.532s1.242-2.53 2.625-2.53c1.36 0 2.625 1.054 2.625 2.53c0 1.477-1.29 2.532-2.625 2.532"/></svg>
</template>

CSS

.icon-question-diamond-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.996%2051.754c2.977%202.977%207.125%202.93%2010.101-.047l18.61-18.61c2.977-2.976%203.024-7.148.07-10.1L33.004%204.222c-2.977-2.953-7.125-2.883-10.102.093L4.316%2022.902c-2.976%202.977-3.047%207.125-.07%2010.102Zm4.289-17.461c-1.266%200-1.969-.656-1.969-1.922v-.328c0-2.414%201.313-3.727%203.094-4.945c2.156-1.477%203.188-2.32%203.188-4.008c0-1.852-1.454-3.117-3.704-3.117c-1.64%200-2.882.82-3.632%202.156c-.797.937-1.008%201.664-2.415%201.664c-.82%200-1.687-.586-1.687-1.687c0-.422.07-.82.211-1.22c.61-2.273%203.445-4.265%207.688-4.265c4.171%200%207.804%202.203%207.804%206.281c0%202.953-1.71%204.36-4.078%205.977c-1.687%201.148-2.531%201.992-2.531%203.375v.305c0%20.96-.727%201.734-1.969%201.734m.094%207.055c-1.36%200-2.625-1.078-2.625-2.532s1.242-2.53%202.625-2.53c1.36%200%202.625%201.054%202.625%202.53c0%201.477-1.29%202.532-2.625%202.532%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%22M22.996%2051.754c2.977%202.977%207.125%202.93%2010.101-.047l18.61-18.61c2.977-2.976%203.024-7.148.07-10.1L33.004%204.222c-2.977-2.953-7.125-2.883-10.102.093L4.316%2022.902c-2.976%202.977-3.047%207.125-.07%2010.102Zm4.289-17.461c-1.266%200-1.969-.656-1.969-1.922v-.328c0-2.414%201.313-3.727%203.094-4.945c2.156-1.477%203.188-2.32%203.188-4.008c0-1.852-1.454-3.117-3.704-3.117c-1.64%200-2.882.82-3.632%202.156c-.797.937-1.008%201.664-2.415%201.664c-.82%200-1.687-.586-1.687-1.687c0-.422.07-.82.211-1.22c.61-2.273%203.445-4.265%207.688-4.265c4.171%200%207.804%202.203%207.804%206.281c0%202.953-1.71%204.36-4.078%205.977c-1.687%201.148-2.531%201.992-2.531%203.375v.305c0%20.96-.727%201.734-1.969%201.734m.094%207.055c-1.36%200-2.625-1.078-2.625-2.532s1.242-2.53%202.625-2.53c1.36%200%202.625%201.054%202.625%202.53c0%201.477-1.29%202.532-2.625%202.532%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/question-diamond-fill.svg?color=%231a73e8&size=48