child cognition negative icon
child-cognition-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- child-cognition-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the child cognition 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(#healthiconsChildCognitionNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm37.265 26.199l-.166-.353c-.714-1.524-.923-3.138-.987-4.57a38 38 0 0 1-.02-2.09l.003-.267c.006-.566.012-1.08 0-1.574a10.15 10.15 0 0 0-1.772-5.473a12.1 12.1 0 0 0-4.803-3.58l-.033-.014l-.033-.015a19.6 19.6 0 0 0-8.158-1.755h-.003a13.48 13.48 0 0 0-9.435 3.842a12.9 12.9 0 0 0-3.884 9.214c.002 2.044.597 4.376 1.63 6.532c1.036 2.162 2.44 3.997 3.917 5.133l.78.6v.984l.007 7.932c.325.402.957.898 1.904 1.328c1.159.526 2.323.739 2.997.683l.082-.006h.081c1.956-.002 2.871-.556 3.265-.892c.143-.122.242-.237.308-.327l-.002-2.953l-.002-2.583l2.497.644h.003l.013.003l.08.02c.073.016.189.042.34.072c.302.06.742.138 1.272.203c1.077.132 2.45.202 3.777.006c1.337-.197 2.451-.637 3.217-1.371c.714-.684 1.341-1.83 1.34-3.925l-.002-1.71l1.681-.266h.002l.008-.002l.026-.005l.04-.007a6 6 0 0 0 1.16-.351c.32-.136.552-.278.688-.398l.06-.058a1.3 1.3 0 0 0-.093-.342c-.11-.278-.297-.6-.536-.932a8.6 8.6 0 0 0-.902-1.053l-.034-.033l-.021-.02l-.009-.008v-.001zm1.904 2.619l-.003.005zM24.945 40.627l-.002-2.05s.802.206 2 .35c3.541.427 10.543.311 10.537-7.282c0 0 3.302-.523 3.635-2.41s-2.205-4.239-2.205-4.239c-.864-1.842-.84-4.012-.815-6.05a48 48 0 0 0 0-1.65a12.16 12.16 0 0 0-2.165-6.618a14.1 14.1 0 0 0-5.648-4.236a21.6 21.6 0 0 0-8.99-1.934a15.48 15.48 0 0 0-10.836 4.415a14.9 14.9 0 0 0-4.482 10.643c.004 4.8 2.758 10.502 6.328 13.249l.007 8.494c1.014 2.122 4.834 3.625 7.065 3.44c4.738-.003 5.572-2.74 5.572-2.74zm2.48-20.155c-.156.174-.237.265-.727.266a3.9 3.9 0 0 1-2.166-.65a4.4 4.4 0 0 1-1.607 1.05c-.552.264-.79.653-1.083 1.13v.001q-.078.129-.165.265a3.7 3.7 0 0 0-.582 1.999l.003 3.977l-4.116.004c-.104-.852-.3-1.67-.772-2.395a5.8 5.8 0 0 0-1.853-1.793a3.85 3.85 0 0 1-1.62-1.267a3.7 3.7 0 0 1-.712-1.9a3.685 3.685 0 0 1-.263-4.852a3.4 3.4 0 0 1-.137-.994a3.7 3.7 0 0 1 .752-2.235l1.97-1.36a3.8 3.8 0 0 1 1.418-1.621a3.93 3.93 0 0 1 3.008-.505a3.9 3.9 0 0 1 2.308-.995l4.19.28a3.9 3.9 0 0 1 2.272 1.53h.272l2.421.822a3.74 3.74 0 0 1 1.356 2.118a3.9 3.9 0 0 1 1.932 1.749a3.75 3.75 0 0 1 .37 2.542a3.83 3.83 0 0 1-1.357 2.202l-2.479.88a3.93 3.93 0 0 1-2.194-.634a2 2 0 0 0-.44.386m-5.45-1.122l-8 1.252l2.807-7.002zm2.863-7.824l-2.368 4.4l4.483 2.324l2.368-4.4zm9.14 12.56a1.5 1.5 0 1 1-3 .003a1.5 1.5 0 0 1 3-.003M16.985 32.6l4-.003l-.002-2l-4 .003zm4.003 3.997l-4 .003l-.001-2l4-.003zM16.992 40.6l4-.003l-.002-2l-4 .003z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsChildCognitionNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsChildCognitionNegative(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(#healthiconsChildCognitionNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm37.265 26.199l-.166-.353c-.714-1.524-.923-3.138-.987-4.57a38 38 0 0 1-.02-2.09l.003-.267c.006-.566.012-1.08 0-1.574a10.15 10.15 0 0 0-1.772-5.473a12.1 12.1 0 0 0-4.803-3.58l-.033-.014l-.033-.015a19.6 19.6 0 0 0-8.158-1.755h-.003a13.48 13.48 0 0 0-9.435 3.842a12.9 12.9 0 0 0-3.884 9.214c.002 2.044.597 4.376 1.63 6.532c1.036 2.162 2.44 3.997 3.917 5.133l.78.6v.984l.007 7.932c.325.402.957.898 1.904 1.328c1.159.526 2.323.739 2.997.683l.082-.006h.081c1.956-.002 2.871-.556 3.265-.892c.143-.122.242-.237.308-.327l-.002-2.953l-.002-2.583l2.497.644h.003l.013.003l.08.02c.073.016.189.042.34.072c.302.06.742.138 1.272.203c1.077.132 2.45.202 3.777.006c1.337-.197 2.451-.637 3.217-1.371c.714-.684 1.341-1.83 1.34-3.925l-.002-1.71l1.681-.266h.002l.008-.002l.026-.005l.04-.007a6 6 0 0 0 1.16-.351c.32-.136.552-.278.688-.398l.06-.058a1.3 1.3 0 0 0-.093-.342c-.11-.278-.297-.6-.536-.932a8.6 8.6 0 0 0-.902-1.053l-.034-.033l-.021-.02l-.009-.008v-.001zm1.904 2.619l-.003.005zM24.945 40.627l-.002-2.05s.802.206 2 .35c3.541.427 10.543.311 10.537-7.282c0 0 3.302-.523 3.635-2.41s-2.205-4.239-2.205-4.239c-.864-1.842-.84-4.012-.815-6.05a48 48 0 0 0 0-1.65a12.16 12.16 0 0 0-2.165-6.618a14.1 14.1 0 0 0-5.648-4.236a21.6 21.6 0 0 0-8.99-1.934a15.48 15.48 0 0 0-10.836 4.415a14.9 14.9 0 0 0-4.482 10.643c.004 4.8 2.758 10.502 6.328 13.249l.007 8.494c1.014 2.122 4.834 3.625 7.065 3.44c4.738-.003 5.572-2.74 5.572-2.74zm2.48-20.155c-.156.174-.237.265-.727.266a3.9 3.9 0 0 1-2.166-.65a4.4 4.4 0 0 1-1.607 1.05c-.552.264-.79.653-1.083 1.13v.001q-.078.129-.165.265a3.7 3.7 0 0 0-.582 1.999l.003 3.977l-4.116.004c-.104-.852-.3-1.67-.772-2.395a5.8 5.8 0 0 0-1.853-1.793a3.85 3.85 0 0 1-1.62-1.267a3.7 3.7 0 0 1-.712-1.9a3.685 3.685 0 0 1-.263-4.852a3.4 3.4 0 0 1-.137-.994a3.7 3.7 0 0 1 .752-2.235l1.97-1.36a3.8 3.8 0 0 1 1.418-1.621a3.93 3.93 0 0 1 3.008-.505a3.9 3.9 0 0 1 2.308-.995l4.19.28a3.9 3.9 0 0 1 2.272 1.53h.272l2.421.822a3.74 3.74 0 0 1 1.356 2.118a3.9 3.9 0 0 1 1.932 1.749a3.75 3.75 0 0 1 .37 2.542a3.83 3.83 0 0 1-1.357 2.202l-2.479.88a3.93 3.93 0 0 1-2.194-.634a2 2 0 0 0-.44.386m-5.45-1.122l-8 1.252l2.807-7.002zm2.863-7.824l-2.368 4.4l4.483 2.324l2.368-4.4zm9.14 12.56a1.5 1.5 0 1 1-3 .003a1.5 1.5 0 0 1 3-.003M16.985 32.6l4-.003l-.002-2l-4 .003zm4.003 3.997l-4 .003l-.001-2l4-.003zM16.992 40.6l4-.003l-.002-2l-4 .003z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsChildCognitionNegative"><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(#healthiconsChildCognitionNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm37.265 26.199l-.166-.353c-.714-1.524-.923-3.138-.987-4.57a38 38 0 0 1-.02-2.09l.003-.267c.006-.566.012-1.08 0-1.574a10.15 10.15 0 0 0-1.772-5.473a12.1 12.1 0 0 0-4.803-3.58l-.033-.014l-.033-.015a19.6 19.6 0 0 0-8.158-1.755h-.003a13.48 13.48 0 0 0-9.435 3.842a12.9 12.9 0 0 0-3.884 9.214c.002 2.044.597 4.376 1.63 6.532c1.036 2.162 2.44 3.997 3.917 5.133l.78.6v.984l.007 7.932c.325.402.957.898 1.904 1.328c1.159.526 2.323.739 2.997.683l.082-.006h.081c1.956-.002 2.871-.556 3.265-.892c.143-.122.242-.237.308-.327l-.002-2.953l-.002-2.583l2.497.644h.003l.013.003l.08.02c.073.016.189.042.34.072c.302.06.742.138 1.272.203c1.077.132 2.45.202 3.777.006c1.337-.197 2.451-.637 3.217-1.371c.714-.684 1.341-1.83 1.34-3.925l-.002-1.71l1.681-.266h.002l.008-.002l.026-.005l.04-.007a6 6 0 0 0 1.16-.351c.32-.136.552-.278.688-.398l.06-.058a1.3 1.3 0 0 0-.093-.342c-.11-.278-.297-.6-.536-.932a8.6 8.6 0 0 0-.902-1.053l-.034-.033l-.021-.02l-.009-.008v-.001zm1.904 2.619l-.003.005zM24.945 40.627l-.002-2.05s.802.206 2 .35c3.541.427 10.543.311 10.537-7.282c0 0 3.302-.523 3.635-2.41s-2.205-4.239-2.205-4.239c-.864-1.842-.84-4.012-.815-6.05a48 48 0 0 0 0-1.65a12.16 12.16 0 0 0-2.165-6.618a14.1 14.1 0 0 0-5.648-4.236a21.6 21.6 0 0 0-8.99-1.934a15.48 15.48 0 0 0-10.836 4.415a14.9 14.9 0 0 0-4.482 10.643c.004 4.8 2.758 10.502 6.328 13.249l.007 8.494c1.014 2.122 4.834 3.625 7.065 3.44c4.738-.003 5.572-2.74 5.572-2.74zm2.48-20.155c-.156.174-.237.265-.727.266a3.9 3.9 0 0 1-2.166-.65a4.4 4.4 0 0 1-1.607 1.05c-.552.264-.79.653-1.083 1.13v.001q-.078.129-.165.265a3.7 3.7 0 0 0-.582 1.999l.003 3.977l-4.116.004c-.104-.852-.3-1.67-.772-2.395a5.8 5.8 0 0 0-1.853-1.793a3.85 3.85 0 0 1-1.62-1.267a3.7 3.7 0 0 1-.712-1.9a3.685 3.685 0 0 1-.263-4.852a3.4 3.4 0 0 1-.137-.994a3.7 3.7 0 0 1 .752-2.235l1.97-1.36a3.8 3.8 0 0 1 1.418-1.621a3.93 3.93 0 0 1 3.008-.505a3.9 3.9 0 0 1 2.308-.995l4.19.28a3.9 3.9 0 0 1 2.272 1.53h.272l2.421.822a3.74 3.74 0 0 1 1.356 2.118a3.9 3.9 0 0 1 1.932 1.749a3.75 3.75 0 0 1 .37 2.542a3.83 3.83 0 0 1-1.357 2.202l-2.479.88a3.93 3.93 0 0 1-2.194-.634a2 2 0 0 0-.44.386m-5.45-1.122l-8 1.252l2.807-7.002zm2.863-7.824l-2.368 4.4l4.483 2.324l2.368-4.4zm9.14 12.56a1.5 1.5 0 1 1-3 .003a1.5 1.5 0 0 1 3-.003M16.985 32.6l4-.003l-.002-2l-4 .003zm4.003 3.997l-4 .003l-.001-2l4-.003zM16.992 40.6l4-.003l-.002-2l-4 .003z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsChildCognitionNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-child-cognition-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(%23healthiconsChildCognitionNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm37.265%2026.199l-.166-.353c-.714-1.524-.923-3.138-.987-4.57a38%2038%200%200%201-.02-2.09l.003-.267c.006-.566.012-1.08%200-1.574a10.15%2010.15%200%200%200-1.772-5.473a12.1%2012.1%200%200%200-4.803-3.58l-.033-.014l-.033-.015a19.6%2019.6%200%200%200-8.158-1.755h-.003a13.48%2013.48%200%200%200-9.435%203.842a12.9%2012.9%200%200%200-3.884%209.214c.002%202.044.597%204.376%201.63%206.532c1.036%202.162%202.44%203.997%203.917%205.133l.78.6v.984l.007%207.932c.325.402.957.898%201.904%201.328c1.159.526%202.323.739%202.997.683l.082-.006h.081c1.956-.002%202.871-.556%203.265-.892c.143-.122.242-.237.308-.327l-.002-2.953l-.002-2.583l2.497.644h.003l.013.003l.08.02c.073.016.189.042.34.072c.302.06.742.138%201.272.203c1.077.132%202.45.202%203.777.006c1.337-.197%202.451-.637%203.217-1.371c.714-.684%201.341-1.83%201.34-3.925l-.002-1.71l1.681-.266h.002l.008-.002l.026-.005l.04-.007a6%206%200%200%200%201.16-.351c.32-.136.552-.278.688-.398l.06-.058a1.3%201.3%200%200%200-.093-.342c-.11-.278-.297-.6-.536-.932a8.6%208.6%200%200%200-.902-1.053l-.034-.033l-.021-.02l-.009-.008v-.001zm1.904%202.619l-.003.005zM24.945%2040.627l-.002-2.05s.802.206%202%20.35c3.541.427%2010.543.311%2010.537-7.282c0%200%203.302-.523%203.635-2.41s-2.205-4.239-2.205-4.239c-.864-1.842-.84-4.012-.815-6.05a48%2048%200%200%200%200-1.65a12.16%2012.16%200%200%200-2.165-6.618a14.1%2014.1%200%200%200-5.648-4.236a21.6%2021.6%200%200%200-8.99-1.934a15.48%2015.48%200%200%200-10.836%204.415a14.9%2014.9%200%200%200-4.482%2010.643c.004%204.8%202.758%2010.502%206.328%2013.249l.007%208.494c1.014%202.122%204.834%203.625%207.065%203.44c4.738-.003%205.572-2.74%205.572-2.74zm2.48-20.155c-.156.174-.237.265-.727.266a3.9%203.9%200%200%201-2.166-.65a4.4%204.4%200%200%201-1.607%201.05c-.552.264-.79.653-1.083%201.13v.001q-.078.129-.165.265a3.7%203.7%200%200%200-.582%201.999l.003%203.977l-4.116.004c-.104-.852-.3-1.67-.772-2.395a5.8%205.8%200%200%200-1.853-1.793a3.85%203.85%200%200%201-1.62-1.267a3.7%203.7%200%200%201-.712-1.9a3.685%203.685%200%200%201-.263-4.852a3.4%203.4%200%200%201-.137-.994a3.7%203.7%200%200%201%20.752-2.235l1.97-1.36a3.8%203.8%200%200%201%201.418-1.621a3.93%203.93%200%200%201%203.008-.505a3.9%203.9%200%200%201%202.308-.995l4.19.28a3.9%203.9%200%200%201%202.272%201.53h.272l2.421.822a3.74%203.74%200%200%201%201.356%202.118a3.9%203.9%200%200%201%201.932%201.749a3.75%203.75%200%200%201%20.37%202.542a3.83%203.83%200%200%201-1.357%202.202l-2.479.88a3.93%203.93%200%200%201-2.194-.634a2%202%200%200%200-.44.386m-5.45-1.122l-8%201.252l2.807-7.002zm2.863-7.824l-2.368%204.4l4.483%202.324l2.368-4.4zm9.14%2012.56a1.5%201.5%200%201%201-3%20.003a1.5%201.5%200%200%201%203-.003M16.985%2032.6l4-.003l-.002-2l-4%20.003zm4.003%203.997l-4%20.003l-.001-2l4-.003zM16.992%2040.6l4-.003l-.002-2l-4%20.003z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsChildCognitionNegative%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(%23healthiconsChildCognitionNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm37.265%2026.199l-.166-.353c-.714-1.524-.923-3.138-.987-4.57a38%2038%200%200%201-.02-2.09l.003-.267c.006-.566.012-1.08%200-1.574a10.15%2010.15%200%200%200-1.772-5.473a12.1%2012.1%200%200%200-4.803-3.58l-.033-.014l-.033-.015a19.6%2019.6%200%200%200-8.158-1.755h-.003a13.48%2013.48%200%200%200-9.435%203.842a12.9%2012.9%200%200%200-3.884%209.214c.002%202.044.597%204.376%201.63%206.532c1.036%202.162%202.44%203.997%203.917%205.133l.78.6v.984l.007%207.932c.325.402.957.898%201.904%201.328c1.159.526%202.323.739%202.997.683l.082-.006h.081c1.956-.002%202.871-.556%203.265-.892c.143-.122.242-.237.308-.327l-.002-2.953l-.002-2.583l2.497.644h.003l.013.003l.08.02c.073.016.189.042.34.072c.302.06.742.138%201.272.203c1.077.132%202.45.202%203.777.006c1.337-.197%202.451-.637%203.217-1.371c.714-.684%201.341-1.83%201.34-3.925l-.002-1.71l1.681-.266h.002l.008-.002l.026-.005l.04-.007a6%206%200%200%200%201.16-.351c.32-.136.552-.278.688-.398l.06-.058a1.3%201.3%200%200%200-.093-.342c-.11-.278-.297-.6-.536-.932a8.6%208.6%200%200%200-.902-1.053l-.034-.033l-.021-.02l-.009-.008v-.001zm1.904%202.619l-.003.005zM24.945%2040.627l-.002-2.05s.802.206%202%20.35c3.541.427%2010.543.311%2010.537-7.282c0%200%203.302-.523%203.635-2.41s-2.205-4.239-2.205-4.239c-.864-1.842-.84-4.012-.815-6.05a48%2048%200%200%200%200-1.65a12.16%2012.16%200%200%200-2.165-6.618a14.1%2014.1%200%200%200-5.648-4.236a21.6%2021.6%200%200%200-8.99-1.934a15.48%2015.48%200%200%200-10.836%204.415a14.9%2014.9%200%200%200-4.482%2010.643c.004%204.8%202.758%2010.502%206.328%2013.249l.007%208.494c1.014%202.122%204.834%203.625%207.065%203.44c4.738-.003%205.572-2.74%205.572-2.74zm2.48-20.155c-.156.174-.237.265-.727.266a3.9%203.9%200%200%201-2.166-.65a4.4%204.4%200%200%201-1.607%201.05c-.552.264-.79.653-1.083%201.13v.001q-.078.129-.165.265a3.7%203.7%200%200%200-.582%201.999l.003%203.977l-4.116.004c-.104-.852-.3-1.67-.772-2.395a5.8%205.8%200%200%200-1.853-1.793a3.85%203.85%200%200%201-1.62-1.267a3.7%203.7%200%200%201-.712-1.9a3.685%203.685%200%200%201-.263-4.852a3.4%203.4%200%200%201-.137-.994a3.7%203.7%200%200%201%20.752-2.235l1.97-1.36a3.8%203.8%200%200%201%201.418-1.621a3.93%203.93%200%200%201%203.008-.505a3.9%203.9%200%200%201%202.308-.995l4.19.28a3.9%203.9%200%200%201%202.272%201.53h.272l2.421.822a3.74%203.74%200%200%201%201.356%202.118a3.9%203.9%200%200%201%201.932%201.749a3.75%203.75%200%200%201%20.37%202.542a3.83%203.83%200%200%201-1.357%202.202l-2.479.88a3.93%203.93%200%200%201-2.194-.634a2%202%200%200%200-.44.386m-5.45-1.122l-8%201.252l2.807-7.002zm2.863-7.824l-2.368%204.4l4.483%202.324l2.368-4.4zm9.14%2012.56a1.5%201.5%200%201%201-3%20.003a1.5%201.5%200%200%201%203-.003M16.985%2032.6l4-.003l-.002-2l-4%20.003zm4.003%203.997l-4%20.003l-.001-2l4-.003zM16.992%2040.6l4-.003l-.002-2l-4%20.003z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsChildCognitionNegative%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/child-cognition-negative.svg?color=%231a73e8&size=48