mobile negative icon
mobile-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- mobile-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the mobile 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(#healthiconsMobileNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm12.967 7.249a3 3 0 0 1 2.995-3.005l15.972-.026a3 3 0 0 1 3.005 2.995l.055 33.987A3 3 0 0 1 32 44.205l-15.972.026a3 3 0 0 1-3.005-2.995zm1.999.997a2 2 0 0 1 1.996-2.004L30.94 6.22a2 2 0 0 1 2.003 1.997l.044 26.99a2 2 0 0 1-1.997 2.003l-13.977.023a2 2 0 0 1-2.003-1.997zm9.044 33.972a1.998 1.998 0 1 0-.008-3.996a1.998 1.998 0 0 0 .008 3.996m-.818-14.679l.79.657l.788-.652l.016-.014c1.58-1.315 2.878-2.396 3.785-3.413s1.406-1.952 1.405-2.97c-.002-1.656-1.423-2.954-3.233-2.953c-1.025 0-2.01.439-2.652 1.13l-.117.125l-.117-.126c-.643-.69-1.629-1.125-2.653-1.125c-1.81.002-3.23 1.303-3.228 2.959c0 1.018.5 1.952 1.41 2.967c.911 1.018 2.217 2.1 3.806 3.416" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsMobileNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMobileNegative(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(#healthiconsMobileNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm12.967 7.249a3 3 0 0 1 2.995-3.005l15.972-.026a3 3 0 0 1 3.005 2.995l.055 33.987A3 3 0 0 1 32 44.205l-15.972.026a3 3 0 0 1-3.005-2.995zm1.999.997a2 2 0 0 1 1.996-2.004L30.94 6.22a2 2 0 0 1 2.003 1.997l.044 26.99a2 2 0 0 1-1.997 2.003l-13.977.023a2 2 0 0 1-2.003-1.997zm9.044 33.972a1.998 1.998 0 1 0-.008-3.996a1.998 1.998 0 0 0 .008 3.996m-.818-14.679l.79.657l.788-.652l.016-.014c1.58-1.315 2.878-2.396 3.785-3.413s1.406-1.952 1.405-2.97c-.002-1.656-1.423-2.954-3.233-2.953c-1.025 0-2.01.439-2.652 1.13l-.117.125l-.117-.126c-.643-.69-1.629-1.125-2.653-1.125c-1.81.002-3.23 1.303-3.228 2.959c0 1.018.5 1.952 1.41 2.967c.911 1.018 2.217 2.1 3.806 3.416" clipRule="evenodd"/></g><defs><clipPath id="healthiconsMobileNegative"><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(#healthiconsMobileNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm12.967 7.249a3 3 0 0 1 2.995-3.005l15.972-.026a3 3 0 0 1 3.005 2.995l.055 33.987A3 3 0 0 1 32 44.205l-15.972.026a3 3 0 0 1-3.005-2.995zm1.999.997a2 2 0 0 1 1.996-2.004L30.94 6.22a2 2 0 0 1 2.003 1.997l.044 26.99a2 2 0 0 1-1.997 2.003l-13.977.023a2 2 0 0 1-2.003-1.997zm9.044 33.972a1.998 1.998 0 1 0-.008-3.996a1.998 1.998 0 0 0 .008 3.996m-.818-14.679l.79.657l.788-.652l.016-.014c1.58-1.315 2.878-2.396 3.785-3.413s1.406-1.952 1.405-2.97c-.002-1.656-1.423-2.954-3.233-2.953c-1.025 0-2.01.439-2.652 1.13l-.117.125l-.117-.126c-.643-.69-1.629-1.125-2.653-1.125c-1.81.002-3.23 1.303-3.228 2.959c0 1.018.5 1.952 1.41 2.967c.911 1.018 2.217 2.1 3.806 3.416" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsMobileNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-mobile-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(%23healthiconsMobileNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm12.967%207.249a3%203%200%200%201%202.995-3.005l15.972-.026a3%203%200%200%201%203.005%202.995l.055%2033.987A3%203%200%200%201%2032%2044.205l-15.972.026a3%203%200%200%201-3.005-2.995zm1.999.997a2%202%200%200%201%201.996-2.004L30.94%206.22a2%202%200%200%201%202.003%201.997l.044%2026.99a2%202%200%200%201-1.997%202.003l-13.977.023a2%202%200%200%201-2.003-1.997zm9.044%2033.972a1.998%201.998%200%201%200-.008-3.996a1.998%201.998%200%200%200%20.008%203.996m-.818-14.679l.79.657l.788-.652l.016-.014c1.58-1.315%202.878-2.396%203.785-3.413s1.406-1.952%201.405-2.97c-.002-1.656-1.423-2.954-3.233-2.953c-1.025%200-2.01.439-2.652%201.13l-.117.125l-.117-.126c-.643-.69-1.629-1.125-2.653-1.125c-1.81.002-3.23%201.303-3.228%202.959c0%201.018.5%201.952%201.41%202.967c.911%201.018%202.217%202.1%203.806%203.416%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsMobileNegative%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(%23healthiconsMobileNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm12.967%207.249a3%203%200%200%201%202.995-3.005l15.972-.026a3%203%200%200%201%203.005%202.995l.055%2033.987A3%203%200%200%201%2032%2044.205l-15.972.026a3%203%200%200%201-3.005-2.995zm1.999.997a2%202%200%200%201%201.996-2.004L30.94%206.22a2%202%200%200%201%202.003%201.997l.044%2026.99a2%202%200%200%201-1.997%202.003l-13.977.023a2%202%200%200%201-2.003-1.997zm9.044%2033.972a1.998%201.998%200%201%200-.008-3.996a1.998%201.998%200%200%200%20.008%203.996m-.818-14.679l.79.657l.788-.652l.016-.014c1.58-1.315%202.878-2.396%203.785-3.413s1.406-1.952%201.405-2.97c-.002-1.656-1.423-2.954-3.233-2.953c-1.025%200-2.01.439-2.652%201.13l-.117.125l-.117-.126c-.643-.69-1.629-1.125-2.653-1.125c-1.81.002-3.23%201.303-3.228%202.959c0%201.018.5%201.952%201.41%202.967c.911%201.018%202.217%202.1%203.806%203.416%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsMobileNegative%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/mobile-negative.svg?color=%231a73e8&size=48