msm negative icon
msm-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- msm-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the msm 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(#healthiconsMsmNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm15.5 13a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7M10 20h-.211c-.086.384-.166.797-.24 1.23C9.162 23.487 9 25.9 9 26.5a1.5 1.5 0 0 1-3 0c0-.798.182-3.384.592-5.777c.205-1.193.48-2.428.854-3.396c.183-.477.426-.984.76-1.397c.324-.402.918-.93 1.794-.93h10v.023c.66.098 1.15.489 1.446.78c.374.368.697.834.972 1.3c.557.943 1.076 2.16 1.514 3.357l.068.187l.068-.186c.438-1.198.957-2.415 1.514-3.358c.275-.466.598-.932.972-1.3c.296-.291.787-.682 1.446-.78V15h10c.876 0 1.47.527 1.794.93c.334.413.577.92.76 1.396c.374.969.65 2.204.854 3.397c.41 2.393.592 4.98.592 5.777a1.5 1.5 0 0 1-3 0c0-.6-.162-3.013-.55-5.27a26 26 0 0 0-.239-1.23H38v20.5a1.5 1.5 0 0 1-2.995.12L34.155 30h-2.31l-.85 10.62A1.5 1.5 0 0 1 28 40.5V20h-.52c-.202.46-.402.964-.595 1.492a37 37 0 0 0-1.015 3.236a20 20 0 0 0-.287 1.228a7 7 0 0 0-.068.4c-.012.09-.014.134-.015.143q0 .004 0 0a1.5 1.5 0 0 1-3 0q0 .004 0 0c0-.01-.003-.053-.015-.142a7 7 0 0 0-.068-.4c-.064-.33-.161-.749-.287-1.229a37 37 0 0 0-1.015-3.236A26 26 0 0 0 20.52 20H20v20.5a1.5 1.5 0 0 1-2.995.12L16.155 30h-2.31l-.85 10.62A1.5 1.5 0 0 1 10 40.5zM29 9.5a3.5 3.5 0 1 0 7 0a3.5 3.5 0 0 0-7 0" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsMsmNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMsmNegative(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(#healthiconsMsmNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm15.5 13a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7M10 20h-.211c-.086.384-.166.797-.24 1.23C9.162 23.487 9 25.9 9 26.5a1.5 1.5 0 0 1-3 0c0-.798.182-3.384.592-5.777c.205-1.193.48-2.428.854-3.396c.183-.477.426-.984.76-1.397c.324-.402.918-.93 1.794-.93h10v.023c.66.098 1.15.489 1.446.78c.374.368.697.834.972 1.3c.557.943 1.076 2.16 1.514 3.357l.068.187l.068-.186c.438-1.198.957-2.415 1.514-3.358c.275-.466.598-.932.972-1.3c.296-.291.787-.682 1.446-.78V15h10c.876 0 1.47.527 1.794.93c.334.413.577.92.76 1.396c.374.969.65 2.204.854 3.397c.41 2.393.592 4.98.592 5.777a1.5 1.5 0 0 1-3 0c0-.6-.162-3.013-.55-5.27a26 26 0 0 0-.239-1.23H38v20.5a1.5 1.5 0 0 1-2.995.12L34.155 30h-2.31l-.85 10.62A1.5 1.5 0 0 1 28 40.5V20h-.52c-.202.46-.402.964-.595 1.492a37 37 0 0 0-1.015 3.236a20 20 0 0 0-.287 1.228a7 7 0 0 0-.068.4c-.012.09-.014.134-.015.143q0 .004 0 0a1.5 1.5 0 0 1-3 0q0 .004 0 0c0-.01-.003-.053-.015-.142a7 7 0 0 0-.068-.4c-.064-.33-.161-.749-.287-1.229a37 37 0 0 0-1.015-3.236A26 26 0 0 0 20.52 20H20v20.5a1.5 1.5 0 0 1-2.995.12L16.155 30h-2.31l-.85 10.62A1.5 1.5 0 0 1 10 40.5zM29 9.5a3.5 3.5 0 1 0 7 0a3.5 3.5 0 0 0-7 0" clipRule="evenodd"/></g><defs><clipPath id="healthiconsMsmNegative"><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(#healthiconsMsmNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm15.5 13a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7M10 20h-.211c-.086.384-.166.797-.24 1.23C9.162 23.487 9 25.9 9 26.5a1.5 1.5 0 0 1-3 0c0-.798.182-3.384.592-5.777c.205-1.193.48-2.428.854-3.396c.183-.477.426-.984.76-1.397c.324-.402.918-.93 1.794-.93h10v.023c.66.098 1.15.489 1.446.78c.374.368.697.834.972 1.3c.557.943 1.076 2.16 1.514 3.357l.068.187l.068-.186c.438-1.198.957-2.415 1.514-3.358c.275-.466.598-.932.972-1.3c.296-.291.787-.682 1.446-.78V15h10c.876 0 1.47.527 1.794.93c.334.413.577.92.76 1.396c.374.969.65 2.204.854 3.397c.41 2.393.592 4.98.592 5.777a1.5 1.5 0 0 1-3 0c0-.6-.162-3.013-.55-5.27a26 26 0 0 0-.239-1.23H38v20.5a1.5 1.5 0 0 1-2.995.12L34.155 30h-2.31l-.85 10.62A1.5 1.5 0 0 1 28 40.5V20h-.52c-.202.46-.402.964-.595 1.492a37 37 0 0 0-1.015 3.236a20 20 0 0 0-.287 1.228a7 7 0 0 0-.068.4c-.012.09-.014.134-.015.143q0 .004 0 0a1.5 1.5 0 0 1-3 0q0 .004 0 0c0-.01-.003-.053-.015-.142a7 7 0 0 0-.068-.4c-.064-.33-.161-.749-.287-1.229a37 37 0 0 0-1.015-3.236A26 26 0 0 0 20.52 20H20v20.5a1.5 1.5 0 0 1-2.995.12L16.155 30h-2.31l-.85 10.62A1.5 1.5 0 0 1 10 40.5zM29 9.5a3.5 3.5 0 1 0 7 0a3.5 3.5 0 0 0-7 0" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsMsmNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-msm-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(%23healthiconsMsmNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm15.5%2013a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207M10%2020h-.211c-.086.384-.166.797-.24%201.23C9.162%2023.487%209%2025.9%209%2026.5a1.5%201.5%200%200%201-3%200c0-.798.182-3.384.592-5.777c.205-1.193.48-2.428.854-3.396c.183-.477.426-.984.76-1.397c.324-.402.918-.93%201.794-.93h10v.023c.66.098%201.15.489%201.446.78c.374.368.697.834.972%201.3c.557.943%201.076%202.16%201.514%203.357l.068.187l.068-.186c.438-1.198.957-2.415%201.514-3.358c.275-.466.598-.932.972-1.3c.296-.291.787-.682%201.446-.78V15h10c.876%200%201.47.527%201.794.93c.334.413.577.92.76%201.396c.374.969.65%202.204.854%203.397c.41%202.393.592%204.98.592%205.777a1.5%201.5%200%200%201-3%200c0-.6-.162-3.013-.55-5.27a26%2026%200%200%200-.239-1.23H38v20.5a1.5%201.5%200%200%201-2.995.12L34.155%2030h-2.31l-.85%2010.62A1.5%201.5%200%200%201%2028%2040.5V20h-.52c-.202.46-.402.964-.595%201.492a37%2037%200%200%200-1.015%203.236a20%2020%200%200%200-.287%201.228a7%207%200%200%200-.068.4c-.012.09-.014.134-.015.143q0%20.004%200%200a1.5%201.5%200%200%201-3%200q0%20.004%200%200c0-.01-.003-.053-.015-.142a7%207%200%200%200-.068-.4c-.064-.33-.161-.749-.287-1.229a37%2037%200%200%200-1.015-3.236A26%2026%200%200%200%2020.52%2020H20v20.5a1.5%201.5%200%200%201-2.995.12L16.155%2030h-2.31l-.85%2010.62A1.5%201.5%200%200%201%2010%2040.5zM29%209.5a3.5%203.5%200%201%200%207%200a3.5%203.5%200%200%200-7%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsMsmNegative%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(%23healthiconsMsmNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm15.5%2013a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207M10%2020h-.211c-.086.384-.166.797-.24%201.23C9.162%2023.487%209%2025.9%209%2026.5a1.5%201.5%200%200%201-3%200c0-.798.182-3.384.592-5.777c.205-1.193.48-2.428.854-3.396c.183-.477.426-.984.76-1.397c.324-.402.918-.93%201.794-.93h10v.023c.66.098%201.15.489%201.446.78c.374.368.697.834.972%201.3c.557.943%201.076%202.16%201.514%203.357l.068.187l.068-.186c.438-1.198.957-2.415%201.514-3.358c.275-.466.598-.932.972-1.3c.296-.291.787-.682%201.446-.78V15h10c.876%200%201.47.527%201.794.93c.334.413.577.92.76%201.396c.374.969.65%202.204.854%203.397c.41%202.393.592%204.98.592%205.777a1.5%201.5%200%200%201-3%200c0-.6-.162-3.013-.55-5.27a26%2026%200%200%200-.239-1.23H38v20.5a1.5%201.5%200%200%201-2.995.12L34.155%2030h-2.31l-.85%2010.62A1.5%201.5%200%200%201%2028%2040.5V20h-.52c-.202.46-.402.964-.595%201.492a37%2037%200%200%200-1.015%203.236a20%2020%200%200%200-.287%201.228a7%207%200%200%200-.068.4c-.012.09-.014.134-.015.143q0%20.004%200%200a1.5%201.5%200%200%201-3%200q0%20.004%200%200c0-.01-.003-.053-.015-.142a7%207%200%200%200-.068-.4c-.064-.33-.161-.749-.287-1.229a37%2037%200%200%200-1.015-3.236A26%2026%200%200%200%2020.52%2020H20v20.5a1.5%201.5%200%200%201-2.995.12L16.155%2030h-2.31l-.85%2010.62A1.5%201.5%200%200%201%2010%2040.5zM29%209.5a3.5%203.5%200%201%200%207%200a3.5%203.5%200%200%200-7%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsMsmNegative%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/msm-negative.svg?color=%231a73e8&size=48