symptoms icon
symptoms-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- symptoms-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the symptoms icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.375 10.813q.075-.338.25-.663Q3.2 7.325 5.963 5.663T12 4q3.375 0 6.213 1.75t4.337 4.75q.2.375.063.775t-.513.6t-.763.063t-.587-.513q-.625-1.25-1.55-2.25t-2.062-1.7T14.7 6.388T12 6Q9.175 6 6.813 7.488T3.2 11.5q1.25 2.5 3.65 4.025T12.075 17q.425 0 .713.275t.287.675q0 .425-.287.738t-.713.312q-3.3-.025-6.075-1.638T1.625 12.85q-.175-.325-.25-.662T1.3 11.5t.075-.687M12 16q-1.875 0-3.187-1.312T7.5 11.5t1.313-3.187T12 7t3.188 1.313T16.5 11.5q0 .175-.012.338t-.038.337L14.9 13.6q-.475.475-.85 1.013t-.625 1.137q-.35.125-.7.188T12 16m1.913-2.588q.787-.787.787-1.912t-.787-1.912T12 8.8t-1.912.788T9.3 11.5t.788 1.913T12 14.2t1.913-.787M19 22q-1.675 0-2.838-1.175t-1.187-2.85q0-.825.35-1.575t.95-1.325l1.35-1.275q.575-.55 1.375-.55t1.375.55l1.325 1.275q.6.575.938 1.313T23 17.95q0 1.7-1.175 2.875T19 22m0-2q.825 0 1.413-.6t.562-1.45q0-.425-.187-.8t-.488-.65L19 15.25l-1.325 1.25q-.3.275-.5.663t-.175.812q0 .85.575 1.438T19 20m0-2.375"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSymptomsOutlineRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.375 10.813q.075-.338.25-.663Q3.2 7.325 5.963 5.663T12 4q3.375 0 6.213 1.75t4.337 4.75q.2.375.063.775t-.513.6t-.763.063t-.587-.513q-.625-1.25-1.55-2.25t-2.062-1.7T14.7 6.388T12 6Q9.175 6 6.813 7.488T3.2 11.5q1.25 2.5 3.65 4.025T12.075 17q.425 0 .713.275t.287.675q0 .425-.287.738t-.713.312q-3.3-.025-6.075-1.638T1.625 12.85q-.175-.325-.25-.662T1.3 11.5t.075-.687M12 16q-1.875 0-3.187-1.312T7.5 11.5t1.313-3.187T12 7t3.188 1.313T16.5 11.5q0 .175-.012.338t-.038.337L14.9 13.6q-.475.475-.85 1.013t-.625 1.137q-.35.125-.7.188T12 16m1.913-2.588q.787-.787.787-1.912t-.787-1.912T12 8.8t-1.912.788T9.3 11.5t.788 1.913T12 14.2t1.913-.787M19 22q-1.675 0-2.838-1.175t-1.187-2.85q0-.825.35-1.575t.95-1.325l1.35-1.275q.575-.55 1.375-.55t1.375.55l1.325 1.275q.6.575.938 1.313T23 17.95q0 1.7-1.175 2.875T19 22m0-2q.825 0 1.413-.6t.562-1.45q0-.425-.187-.8t-.488-.65L19 15.25l-1.325 1.25q-.3.275-.5.663t-.175.812q0 .85.575 1.438T19 20m0-2.375"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.375 10.813q.075-.338.25-.663Q3.2 7.325 5.963 5.663T12 4q3.375 0 6.213 1.75t4.337 4.75q.2.375.063.775t-.513.6t-.763.063t-.587-.513q-.625-1.25-1.55-2.25t-2.062-1.7T14.7 6.388T12 6Q9.175 6 6.813 7.488T3.2 11.5q1.25 2.5 3.65 4.025T12.075 17q.425 0 .713.275t.287.675q0 .425-.287.738t-.713.312q-3.3-.025-6.075-1.638T1.625 12.85q-.175-.325-.25-.662T1.3 11.5t.075-.687M12 16q-1.875 0-3.187-1.312T7.5 11.5t1.313-3.187T12 7t3.188 1.313T16.5 11.5q0 .175-.012.338t-.038.337L14.9 13.6q-.475.475-.85 1.013t-.625 1.137q-.35.125-.7.188T12 16m1.913-2.588q.787-.787.787-1.912t-.787-1.912T12 8.8t-1.912.788T9.3 11.5t.788 1.913T12 14.2t1.913-.787M19 22q-1.675 0-2.838-1.175t-1.187-2.85q0-.825.35-1.575t.95-1.325l1.35-1.275q.575-.55 1.375-.55t1.375.55l1.325 1.275q.6.575.938 1.313T23 17.95q0 1.7-1.175 2.875T19 22m0-2q.825 0 1.413-.6t.562-1.45q0-.425-.187-.8t-.488-.65L19 15.25l-1.325 1.25q-.3.275-.5.663t-.175.812q0 .85.575 1.438T19 20m0-2.375"/></svg> </template>
CSS
.icon-symptoms-outline-rounded {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.375%2010.813q.075-.338.25-.663Q3.2%207.325%205.963%205.663T12%204q3.375%200%206.213%201.75t4.337%204.75q.2.375.063.775t-.513.6t-.763.063t-.587-.513q-.625-1.25-1.55-2.25t-2.062-1.7T14.7%206.388T12%206Q9.175%206%206.813%207.488T3.2%2011.5q1.25%202.5%203.65%204.025T12.075%2017q.425%200%20.713.275t.287.675q0%20.425-.287.738t-.713.312q-3.3-.025-6.075-1.638T1.625%2012.85q-.175-.325-.25-.662T1.3%2011.5t.075-.687M12%2016q-1.875%200-3.187-1.312T7.5%2011.5t1.313-3.187T12%207t3.188%201.313T16.5%2011.5q0%20.175-.012.338t-.038.337L14.9%2013.6q-.475.475-.85%201.013t-.625%201.137q-.35.125-.7.188T12%2016m1.913-2.588q.787-.787.787-1.912t-.787-1.912T12%208.8t-1.912.788T9.3%2011.5t.788%201.913T12%2014.2t1.913-.787M19%2022q-1.675%200-2.838-1.175t-1.187-2.85q0-.825.35-1.575t.95-1.325l1.35-1.275q.575-.55%201.375-.55t1.375.55l1.325%201.275q.6.575.938%201.313T23%2017.95q0%201.7-1.175%202.875T19%2022m0-2q.825%200%201.413-.6t.562-1.45q0-.425-.187-.8t-.488-.65L19%2015.25l-1.325%201.25q-.3.275-.5.663t-.175.812q0%20.85.575%201.438T19%2020m0-2.375%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.375%2010.813q.075-.338.25-.663Q3.2%207.325%205.963%205.663T12%204q3.375%200%206.213%201.75t4.337%204.75q.2.375.063.775t-.513.6t-.763.063t-.587-.513q-.625-1.25-1.55-2.25t-2.062-1.7T14.7%206.388T12%206Q9.175%206%206.813%207.488T3.2%2011.5q1.25%202.5%203.65%204.025T12.075%2017q.425%200%20.713.275t.287.675q0%20.425-.287.738t-.713.312q-3.3-.025-6.075-1.638T1.625%2012.85q-.175-.325-.25-.662T1.3%2011.5t.075-.687M12%2016q-1.875%200-3.187-1.312T7.5%2011.5t1.313-3.187T12%207t3.188%201.313T16.5%2011.5q0%20.175-.012.338t-.038.337L14.9%2013.6q-.475.475-.85%201.013t-.625%201.137q-.35.125-.7.188T12%2016m1.913-2.588q.787-.787.787-1.912t-.787-1.912T12%208.8t-1.912.788T9.3%2011.5t.788%201.913T12%2014.2t1.913-.787M19%2022q-1.675%200-2.838-1.175t-1.187-2.85q0-.825.35-1.575t.95-1.325l1.35-1.275q.575-.55%201.375-.55t1.375.55l1.325%201.275q.6.575.938%201.313T23%2017.95q0%201.7-1.175%202.875T19%2022m0-2q.825%200%201.413-.6t.562-1.45q0-.425-.187-.8t-.488-.65L19%2015.25l-1.325%201.25q-.3.275-.5.663t-.175.812q0%20.85.575%201.438T19%2020m0-2.375%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/symptoms-outline-rounded.svg?color=%231a73e8&size=48