speech language therapy icon
speech-language-therapy from Health Icons by Resolve to Save Lives · Filled · Specialties · MIT Free for personal and commercial use.
- Name
- speech-language-therapy
- Set
- Health Icons
- Style
- Filled
- Category
- Specialties
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More specialties icons from Health Icons
accident-and-emergencyadmissionsbiochemistry-laboratoryburn-unitcardiologychaplaincycoronary-care-unitcritical-caredischarge-loungeears-nose-and-throatendocrinologyfinance-deptgastroenterologygeneral-surgerygeriatricsgymgynecologyhematologyhematology-laboratoryhepatologyhuman-resorucesintensive-care-unitmedical-recordsnephrology
Use the speech language therapy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm5.434 1q-.392 0-.776.032a.713.713 0 0 0-.658.708v27.55c0 .392.32.71.717.71h2.15a.714.714 0 0 0 .717-.71v-5.186l2.937 1.247c.375.16.832.328 1.309.39c.485.063 1.036.022 1.548-.288a2.84 2.84 0 0 0 1.375-2.427v-2.131a.714.714 0 0 0-.717-.71l-2.206-.711c0-.722.59-.717 1.3-.712l.19.001h.716a.714.714 0 0 0 .717-.71v-1.421h.81c1.146 0 1.829-1.265 1.194-2.21l-2.004-2.98v-1.205c0-5.101-4.172-9.237-9.32-9.237m7.168 11.013a1.07 1.07 0 0 1-1.075 1.066a1.07 1.07 0 0 1-1.075-1.066a1.07 1.07 0 0 1 1.075-1.066a1.07 1.07 0 0 1 1.075 1.066M26.684 28c0 .893-.479 1.67-1.189 2.084l1.01 1.727A4.41 4.41 0 0 0 28.685 28a4.41 4.41 0 0 0-2.18-3.81l-1.01 1.726A2.41 2.41 0 0 1 26.686 28m4.21 0c0-2.067-.899-3.786-2.112-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.284l-1.173-1.62c1.213-.878 2.113-2.597 2.113-4.664m4.211 0c0 3.181-1.264 5.848-2.99 7.217l1.243 1.566c2.302-1.825 3.747-5.128 3.747-8.783s-1.445-6.958-3.747-8.783l-1.242 1.567c1.725 1.368 2.99 4.035 2.99 7.216" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsSpeechLanguageTherapy(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm5.434 1q-.392 0-.776.032a.713.713 0 0 0-.658.708v27.55c0 .392.32.71.717.71h2.15a.714.714 0 0 0 .717-.71v-5.186l2.937 1.247c.375.16.832.328 1.309.39c.485.063 1.036.022 1.548-.288a2.84 2.84 0 0 0 1.375-2.427v-2.131a.714.714 0 0 0-.717-.71l-2.206-.711c0-.722.59-.717 1.3-.712l.19.001h.716a.714.714 0 0 0 .717-.71v-1.421h.81c1.146 0 1.829-1.265 1.194-2.21l-2.004-2.98v-1.205c0-5.101-4.172-9.237-9.32-9.237m7.168 11.013a1.07 1.07 0 0 1-1.075 1.066a1.07 1.07 0 0 1-1.075-1.066a1.07 1.07 0 0 1 1.075-1.066a1.07 1.07 0 0 1 1.075 1.066M26.684 28c0 .893-.479 1.67-1.189 2.084l1.01 1.727A4.41 4.41 0 0 0 28.685 28a4.41 4.41 0 0 0-2.18-3.81l-1.01 1.726A2.41 2.41 0 0 1 26.686 28m4.21 0c0-2.067-.899-3.786-2.112-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.284l-1.173-1.62c1.213-.878 2.113-2.597 2.113-4.664m4.211 0c0 3.181-1.264 5.848-2.99 7.217l1.243 1.566c2.302-1.825 3.747-5.128 3.747-8.783s-1.445-6.958-3.747-8.783l-1.242 1.567c1.725 1.368 2.99 4.035 2.99 7.216" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm5.434 1q-.392 0-.776.032a.713.713 0 0 0-.658.708v27.55c0 .392.32.71.717.71h2.15a.714.714 0 0 0 .717-.71v-5.186l2.937 1.247c.375.16.832.328 1.309.39c.485.063 1.036.022 1.548-.288a2.84 2.84 0 0 0 1.375-2.427v-2.131a.714.714 0 0 0-.717-.71l-2.206-.711c0-.722.59-.717 1.3-.712l.19.001h.716a.714.714 0 0 0 .717-.71v-1.421h.81c1.146 0 1.829-1.265 1.194-2.21l-2.004-2.98v-1.205c0-5.101-4.172-9.237-9.32-9.237m7.168 11.013a1.07 1.07 0 0 1-1.075 1.066a1.07 1.07 0 0 1-1.075-1.066a1.07 1.07 0 0 1 1.075-1.066a1.07 1.07 0 0 1 1.075 1.066M26.684 28c0 .893-.479 1.67-1.189 2.084l1.01 1.727A4.41 4.41 0 0 0 28.685 28a4.41 4.41 0 0 0-2.18-3.81l-1.01 1.726A2.41 2.41 0 0 1 26.686 28m4.21 0c0-2.067-.899-3.786-2.112-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.284l-1.173-1.62c1.213-.878 2.113-2.597 2.113-4.664m4.211 0c0 3.181-1.264 5.848-2.99 7.217l1.243 1.566c2.302-1.825 3.747-5.128 3.747-8.783s-1.445-6.958-3.747-8.783l-1.242 1.567c1.725 1.368 2.99 4.035 2.99 7.216" clip-rule="evenodd"/></svg> </template>
CSS
.icon-speech-language-therapy {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3zm5.434%201q-.392%200-.776.032a.713.713%200%200%200-.658.708v27.55c0%20.392.32.71.717.71h2.15a.714.714%200%200%200%20.717-.71v-5.186l2.937%201.247c.375.16.832.328%201.309.39c.485.063%201.036.022%201.548-.288a2.84%202.84%200%200%200%201.375-2.427v-2.131a.714.714%200%200%200-.717-.71l-2.206-.711c0-.722.59-.717%201.3-.712l.19.001h.716a.714.714%200%200%200%20.717-.71v-1.421h.81c1.146%200%201.829-1.265%201.194-2.21l-2.004-2.98v-1.205c0-5.101-4.172-9.237-9.32-9.237m7.168%2011.013a1.07%201.07%200%200%201-1.075%201.066a1.07%201.07%200%200%201-1.075-1.066a1.07%201.07%200%200%201%201.075-1.066a1.07%201.07%200%200%201%201.075%201.066M26.684%2028c0%20.893-.479%201.67-1.189%202.084l1.01%201.727A4.41%204.41%200%200%200%2028.685%2028a4.41%204.41%200%200%200-2.18-3.81l-1.01%201.726A2.41%202.41%200%200%201%2026.686%2028m4.21%200c0-2.067-.899-3.786-2.112-4.663l1.173-1.62c1.807%201.307%202.94%203.672%202.94%206.283c0%202.61-1.133%204.976-2.94%206.284l-1.173-1.62c1.213-.878%202.113-2.597%202.113-4.664m4.211%200c0%203.181-1.264%205.848-2.99%207.217l1.243%201.566c2.302-1.825%203.747-5.128%203.747-8.783s-1.445-6.958-3.747-8.783l-1.242%201.567c1.725%201.368%202.99%204.035%202.99%207.216%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3zm5.434%201q-.392%200-.776.032a.713.713%200%200%200-.658.708v27.55c0%20.392.32.71.717.71h2.15a.714.714%200%200%200%20.717-.71v-5.186l2.937%201.247c.375.16.832.328%201.309.39c.485.063%201.036.022%201.548-.288a2.84%202.84%200%200%200%201.375-2.427v-2.131a.714.714%200%200%200-.717-.71l-2.206-.711c0-.722.59-.717%201.3-.712l.19.001h.716a.714.714%200%200%200%20.717-.71v-1.421h.81c1.146%200%201.829-1.265%201.194-2.21l-2.004-2.98v-1.205c0-5.101-4.172-9.237-9.32-9.237m7.168%2011.013a1.07%201.07%200%200%201-1.075%201.066a1.07%201.07%200%200%201-1.075-1.066a1.07%201.07%200%200%201%201.075-1.066a1.07%201.07%200%200%201%201.075%201.066M26.684%2028c0%20.893-.479%201.67-1.189%202.084l1.01%201.727A4.41%204.41%200%200%200%2028.685%2028a4.41%204.41%200%200%200-2.18-3.81l-1.01%201.726A2.41%202.41%200%200%201%2026.686%2028m4.21%200c0-2.067-.899-3.786-2.112-4.663l1.173-1.62c1.807%201.307%202.94%203.672%202.94%206.283c0%202.61-1.133%204.976-2.94%206.284l-1.173-1.62c1.213-.878%202.113-2.597%202.113-4.664m4.211%200c0%203.181-1.264%205.848-2.99%207.217l1.243%201.566c2.302-1.825%203.747-5.128%203.747-8.783s-1.445-6.958-3.747-8.783l-1.242%201.567c1.725%201.368%202.99%204.035%202.99%207.216%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/speech-language-therapy.svg?color=%231a73e8&size=48