question circle negative icon
question-circle-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- question-circle-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the question circle 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(#healthiconsQuestionCircleNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zm-4 24c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20m-9-4.71c0-3.06-1.31-5.422-3.337-6.987c-1.96-1.515-4.48-2.207-6.917-2.294c-2.444-.086-4.99.428-7.103 1.537s-3.958 2.91-4.585 5.444a2 2 0 0 0 3.884.96c.273-1.107 1.128-2.112 2.559-2.862c1.43-.75 3.272-1.146 5.103-1.081c1.838.065 3.481.586 4.614 1.461C30.286 16.293 31 17.496 31 19.29c0 1.82-.946 3.14-2.41 4.118c-1.516 1.012-3.414 1.514-4.716 1.596A2 2 0 0 0 22 27v3a2 2 0 1 0 4 0v-1.27c1.552-.335 3.283-.975 4.81-1.995c2.236-1.49 4.19-3.923 4.19-7.445M24 34a2 2 0 1 0 0 4a2 2 0 0 0 0-4" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsQuestionCircleNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsQuestionCircleNegative(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(#healthiconsQuestionCircleNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zm-4 24c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20m-9-4.71c0-3.06-1.31-5.422-3.337-6.987c-1.96-1.515-4.48-2.207-6.917-2.294c-2.444-.086-4.99.428-7.103 1.537s-3.958 2.91-4.585 5.444a2 2 0 0 0 3.884.96c.273-1.107 1.128-2.112 2.559-2.862c1.43-.75 3.272-1.146 5.103-1.081c1.838.065 3.481.586 4.614 1.461C30.286 16.293 31 17.496 31 19.29c0 1.82-.946 3.14-2.41 4.118c-1.516 1.012-3.414 1.514-4.716 1.596A2 2 0 0 0 22 27v3a2 2 0 1 0 4 0v-1.27c1.552-.335 3.283-.975 4.81-1.995c2.236-1.49 4.19-3.923 4.19-7.445M24 34a2 2 0 1 0 0 4a2 2 0 0 0 0-4" clipRule="evenodd"/></g><defs><clipPath id="healthiconsQuestionCircleNegative"><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(#healthiconsQuestionCircleNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zm-4 24c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20m-9-4.71c0-3.06-1.31-5.422-3.337-6.987c-1.96-1.515-4.48-2.207-6.917-2.294c-2.444-.086-4.99.428-7.103 1.537s-3.958 2.91-4.585 5.444a2 2 0 0 0 3.884.96c.273-1.107 1.128-2.112 2.559-2.862c1.43-.75 3.272-1.146 5.103-1.081c1.838.065 3.481.586 4.614 1.461C30.286 16.293 31 17.496 31 19.29c0 1.82-.946 3.14-2.41 4.118c-1.516 1.012-3.414 1.514-4.716 1.596A2 2 0 0 0 22 27v3a2 2 0 1 0 4 0v-1.27c1.552-.335 3.283-.975 4.81-1.995c2.236-1.49 4.19-3.923 4.19-7.445M24 34a2 2 0 1 0 0 4a2 2 0 0 0 0-4" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsQuestionCircleNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-question-circle-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(%23healthiconsQuestionCircleNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zm-4%2024c0%2011.046-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204s20%208.954%2020%2020m-9-4.71c0-3.06-1.31-5.422-3.337-6.987c-1.96-1.515-4.48-2.207-6.917-2.294c-2.444-.086-4.99.428-7.103%201.537s-3.958%202.91-4.585%205.444a2%202%200%200%200%203.884.96c.273-1.107%201.128-2.112%202.559-2.862c1.43-.75%203.272-1.146%205.103-1.081c1.838.065%203.481.586%204.614%201.461C30.286%2016.293%2031%2017.496%2031%2019.29c0%201.82-.946%203.14-2.41%204.118c-1.516%201.012-3.414%201.514-4.716%201.596A2%202%200%200%200%2022%2027v3a2%202%200%201%200%204%200v-1.27c1.552-.335%203.283-.975%204.81-1.995c2.236-1.49%204.19-3.923%204.19-7.445M24%2034a2%202%200%201%200%200%204a2%202%200%200%200%200-4%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsQuestionCircleNegative%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(%23healthiconsQuestionCircleNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zm-4%2024c0%2011.046-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204s20%208.954%2020%2020m-9-4.71c0-3.06-1.31-5.422-3.337-6.987c-1.96-1.515-4.48-2.207-6.917-2.294c-2.444-.086-4.99.428-7.103%201.537s-3.958%202.91-4.585%205.444a2%202%200%200%200%203.884.96c.273-1.107%201.128-2.112%202.559-2.862c1.43-.75%203.272-1.146%205.103-1.081c1.838.065%203.481.586%204.614%201.461C30.286%2016.293%2031%2017.496%2031%2019.29c0%201.82-.946%203.14-2.41%204.118c-1.516%201.012-3.414%201.514-4.716%201.596A2%202%200%200%200%2022%2027v3a2%202%200%201%200%204%200v-1.27c1.552-.335%203.283-.975%204.81-1.995c2.236-1.49%204.19-3.923%204.19-7.445M24%2034a2%202%200%201%200%200%204a2%202%200%200%200%200-4%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsQuestionCircleNegative%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-circle-negative.svg?color=%231a73e8&size=48