speech language therapy negative icon
speech-language-therapy-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- speech-language-therapy-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the speech language therapy 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(#healthiconsSpeechLanguageTherapyNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm1.658 4.032q.384-.032.776-.032c5.147 0 9.319 4.136 9.319 9.237v1.206l2.004 2.98c.635.944-.048 2.209-1.193 2.209h-.811v1.42a.714.714 0 0 1-.717.711h-.907c-.71-.006-1.3-.01-1.3.71l2.207.711c.396 0 .717.318.717.71v2.132a2.84 2.84 0 0 1-1.375 2.427c-.512.31-1.063.351-1.548.288c-.477-.062-.933-.23-1.309-.39l-2.937-1.247v5.185c0 .393-.32.711-.717.711h-2.15a.714.714 0 0 1-.717-.71V10.74c0-.37.286-.678.658-.708m6.869 12.047a1.07 1.07 0 0 0 1.075-1.066a1.07 1.07 0 0 0-1.075-1.066a1.07 1.07 0 0 0-1.075 1.066a1.07 1.07 0 0 0 1.075 1.066m7.968 8.005A2.41 2.41 0 0 0 26.686 28c0-.893-.48-1.67-1.19-2.084l1.01-1.727A4.41 4.41 0 0 1 28.685 28a4.41 4.41 0 0 1-2.18 3.81zm3.287-6.747c1.213.877 2.113 2.596 2.113 4.663s-.9 3.786-2.113 4.663l1.173 1.62c1.807-1.307 2.94-3.672 2.94-6.283c0-2.61-1.133-4.976-2.94-6.284zm3.333 11.88c1.726-1.369 2.99-4.036 2.99-7.217s-1.264-5.848-2.99-7.216l1.243-1.567c2.302 1.825 3.747 5.128 3.747 8.783c0 3.656-1.445 6.958-3.747 8.783z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsSpeechLanguageTherapyNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsSpeechLanguageTherapyNegative(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(#healthiconsSpeechLanguageTherapyNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm1.658 4.032q.384-.032.776-.032c5.147 0 9.319 4.136 9.319 9.237v1.206l2.004 2.98c.635.944-.048 2.209-1.193 2.209h-.811v1.42a.714.714 0 0 1-.717.711h-.907c-.71-.006-1.3-.01-1.3.71l2.207.711c.396 0 .717.318.717.71v2.132a2.84 2.84 0 0 1-1.375 2.427c-.512.31-1.063.351-1.548.288c-.477-.062-.933-.23-1.309-.39l-2.937-1.247v5.185c0 .393-.32.711-.717.711h-2.15a.714.714 0 0 1-.717-.71V10.74c0-.37.286-.678.658-.708m6.869 12.047a1.07 1.07 0 0 0 1.075-1.066a1.07 1.07 0 0 0-1.075-1.066a1.07 1.07 0 0 0-1.075 1.066a1.07 1.07 0 0 0 1.075 1.066m7.968 8.005A2.41 2.41 0 0 0 26.686 28c0-.893-.48-1.67-1.19-2.084l1.01-1.727A4.41 4.41 0 0 1 28.685 28a4.41 4.41 0 0 1-2.18 3.81zm3.287-6.747c1.213.877 2.113 2.596 2.113 4.663s-.9 3.786-2.113 4.663l1.173 1.62c1.807-1.307 2.94-3.672 2.94-6.283c0-2.61-1.133-4.976-2.94-6.284zm3.333 11.88c1.726-1.369 2.99-4.036 2.99-7.217s-1.264-5.848-2.99-7.216l1.243-1.567c2.302 1.825 3.747 5.128 3.747 8.783c0 3.656-1.445 6.958-3.747 8.783z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsSpeechLanguageTherapyNegative"><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(#healthiconsSpeechLanguageTherapyNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm1.658 4.032q.384-.032.776-.032c5.147 0 9.319 4.136 9.319 9.237v1.206l2.004 2.98c.635.944-.048 2.209-1.193 2.209h-.811v1.42a.714.714 0 0 1-.717.711h-.907c-.71-.006-1.3-.01-1.3.71l2.207.711c.396 0 .717.318.717.71v2.132a2.84 2.84 0 0 1-1.375 2.427c-.512.31-1.063.351-1.548.288c-.477-.062-.933-.23-1.309-.39l-2.937-1.247v5.185c0 .393-.32.711-.717.711h-2.15a.714.714 0 0 1-.717-.71V10.74c0-.37.286-.678.658-.708m6.869 12.047a1.07 1.07 0 0 0 1.075-1.066a1.07 1.07 0 0 0-1.075-1.066a1.07 1.07 0 0 0-1.075 1.066a1.07 1.07 0 0 0 1.075 1.066m7.968 8.005A2.41 2.41 0 0 0 26.686 28c0-.893-.48-1.67-1.19-2.084l1.01-1.727A4.41 4.41 0 0 1 28.685 28a4.41 4.41 0 0 1-2.18 3.81zm3.287-6.747c1.213.877 2.113 2.596 2.113 4.663s-.9 3.786-2.113 4.663l1.173 1.62c1.807-1.307 2.94-3.672 2.94-6.283c0-2.61-1.133-4.976-2.94-6.284zm3.333 11.88c1.726-1.369 2.99-4.036 2.99-7.217s-1.264-5.848-2.99-7.216l1.243-1.567c2.302 1.825 3.747 5.128 3.747 8.783c0 3.656-1.445 6.958-3.747 8.783z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsSpeechLanguageTherapyNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-speech-language-therapy-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(%23healthiconsSpeechLanguageTherapyNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3zm1.658%204.032q.384-.032.776-.032c5.147%200%209.319%204.136%209.319%209.237v1.206l2.004%202.98c.635.944-.048%202.209-1.193%202.209h-.811v1.42a.714.714%200%200%201-.717.711h-.907c-.71-.006-1.3-.01-1.3.71l2.207.711c.396%200%20.717.318.717.71v2.132a2.84%202.84%200%200%201-1.375%202.427c-.512.31-1.063.351-1.548.288c-.477-.062-.933-.23-1.309-.39l-2.937-1.247v5.185c0%20.393-.32.711-.717.711h-2.15a.714.714%200%200%201-.717-.71V10.74c0-.37.286-.678.658-.708m6.869%2012.047a1.07%201.07%200%200%200%201.075-1.066a1.07%201.07%200%200%200-1.075-1.066a1.07%201.07%200%200%200-1.075%201.066a1.07%201.07%200%200%200%201.075%201.066m7.968%208.005A2.41%202.41%200%200%200%2026.686%2028c0-.893-.48-1.67-1.19-2.084l1.01-1.727A4.41%204.41%200%200%201%2028.685%2028a4.41%204.41%200%200%201-2.18%203.81zm3.287-6.747c1.213.877%202.113%202.596%202.113%204.663s-.9%203.786-2.113%204.663l1.173%201.62c1.807-1.307%202.94-3.672%202.94-6.283c0-2.61-1.133-4.976-2.94-6.284zm3.333%2011.88c1.726-1.369%202.99-4.036%202.99-7.217s-1.264-5.848-2.99-7.216l1.243-1.567c2.302%201.825%203.747%205.128%203.747%208.783c0%203.656-1.445%206.958-3.747%208.783z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsSpeechLanguageTherapyNegative%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(%23healthiconsSpeechLanguageTherapyNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3zm1.658%204.032q.384-.032.776-.032c5.147%200%209.319%204.136%209.319%209.237v1.206l2.004%202.98c.635.944-.048%202.209-1.193%202.209h-.811v1.42a.714.714%200%200%201-.717.711h-.907c-.71-.006-1.3-.01-1.3.71l2.207.711c.396%200%20.717.318.717.71v2.132a2.84%202.84%200%200%201-1.375%202.427c-.512.31-1.063.351-1.548.288c-.477-.062-.933-.23-1.309-.39l-2.937-1.247v5.185c0%20.393-.32.711-.717.711h-2.15a.714.714%200%200%201-.717-.71V10.74c0-.37.286-.678.658-.708m6.869%2012.047a1.07%201.07%200%200%200%201.075-1.066a1.07%201.07%200%200%200-1.075-1.066a1.07%201.07%200%200%200-1.075%201.066a1.07%201.07%200%200%200%201.075%201.066m7.968%208.005A2.41%202.41%200%200%200%2026.686%2028c0-.893-.48-1.67-1.19-2.084l1.01-1.727A4.41%204.41%200%200%201%2028.685%2028a4.41%204.41%200%200%201-2.18%203.81zm3.287-6.747c1.213.877%202.113%202.596%202.113%204.663s-.9%203.786-2.113%204.663l1.173%201.62c1.807-1.307%202.94-3.672%202.94-6.283c0-2.61-1.133-4.976-2.94-6.284zm3.333%2011.88c1.726-1.369%202.99-4.036%202.99-7.217s-1.264-5.848-2.99-7.216l1.243-1.567c2.302%201.825%203.747%205.128%203.747%208.783c0%203.656-1.445%206.958-3.747%208.783z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsSpeechLanguageTherapyNegative%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/speech-language-therapy-negative.svg?color=%231a73e8&size=48