allergy icon
allergy-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- allergy-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- allergy-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the allergy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.577 21.866q-.298 0-.527-.147t-.352-.407q-2.929-.512-5.116-2.652q-2.188-2.14-3.074-5.387q-2.496 1.02-4.061 3.044t-1.878 4.6q-.03.233-.174.408t-.376.175t-.366-.187t-.103-.44q.275-2.967 2.056-5.251q1.78-2.283 4.683-3.368q-.526-2.606-.213-4.87q.312-2.265 1.443-3.69q-.038-.077-.067-.153q-.029-.077-.029-.174q.012-.407.302-.695t.698-.287q.414 0 .707.293t.293.707t-.293.706t-.707.294h-.09q-.04 0-.096-.025q-.743 1.01-1.048 2.316t-.195 3.105q.327-.827.942-1.41q.614-.585 1.491-.958q.73-.296 1.622-.435q.892-.14 1.957-.122q.142-.2.344-.326t.458-.126q.413 0 .707.293q.293.293.293.707q0 .413-.293.706t-.707.294q-.292 0-.524-.144t-.355-.404q-.998-.012-1.818.118t-1.459.407q-1.09.46-1.614 1.334t-.52 2.158q.776-.202 1.552-.297t1.83-.095q.142-.212.353-.347q.21-.134.478-.134q.413 0 .706.293t.294.707t-.293.707t-.707.293q-.287 0-.507-.134q-.22-.135-.343-.385q-1.017 0-1.758.095q-.74.095-1.5.316q.287 1.293 1.41 1.945t3.11.663q.59.012 1.273-.044q.684-.056 1.4-.167q.123-.273.367-.435t.548-.162q.413 0 .706.294t.294.706t-.294.707t-.706.293q-.231 0-.424-.103q-.193-.104-.336-.293q-.754.112-1.431.17q-.678.059-1.269.059q-1.167 0-2.096-.229t-1.62-.705q1.028 1.936 2.64 3.158t3.574 1.574q.143-.22.347-.338q.205-.12.461-.12q.414 0 .707.294t.293.707t-.293.706q-.293.294-.707.294"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAllergyRounded(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="M18.577 21.866q-.298 0-.527-.147t-.352-.407q-2.929-.512-5.116-2.652q-2.188-2.14-3.074-5.387q-2.496 1.02-4.061 3.044t-1.878 4.6q-.03.233-.174.408t-.376.175t-.366-.187t-.103-.44q.275-2.967 2.056-5.251q1.78-2.283 4.683-3.368q-.526-2.606-.213-4.87q.312-2.265 1.443-3.69q-.038-.077-.067-.153q-.029-.077-.029-.174q.012-.407.302-.695t.698-.287q.414 0 .707.293t.293.707t-.293.706t-.707.294h-.09q-.04 0-.096-.025q-.743 1.01-1.048 2.316t-.195 3.105q.327-.827.942-1.41q.614-.585 1.491-.958q.73-.296 1.622-.435q.892-.14 1.957-.122q.142-.2.344-.326t.458-.126q.413 0 .707.293q.293.293.293.707q0 .413-.293.706t-.707.294q-.292 0-.524-.144t-.355-.404q-.998-.012-1.818.118t-1.459.407q-1.09.46-1.614 1.334t-.52 2.158q.776-.202 1.552-.297t1.83-.095q.142-.212.353-.347q.21-.134.478-.134q.413 0 .706.293t.294.707t-.293.707t-.707.293q-.287 0-.507-.134q-.22-.135-.343-.385q-1.017 0-1.758.095q-.74.095-1.5.316q.287 1.293 1.41 1.945t3.11.663q.59.012 1.273-.044q.684-.056 1.4-.167q.123-.273.367-.435t.548-.162q.413 0 .706.294t.294.706t-.294.707t-.706.293q-.231 0-.424-.103q-.193-.104-.336-.293q-.754.112-1.431.17q-.678.059-1.269.059q-1.167 0-2.096-.229t-1.62-.705q1.028 1.936 2.64 3.158t3.574 1.574q.143-.22.347-.338q.205-.12.461-.12q.414 0 .707.294t.293.707t-.293.706q-.293.294-.707.294"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.577 21.866q-.298 0-.527-.147t-.352-.407q-2.929-.512-5.116-2.652q-2.188-2.14-3.074-5.387q-2.496 1.02-4.061 3.044t-1.878 4.6q-.03.233-.174.408t-.376.175t-.366-.187t-.103-.44q.275-2.967 2.056-5.251q1.78-2.283 4.683-3.368q-.526-2.606-.213-4.87q.312-2.265 1.443-3.69q-.038-.077-.067-.153q-.029-.077-.029-.174q.012-.407.302-.695t.698-.287q.414 0 .707.293t.293.707t-.293.706t-.707.294h-.09q-.04 0-.096-.025q-.743 1.01-1.048 2.316t-.195 3.105q.327-.827.942-1.41q.614-.585 1.491-.958q.73-.296 1.622-.435q.892-.14 1.957-.122q.142-.2.344-.326t.458-.126q.413 0 .707.293q.293.293.293.707q0 .413-.293.706t-.707.294q-.292 0-.524-.144t-.355-.404q-.998-.012-1.818.118t-1.459.407q-1.09.46-1.614 1.334t-.52 2.158q.776-.202 1.552-.297t1.83-.095q.142-.212.353-.347q.21-.134.478-.134q.413 0 .706.293t.294.707t-.293.707t-.707.293q-.287 0-.507-.134q-.22-.135-.343-.385q-1.017 0-1.758.095q-.74.095-1.5.316q.287 1.293 1.41 1.945t3.11.663q.59.012 1.273-.044q.684-.056 1.4-.167q.123-.273.367-.435t.548-.162q.413 0 .706.294t.294.706t-.294.707t-.706.293q-.231 0-.424-.103q-.193-.104-.336-.293q-.754.112-1.431.17q-.678.059-1.269.059q-1.167 0-2.096-.229t-1.62-.705q1.028 1.936 2.64 3.158t3.574 1.574q.143-.22.347-.338q.205-.12.461-.12q.414 0 .707.294t.293.707t-.293.706q-.293.294-.707.294"/></svg> </template>
CSS
.icon-allergy-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%22M18.577%2021.866q-.298%200-.527-.147t-.352-.407q-2.929-.512-5.116-2.652q-2.188-2.14-3.074-5.387q-2.496%201.02-4.061%203.044t-1.878%204.6q-.03.233-.174.408t-.376.175t-.366-.187t-.103-.44q.275-2.967%202.056-5.251q1.78-2.283%204.683-3.368q-.526-2.606-.213-4.87q.312-2.265%201.443-3.69q-.038-.077-.067-.153q-.029-.077-.029-.174q.012-.407.302-.695t.698-.287q.414%200%20.707.293t.293.707t-.293.706t-.707.294h-.09q-.04%200-.096-.025q-.743%201.01-1.048%202.316t-.195%203.105q.327-.827.942-1.41q.614-.585%201.491-.958q.73-.296%201.622-.435q.892-.14%201.957-.122q.142-.2.344-.326t.458-.126q.413%200%20.707.293q.293.293.293.707q0%20.413-.293.706t-.707.294q-.292%200-.524-.144t-.355-.404q-.998-.012-1.818.118t-1.459.407q-1.09.46-1.614%201.334t-.52%202.158q.776-.202%201.552-.297t1.83-.095q.142-.212.353-.347q.21-.134.478-.134q.413%200%20.706.293t.294.707t-.293.707t-.707.293q-.287%200-.507-.134q-.22-.135-.343-.385q-1.017%200-1.758.095q-.74.095-1.5.316q.287%201.293%201.41%201.945t3.11.663q.59.012%201.273-.044q.684-.056%201.4-.167q.123-.273.367-.435t.548-.162q.413%200%20.706.294t.294.706t-.294.707t-.706.293q-.231%200-.424-.103q-.193-.104-.336-.293q-.754.112-1.431.17q-.678.059-1.269.059q-1.167%200-2.096-.229t-1.62-.705q1.028%201.936%202.64%203.158t3.574%201.574q.143-.22.347-.338q.205-.12.461-.12q.414%200%20.707.294t.293.707t-.293.706q-.293.294-.707.294%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%22M18.577%2021.866q-.298%200-.527-.147t-.352-.407q-2.929-.512-5.116-2.652q-2.188-2.14-3.074-5.387q-2.496%201.02-4.061%203.044t-1.878%204.6q-.03.233-.174.408t-.376.175t-.366-.187t-.103-.44q.275-2.967%202.056-5.251q1.78-2.283%204.683-3.368q-.526-2.606-.213-4.87q.312-2.265%201.443-3.69q-.038-.077-.067-.153q-.029-.077-.029-.174q.012-.407.302-.695t.698-.287q.414%200%20.707.293t.293.707t-.293.706t-.707.294h-.09q-.04%200-.096-.025q-.743%201.01-1.048%202.316t-.195%203.105q.327-.827.942-1.41q.614-.585%201.491-.958q.73-.296%201.622-.435q.892-.14%201.957-.122q.142-.2.344-.326t.458-.126q.413%200%20.707.293q.293.293.293.707q0%20.413-.293.706t-.707.294q-.292%200-.524-.144t-.355-.404q-.998-.012-1.818.118t-1.459.407q-1.09.46-1.614%201.334t-.52%202.158q.776-.202%201.552-.297t1.83-.095q.142-.212.353-.347q.21-.134.478-.134q.413%200%20.706.293t.294.707t-.293.707t-.707.293q-.287%200-.507-.134q-.22-.135-.343-.385q-1.017%200-1.758.095q-.74.095-1.5.316q.287%201.293%201.41%201.945t3.11.663q.59.012%201.273-.044q.684-.056%201.4-.167q.123-.273.367-.435t.548-.162q.413%200%20.706.294t.294.706t-.294.707t-.706.293q-.231%200-.424-.103q-.193-.104-.336-.293q-.754.112-1.431.17q-.678.059-1.269.059q-1.167%200-2.096-.229t-1.62-.705q1.028%201.936%202.64%203.158t3.574%201.574q.143-.22.347-.338q.205-.12.461-.12q.414%200%20.707.294t.293.707t-.293.706q-.293.294-.707.294%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/allergy-rounded.svg?color=%231a73e8&size=48