confused negative icon

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

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

Use the confused negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" fill-rule="evenodd" clip-path="url(#healthiconsConfusedNegative)" clip-rule="evenodd"><path d="M40 24c0 8.837-7.163 16-16 16S8 32.837 8 24S15.163 8 24 8s16 7.163 16 16m-22.5 2c1.38 0 2.5-1.79 2.5-4s-1.12-4-2.5-4s-2.5 1.79-2.5 4s1.12 4 2.5 4m13 0c1.38 0 2.5-1.79 2.5-4s-1.12-4-2.5-4s-2.5 1.79-2.5 4s1.12 4 2.5 4m-9.224 8.55l.044-.036c1.24-1.005 2.177-1.763 3.627-2.155c1.478-.4 3.601-.44 7.193.346a1 1 0 0 0 .428-1.954c-3.735-.817-6.222-.843-8.143-.323c-1.864.504-3.091 1.5-4.275 2.46l-.133.107a1 1 0 1 0 1.259 1.555"/><path d="M48 0H0v48h48zm-6 24c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18"/></g><defs><clipPath id="healthiconsConfusedNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsConfusedNegative(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 fill="currentColor" fillRule="evenodd" clipPath="url(#healthiconsConfusedNegative)" clipRule="evenodd"><path d="M40 24c0 8.837-7.163 16-16 16S8 32.837 8 24S15.163 8 24 8s16 7.163 16 16m-22.5 2c1.38 0 2.5-1.79 2.5-4s-1.12-4-2.5-4s-2.5 1.79-2.5 4s1.12 4 2.5 4m13 0c1.38 0 2.5-1.79 2.5-4s-1.12-4-2.5-4s-2.5 1.79-2.5 4s1.12 4 2.5 4m-9.224 8.55l.044-.036c1.24-1.005 2.177-1.763 3.627-2.155c1.478-.4 3.601-.44 7.193.346a1 1 0 0 0 .428-1.954c-3.735-.817-6.222-.843-8.143-.323c-1.864.504-3.091 1.5-4.275 2.46l-.133.107a1 1 0 1 0 1.259 1.555"/><path d="M48 0H0v48h48zm-6 24c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18"/></g><defs><clipPath id="healthiconsConfusedNegative"><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 fill="currentColor" fill-rule="evenodd" clip-path="url(#healthiconsConfusedNegative)" clip-rule="evenodd"><path d="M40 24c0 8.837-7.163 16-16 16S8 32.837 8 24S15.163 8 24 8s16 7.163 16 16m-22.5 2c1.38 0 2.5-1.79 2.5-4s-1.12-4-2.5-4s-2.5 1.79-2.5 4s1.12 4 2.5 4m13 0c1.38 0 2.5-1.79 2.5-4s-1.12-4-2.5-4s-2.5 1.79-2.5 4s1.12 4 2.5 4m-9.224 8.55l.044-.036c1.24-1.005 2.177-1.763 3.627-2.155c1.478-.4 3.601-.44 7.193.346a1 1 0 0 0 .428-1.954c-3.735-.817-6.222-.843-8.143-.323c-1.864.504-3.091 1.5-4.275 2.46l-.133.107a1 1 0 1 0 1.259 1.555"/><path d="M48 0H0v48h48zm-6 24c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18"/></g><defs><clipPath id="healthiconsConfusedNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-confused-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%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23healthiconsConfusedNegative)%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M40%2024c0%208.837-7.163%2016-16%2016S8%2032.837%208%2024S15.163%208%2024%208s16%207.163%2016%2016m-22.5%202c1.38%200%202.5-1.79%202.5-4s-1.12-4-2.5-4s-2.5%201.79-2.5%204s1.12%204%202.5%204m13%200c1.38%200%202.5-1.79%202.5-4s-1.12-4-2.5-4s-2.5%201.79-2.5%204s1.12%204%202.5%204m-9.224%208.55l.044-.036c1.24-1.005%202.177-1.763%203.627-2.155c1.478-.4%203.601-.44%207.193.346a1%201%200%200%200%20.428-1.954c-3.735-.817-6.222-.843-8.143-.323c-1.864.504-3.091%201.5-4.275%202.46l-.133.107a1%201%200%201%200%201.259%201.555%22%2F%3E%3Cpath%20d%3D%22M48%200H0v48h48zm-6%2024c0%209.941-8.059%2018-18%2018S6%2033.941%206%2024S14.059%206%2024%206s18%208.059%2018%2018%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsConfusedNegative%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%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23healthiconsConfusedNegative)%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M40%2024c0%208.837-7.163%2016-16%2016S8%2032.837%208%2024S15.163%208%2024%208s16%207.163%2016%2016m-22.5%202c1.38%200%202.5-1.79%202.5-4s-1.12-4-2.5-4s-2.5%201.79-2.5%204s1.12%204%202.5%204m13%200c1.38%200%202.5-1.79%202.5-4s-1.12-4-2.5-4s-2.5%201.79-2.5%204s1.12%204%202.5%204m-9.224%208.55l.044-.036c1.24-1.005%202.177-1.763%203.627-2.155c1.478-.4%203.601-.44%207.193.346a1%201%200%200%200%20.428-1.954c-3.735-.817-6.222-.843-8.143-.323c-1.864.504-3.091%201.5-4.275%202.46l-.133.107a1%201%200%201%200%201.259%201.555%22%2F%3E%3Cpath%20d%3D%22M48%200H0v48h48zm-6%2024c0%209.941-8.059%2018-18%2018S6%2033.941%206%2024S14.059%206%2024%206s18%208.059%2018%2018%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsConfusedNegative%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/confused-negative.svg?color=%231a73e8&size=48