nerve negative icon
nerve-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- nerve-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the nerve negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsNerveNegative)"><path d="M22.487 22.51a1.5 1.5 0 1 1-2.999 0a1.5 1.5 0 0 1 2.999 0"/><path fill-rule="evenodd" d="M48 0H0v48h48zM24.937 9.446a1 1 0 0 0-.822-1.824a7.03 7.03 0 0 0-3.127 2.778a7.03 7.03 0 0 0-3.01-2.723a1 1 0 1 0-.855 1.808a5 5 0 0 1 2.864 4.505v.035a5 5 0 0 1-9.96.618a1 1 0 0 0-1.984.25a7 7 0 0 0 1.695 3.744a7 7 0 0 0-3.644 2.127a1 1 0 1 0 1.48 1.344a5 5 0 0 1 7.854 6.148a7 7 0 0 0-.21.291a4.99 4.99 0 0 1-4.956 1.817a1 1 0 1 0-.403 1.959a7.03 7.03 0 0 0 4.154-.41a6.97 6.97 0 0 0 .993 4.237a1 1 0 0 0 1.708-1.041a4.97 4.97 0 0 1-.727-2.597c0-1.033.313-1.993.85-2.79q.109-.143.212-.29a4.99 4.99 0 0 1 3.938-1.92c1.6 0 3.023.75 3.94 1.92l.012.017q.121.173.29.277a1.41 1.41 0 0 0 .277 1.354q.233.27.427.553c.28.408.735.624 1.195.615a1.41 1.41 0 0 0-.242 1.352c.172.503.311 1.014.445 1.538c.146.571.621.971 1.17 1.05a1.41 1.41 0 0 0-.372 1.62c.3.703.746 1.43 1.493 1.958c.624.44 1.482.304 1.94-.3c.198.638.83 1.063 1.516.98q.471-.056.984-.168c.527-.115.92-.51 1.058-.995a1 1 0 0 0 .633-.023l.06-.021q.15-.057.293-.125l.187-.078c.88-.369 1.512-.632 2.154-.765c.689-.143 1.396-.13 2.39.215a1 1 0 1 0 .656-1.89a7.4 7.4 0 0 0-1.554-.37c.75-.877 1.527-2.05 2.153-3.586a1 1 0 0 0-1.853-.755c-.525 1.29-1.168 2.268-1.778 2.992c-.068-.736-.301-1.512-.709-2.302a1 1 0 0 0-1.777.917c.574 1.113.591 1.982.392 2.584a2.06 2.06 0 0 1-1.073 1.21l-.274.113a1 1 0 0 0-.437.351a1.4 1.4 0 0 0-1.122-.231a8 8 0 0 1-.72.124a1.4 1.4 0 0 0-.956.548a1.4 1.4 0 0 0-.533-.732c-.164-.116-.34-.327-.526-.76a1.41 1.41 0 0 0-1.1-.844c.39-.34.578-.881.441-1.416c-.139-.544-.3-1.143-.51-1.756a1.41 1.41 0 0 0-1.365-.954a1.41 1.41 0 0 0 .071-1.691a9 9 0 0 0-.622-.807a1.4 1.4 0 0 0-.888-.476a1 1 0 0 0-.2-.49l-.007-.009a5 5 0 0 1 7.955-6.034a1 1 0 1 0 1.52-1.299a7 7 0 0 0-3.784-2.285a6.97 6.97 0 0 0 1.71-3.879a1 1 0 1 0-1.988-.213a5 5 0 0 1-9.971-.521v-.035a5 5 0 0 1 2.948-4.544" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsNerveNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsNerveNegative(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 fill="currentColor" clipPath="url(#healthiconsNerveNegative)"><path d="M22.487 22.51a1.5 1.5 0 1 1-2.999 0a1.5 1.5 0 0 1 2.999 0"/><path fillRule="evenodd" d="M48 0H0v48h48zM24.937 9.446a1 1 0 0 0-.822-1.824a7.03 7.03 0 0 0-3.127 2.778a7.03 7.03 0 0 0-3.01-2.723a1 1 0 1 0-.855 1.808a5 5 0 0 1 2.864 4.505v.035a5 5 0 0 1-9.96.618a1 1 0 0 0-1.984.25a7 7 0 0 0 1.695 3.744a7 7 0 0 0-3.644 2.127a1 1 0 1 0 1.48 1.344a5 5 0 0 1 7.854 6.148a7 7 0 0 0-.21.291a4.99 4.99 0 0 1-4.956 1.817a1 1 0 1 0-.403 1.959a7.03 7.03 0 0 0 4.154-.41a6.97 6.97 0 0 0 .993 4.237a1 1 0 0 0 1.708-1.041a4.97 4.97 0 0 1-.727-2.597c0-1.033.313-1.993.85-2.79q.109-.143.212-.29a4.99 4.99 0 0 1 3.938-1.92c1.6 0 3.023.75 3.94 1.92l.012.017q.121.173.29.277a1.41 1.41 0 0 0 .277 1.354q.233.27.427.553c.28.408.735.624 1.195.615a1.41 1.41 0 0 0-.242 1.352c.172.503.311 1.014.445 1.538c.146.571.621.971 1.17 1.05a1.41 1.41 0 0 0-.372 1.62c.3.703.746 1.43 1.493 1.958c.624.44 1.482.304 1.94-.3c.198.638.83 1.063 1.516.98q.471-.056.984-.168c.527-.115.92-.51 1.058-.995a1 1 0 0 0 .633-.023l.06-.021q.15-.057.293-.125l.187-.078c.88-.369 1.512-.632 2.154-.765c.689-.143 1.396-.13 2.39.215a1 1 0 1 0 .656-1.89a7.4 7.4 0 0 0-1.554-.37c.75-.877 1.527-2.05 2.153-3.586a1 1 0 0 0-1.853-.755c-.525 1.29-1.168 2.268-1.778 2.992c-.068-.736-.301-1.512-.709-2.302a1 1 0 0 0-1.777.917c.574 1.113.591 1.982.392 2.584a2.06 2.06 0 0 1-1.073 1.21l-.274.113a1 1 0 0 0-.437.351a1.4 1.4 0 0 0-1.122-.231a8 8 0 0 1-.72.124a1.4 1.4 0 0 0-.956.548a1.4 1.4 0 0 0-.533-.732c-.164-.116-.34-.327-.526-.76a1.41 1.41 0 0 0-1.1-.844c.39-.34.578-.881.441-1.416c-.139-.544-.3-1.143-.51-1.756a1.41 1.41 0 0 0-1.365-.954a1.41 1.41 0 0 0 .071-1.691a9 9 0 0 0-.622-.807a1.4 1.4 0 0 0-.888-.476a1 1 0 0 0-.2-.49l-.007-.009a5 5 0 0 1 7.955-6.034a1 1 0 1 0 1.52-1.299a7 7 0 0 0-3.784-2.285a6.97 6.97 0 0 0 1.71-3.879a1 1 0 1 0-1.988-.213a5 5 0 0 1-9.971-.521v-.035a5 5 0 0 1 2.948-4.544" clipRule="evenodd"/></g><defs><clipPath id="healthiconsNerveNegative"><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 fill="currentColor" clip-path="url(#healthiconsNerveNegative)"><path d="M22.487 22.51a1.5 1.5 0 1 1-2.999 0a1.5 1.5 0 0 1 2.999 0"/><path fill-rule="evenodd" d="M48 0H0v48h48zM24.937 9.446a1 1 0 0 0-.822-1.824a7.03 7.03 0 0 0-3.127 2.778a7.03 7.03 0 0 0-3.01-2.723a1 1 0 1 0-.855 1.808a5 5 0 0 1 2.864 4.505v.035a5 5 0 0 1-9.96.618a1 1 0 0 0-1.984.25a7 7 0 0 0 1.695 3.744a7 7 0 0 0-3.644 2.127a1 1 0 1 0 1.48 1.344a5 5 0 0 1 7.854 6.148a7 7 0 0 0-.21.291a4.99 4.99 0 0 1-4.956 1.817a1 1 0 1 0-.403 1.959a7.03 7.03 0 0 0 4.154-.41a6.97 6.97 0 0 0 .993 4.237a1 1 0 0 0 1.708-1.041a4.97 4.97 0 0 1-.727-2.597c0-1.033.313-1.993.85-2.79q.109-.143.212-.29a4.99 4.99 0 0 1 3.938-1.92c1.6 0 3.023.75 3.94 1.92l.012.017q.121.173.29.277a1.41 1.41 0 0 0 .277 1.354q.233.27.427.553c.28.408.735.624 1.195.615a1.41 1.41 0 0 0-.242 1.352c.172.503.311 1.014.445 1.538c.146.571.621.971 1.17 1.05a1.41 1.41 0 0 0-.372 1.62c.3.703.746 1.43 1.493 1.958c.624.44 1.482.304 1.94-.3c.198.638.83 1.063 1.516.98q.471-.056.984-.168c.527-.115.92-.51 1.058-.995a1 1 0 0 0 .633-.023l.06-.021q.15-.057.293-.125l.187-.078c.88-.369 1.512-.632 2.154-.765c.689-.143 1.396-.13 2.39.215a1 1 0 1 0 .656-1.89a7.4 7.4 0 0 0-1.554-.37c.75-.877 1.527-2.05 2.153-3.586a1 1 0 0 0-1.853-.755c-.525 1.29-1.168 2.268-1.778 2.992c-.068-.736-.301-1.512-.709-2.302a1 1 0 0 0-1.777.917c.574 1.113.591 1.982.392 2.584a2.06 2.06 0 0 1-1.073 1.21l-.274.113a1 1 0 0 0-.437.351a1.4 1.4 0 0 0-1.122-.231a8 8 0 0 1-.72.124a1.4 1.4 0 0 0-.956.548a1.4 1.4 0 0 0-.533-.732c-.164-.116-.34-.327-.526-.76a1.41 1.41 0 0 0-1.1-.844c.39-.34.578-.881.441-1.416c-.139-.544-.3-1.143-.51-1.756a1.41 1.41 0 0 0-1.365-.954a1.41 1.41 0 0 0 .071-1.691a9 9 0 0 0-.622-.807a1.4 1.4 0 0 0-.888-.476a1 1 0 0 0-.2-.49l-.007-.009a5 5 0 0 1 7.955-6.034a1 1 0 1 0 1.52-1.299a7 7 0 0 0-3.784-2.285a6.97 6.97 0 0 0 1.71-3.879a1 1 0 1 0-1.988-.213a5 5 0 0 1-9.971-.521v-.035a5 5 0 0 1 2.948-4.544" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsNerveNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-nerve-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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsNerveNegative)%22%3E%3Cpath%20d%3D%22M22.487%2022.51a1.5%201.5%200%201%201-2.999%200a1.5%201.5%200%200%201%202.999%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM24.937%209.446a1%201%200%200%200-.822-1.824a7.03%207.03%200%200%200-3.127%202.778a7.03%207.03%200%200%200-3.01-2.723a1%201%200%201%200-.855%201.808a5%205%200%200%201%202.864%204.505v.035a5%205%200%200%201-9.96.618a1%201%200%200%200-1.984.25a7%207%200%200%200%201.695%203.744a7%207%200%200%200-3.644%202.127a1%201%200%201%200%201.48%201.344a5%205%200%200%201%207.854%206.148a7%207%200%200%200-.21.291a4.99%204.99%200%200%201-4.956%201.817a1%201%200%201%200-.403%201.959a7.03%207.03%200%200%200%204.154-.41a6.97%206.97%200%200%200%20.993%204.237a1%201%200%200%200%201.708-1.041a4.97%204.97%200%200%201-.727-2.597c0-1.033.313-1.993.85-2.79q.109-.143.212-.29a4.99%204.99%200%200%201%203.938-1.92c1.6%200%203.023.75%203.94%201.92l.012.017q.121.173.29.277a1.41%201.41%200%200%200%20.277%201.354q.233.27.427.553c.28.408.735.624%201.195.615a1.41%201.41%200%200%200-.242%201.352c.172.503.311%201.014.445%201.538c.146.571.621.971%201.17%201.05a1.41%201.41%200%200%200-.372%201.62c.3.703.746%201.43%201.493%201.958c.624.44%201.482.304%201.94-.3c.198.638.83%201.063%201.516.98q.471-.056.984-.168c.527-.115.92-.51%201.058-.995a1%201%200%200%200%20.633-.023l.06-.021q.15-.057.293-.125l.187-.078c.88-.369%201.512-.632%202.154-.765c.689-.143%201.396-.13%202.39.215a1%201%200%201%200%20.656-1.89a7.4%207.4%200%200%200-1.554-.37c.75-.877%201.527-2.05%202.153-3.586a1%201%200%200%200-1.853-.755c-.525%201.29-1.168%202.268-1.778%202.992c-.068-.736-.301-1.512-.709-2.302a1%201%200%200%200-1.777.917c.574%201.113.591%201.982.392%202.584a2.06%202.06%200%200%201-1.073%201.21l-.274.113a1%201%200%200%200-.437.351a1.4%201.4%200%200%200-1.122-.231a8%208%200%200%201-.72.124a1.4%201.4%200%200%200-.956.548a1.4%201.4%200%200%200-.533-.732c-.164-.116-.34-.327-.526-.76a1.41%201.41%200%200%200-1.1-.844c.39-.34.578-.881.441-1.416c-.139-.544-.3-1.143-.51-1.756a1.41%201.41%200%200%200-1.365-.954a1.41%201.41%200%200%200%20.071-1.691a9%209%200%200%200-.622-.807a1.4%201.4%200%200%200-.888-.476a1%201%200%200%200-.2-.49l-.007-.009a5%205%200%200%201%207.955-6.034a1%201%200%201%200%201.52-1.299a7%207%200%200%200-3.784-2.285a6.97%206.97%200%200%200%201.71-3.879a1%201%200%201%200-1.988-.213a5%205%200%200%201-9.971-.521v-.035a5%205%200%200%201%202.948-4.544%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsNerveNegative%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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsNerveNegative)%22%3E%3Cpath%20d%3D%22M22.487%2022.51a1.5%201.5%200%201%201-2.999%200a1.5%201.5%200%200%201%202.999%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM24.937%209.446a1%201%200%200%200-.822-1.824a7.03%207.03%200%200%200-3.127%202.778a7.03%207.03%200%200%200-3.01-2.723a1%201%200%201%200-.855%201.808a5%205%200%200%201%202.864%204.505v.035a5%205%200%200%201-9.96.618a1%201%200%200%200-1.984.25a7%207%200%200%200%201.695%203.744a7%207%200%200%200-3.644%202.127a1%201%200%201%200%201.48%201.344a5%205%200%200%201%207.854%206.148a7%207%200%200%200-.21.291a4.99%204.99%200%200%201-4.956%201.817a1%201%200%201%200-.403%201.959a7.03%207.03%200%200%200%204.154-.41a6.97%206.97%200%200%200%20.993%204.237a1%201%200%200%200%201.708-1.041a4.97%204.97%200%200%201-.727-2.597c0-1.033.313-1.993.85-2.79q.109-.143.212-.29a4.99%204.99%200%200%201%203.938-1.92c1.6%200%203.023.75%203.94%201.92l.012.017q.121.173.29.277a1.41%201.41%200%200%200%20.277%201.354q.233.27.427.553c.28.408.735.624%201.195.615a1.41%201.41%200%200%200-.242%201.352c.172.503.311%201.014.445%201.538c.146.571.621.971%201.17%201.05a1.41%201.41%200%200%200-.372%201.62c.3.703.746%201.43%201.493%201.958c.624.44%201.482.304%201.94-.3c.198.638.83%201.063%201.516.98q.471-.056.984-.168c.527-.115.92-.51%201.058-.995a1%201%200%200%200%20.633-.023l.06-.021q.15-.057.293-.125l.187-.078c.88-.369%201.512-.632%202.154-.765c.689-.143%201.396-.13%202.39.215a1%201%200%201%200%20.656-1.89a7.4%207.4%200%200%200-1.554-.37c.75-.877%201.527-2.05%202.153-3.586a1%201%200%200%200-1.853-.755c-.525%201.29-1.168%202.268-1.778%202.992c-.068-.736-.301-1.512-.709-2.302a1%201%200%200%200-1.777.917c.574%201.113.591%201.982.392%202.584a2.06%202.06%200%200%201-1.073%201.21l-.274.113a1%201%200%200%200-.437.351a1.4%201.4%200%200%200-1.122-.231a8%208%200%200%201-.72.124a1.4%201.4%200%200%200-.956.548a1.4%201.4%200%200%200-.533-.732c-.164-.116-.34-.327-.526-.76a1.41%201.41%200%200%200-1.1-.844c.39-.34.578-.881.441-1.416c-.139-.544-.3-1.143-.51-1.756a1.41%201.41%200%200%200-1.365-.954a1.41%201.41%200%200%200%20.071-1.691a9%209%200%200%200-.622-.807a1.4%201.4%200%200%200-.888-.476a1%201%200%200%200-.2-.49l-.007-.009a5%205%200%200%201%207.955-6.034a1%201%200%201%200%201.52-1.299a7%207%200%200%200-3.784-2.285a6.97%206.97%200%200%200%201.71-3.879a1%201%200%201%200-1.988-.213a5%205%200%200%201-9.971-.521v-.035a5%205%200%200%201%202.948-4.544%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsNerveNegative%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/nerve-negative.svg?color=%231a73e8&size=48