question negative icon

question-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
question-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the question negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsQuestionNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM33.495 7.645c2.473 2.11 4.005 5.226 4.005 9.2c0 4.662-2.522 7.765-5.438 9.626c-1.96 1.25-4.151 1.99-6.062 2.378v2.15a2.5 2.5 0 1 1-5 0v-4.321a2.5 2.5 0 0 1 2.326-2.494c1.658-.116 4.1-.687 6.046-1.928c1.856-1.185 3.128-2.862 3.128-5.411c0-2.581-.943-4.28-2.25-5.397c-1.372-1.17-3.337-1.853-5.523-1.939c-4.628-.181-8.565 2.193-9.287 5.423a2.5 2.5 0 1 1-4.88-1.091c1.478-6.603 8.54-9.556 14.363-9.328c3.039.12 6.162 1.075 8.572 3.132M20 40a4 4 0 1 1 8 0a4 4 0 0 1-8 0" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsQuestionNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsQuestionNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsQuestionNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM33.495 7.645c2.473 2.11 4.005 5.226 4.005 9.2c0 4.662-2.522 7.765-5.438 9.626c-1.96 1.25-4.151 1.99-6.062 2.378v2.15a2.5 2.5 0 1 1-5 0v-4.321a2.5 2.5 0 0 1 2.326-2.494c1.658-.116 4.1-.687 6.046-1.928c1.856-1.185 3.128-2.862 3.128-5.411c0-2.581-.943-4.28-2.25-5.397c-1.372-1.17-3.337-1.853-5.523-1.939c-4.628-.181-8.565 2.193-9.287 5.423a2.5 2.5 0 1 1-4.88-1.091c1.478-6.603 8.54-9.556 14.363-9.328c3.039.12 6.162 1.075 8.572 3.132M20 40a4 4 0 1 1 8 0a4 4 0 0 1-8 0" clipRule="evenodd"/></g><defs><clipPath id="healthiconsQuestionNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsQuestionNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM33.495 7.645c2.473 2.11 4.005 5.226 4.005 9.2c0 4.662-2.522 7.765-5.438 9.626c-1.96 1.25-4.151 1.99-6.062 2.378v2.15a2.5 2.5 0 1 1-5 0v-4.321a2.5 2.5 0 0 1 2.326-2.494c1.658-.116 4.1-.687 6.046-1.928c1.856-1.185 3.128-2.862 3.128-5.411c0-2.581-.943-4.28-2.25-5.397c-1.372-1.17-3.337-1.853-5.523-1.939c-4.628-.181-8.565 2.193-9.287 5.423a2.5 2.5 0 1 1-4.88-1.091c1.478-6.603 8.54-9.556 14.363-9.328c3.039.12 6.162 1.075 8.572 3.132M20 40a4 4 0 1 1 8 0a4 4 0 0 1-8 0" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsQuestionNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-question-negative {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsQuestionNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM33.495%207.645c2.473%202.11%204.005%205.226%204.005%209.2c0%204.662-2.522%207.765-5.438%209.626c-1.96%201.25-4.151%201.99-6.062%202.378v2.15a2.5%202.5%200%201%201-5%200v-4.321a2.5%202.5%200%200%201%202.326-2.494c1.658-.116%204.1-.687%206.046-1.928c1.856-1.185%203.128-2.862%203.128-5.411c0-2.581-.943-4.28-2.25-5.397c-1.372-1.17-3.337-1.853-5.523-1.939c-4.628-.181-8.565%202.193-9.287%205.423a2.5%202.5%200%201%201-4.88-1.091c1.478-6.603%208.54-9.556%2014.363-9.328c3.039.12%206.162%201.075%208.572%203.132M20%2040a4%204%200%201%201%208%200a4%204%200%200%201-8%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsQuestionNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsQuestionNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM33.495%207.645c2.473%202.11%204.005%205.226%204.005%209.2c0%204.662-2.522%207.765-5.438%209.626c-1.96%201.25-4.151%201.99-6.062%202.378v2.15a2.5%202.5%200%201%201-5%200v-4.321a2.5%202.5%200%200%201%202.326-2.494c1.658-.116%204.1-.687%206.046-1.928c1.856-1.185%203.128-2.862%203.128-5.411c0-2.581-.943-4.28-2.25-5.397c-1.372-1.17-3.337-1.853-5.523-1.939c-4.628-.181-8.565%202.193-9.287%205.423a2.5%202.5%200%201%201-4.88-1.091c1.478-6.603%208.54-9.556%2014.363-9.328c3.039.12%206.162%201.075%208.572%203.132M20%2040a4%204%200%201%201%208%200a4%204%200%200%201-8%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsQuestionNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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