ok negative icon

ok-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
ok-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Use the ok 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" fill-rule="evenodd" clip-path="url(#healthiconsOkNegative)" clip-rule="evenodd"><path d="M40 24c0 8.837-7.163 16-16 16S8 32.837 8 24S15.163 8 24 8s16 7.163 16 16m-18.698-.892c.13-.358.091-.795-.016-1.193a4.2 4.2 0 0 0-.61-1.28c-.581-.829-1.544-1.591-2.845-1.646c-1.347-.056-2.353.799-2.973 1.706a5.6 5.6 0 0 0-.695 1.416c-.143.446-.219.902-.169 1.267a.5.5 0 0 0 .766.352c.4-.256.819-.607 1.207-.931c.176-.148.347-.29.505-.415c.562-.444 1-.697 1.362-.715c.345-.017.743.18 1.245.556c.18.134.354.276.534.424l.195.159c.244.197.504.399.765.557a.5.5 0 0 0 .73-.257m5.311 0c-.13-.358-.09-.795.017-1.193c.112-.416.319-.863.61-1.28c.58-.829 1.544-1.591 2.845-1.646c1.346-.056 2.353.799 2.973 1.706c.314.46.548.958.695 1.416c.142.446.218.902.168 1.267a.5.5 0 0 1-.765.352c-.4-.256-.82-.607-1.207-.93a24 24 0 0 0-.505-.416c-.563-.444-1-.697-1.363-.715c-.344-.017-.743.18-1.244.556c-.18.134-.354.276-.534.424l-.196.159a7 7 0 0 1-.765.557a.5.5 0 0 1-.729-.257m4.474 7.326c-.167.394-.439.773-.772 1.12C29.022 32.9 26.757 34 24.013 34c-2.737 0-5.037-1.096-6.31-2.455a4 4 0 0 1-.753-1.102c-.16-.366-.271-.832-.151-1.306c.136-.54.535-.927 1.052-1.082c.453-.136.94-.082 1.388.044c2.353.614 3.5.888 4.638.893c1.135.005 2.308-.258 4.704-.894l.014-.004c.493-.123.997-.168 1.454-.05c.496.13.946.462 1.135 1.016c.17.498.064.994-.097 1.374"/><path d="M48 0H0v48h48zm-6 24c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18"/></g><defs><clipPath id="healthiconsOkNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsOkNegative(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" fillRule="evenodd" clipPath="url(#healthiconsOkNegative)" clipRule="evenodd"><path d="M40 24c0 8.837-7.163 16-16 16S8 32.837 8 24S15.163 8 24 8s16 7.163 16 16m-18.698-.892c.13-.358.091-.795-.016-1.193a4.2 4.2 0 0 0-.61-1.28c-.581-.829-1.544-1.591-2.845-1.646c-1.347-.056-2.353.799-2.973 1.706a5.6 5.6 0 0 0-.695 1.416c-.143.446-.219.902-.169 1.267a.5.5 0 0 0 .766.352c.4-.256.819-.607 1.207-.931c.176-.148.347-.29.505-.415c.562-.444 1-.697 1.362-.715c.345-.017.743.18 1.245.556c.18.134.354.276.534.424l.195.159c.244.197.504.399.765.557a.5.5 0 0 0 .73-.257m5.311 0c-.13-.358-.09-.795.017-1.193c.112-.416.319-.863.61-1.28c.58-.829 1.544-1.591 2.845-1.646c1.346-.056 2.353.799 2.973 1.706c.314.46.548.958.695 1.416c.142.446.218.902.168 1.267a.5.5 0 0 1-.765.352c-.4-.256-.82-.607-1.207-.93a24 24 0 0 0-.505-.416c-.563-.444-1-.697-1.363-.715c-.344-.017-.743.18-1.244.556c-.18.134-.354.276-.534.424l-.196.159a7 7 0 0 1-.765.557a.5.5 0 0 1-.729-.257m4.474 7.326c-.167.394-.439.773-.772 1.12C29.022 32.9 26.757 34 24.013 34c-2.737 0-5.037-1.096-6.31-2.455a4 4 0 0 1-.753-1.102c-.16-.366-.271-.832-.151-1.306c.136-.54.535-.927 1.052-1.082c.453-.136.94-.082 1.388.044c2.353.614 3.5.888 4.638.893c1.135.005 2.308-.258 4.704-.894l.014-.004c.493-.123.997-.168 1.454-.05c.496.13.946.462 1.135 1.016c.17.498.064.994-.097 1.374"/><path d="M48 0H0v48h48zm-6 24c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18"/></g><defs><clipPath id="healthiconsOkNegative"><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" fill-rule="evenodd" clip-path="url(#healthiconsOkNegative)" clip-rule="evenodd"><path d="M40 24c0 8.837-7.163 16-16 16S8 32.837 8 24S15.163 8 24 8s16 7.163 16 16m-18.698-.892c.13-.358.091-.795-.016-1.193a4.2 4.2 0 0 0-.61-1.28c-.581-.829-1.544-1.591-2.845-1.646c-1.347-.056-2.353.799-2.973 1.706a5.6 5.6 0 0 0-.695 1.416c-.143.446-.219.902-.169 1.267a.5.5 0 0 0 .766.352c.4-.256.819-.607 1.207-.931c.176-.148.347-.29.505-.415c.562-.444 1-.697 1.362-.715c.345-.017.743.18 1.245.556c.18.134.354.276.534.424l.195.159c.244.197.504.399.765.557a.5.5 0 0 0 .73-.257m5.311 0c-.13-.358-.09-.795.017-1.193c.112-.416.319-.863.61-1.28c.58-.829 1.544-1.591 2.845-1.646c1.346-.056 2.353.799 2.973 1.706c.314.46.548.958.695 1.416c.142.446.218.902.168 1.267a.5.5 0 0 1-.765.352c-.4-.256-.82-.607-1.207-.93a24 24 0 0 0-.505-.416c-.563-.444-1-.697-1.363-.715c-.344-.017-.743.18-1.244.556c-.18.134-.354.276-.534.424l-.196.159a7 7 0 0 1-.765.557a.5.5 0 0 1-.729-.257m4.474 7.326c-.167.394-.439.773-.772 1.12C29.022 32.9 26.757 34 24.013 34c-2.737 0-5.037-1.096-6.31-2.455a4 4 0 0 1-.753-1.102c-.16-.366-.271-.832-.151-1.306c.136-.54.535-.927 1.052-1.082c.453-.136.94-.082 1.388.044c2.353.614 3.5.888 4.638.893c1.135.005 2.308-.258 4.704-.894l.014-.004c.493-.123.997-.168 1.454-.05c.496.13.946.462 1.135 1.016c.17.498.064.994-.097 1.374"/><path d="M48 0H0v48h48zm-6 24c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18"/></g><defs><clipPath id="healthiconsOkNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-ok-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%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23healthiconsOkNegative)%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M40%2024c0%208.837-7.163%2016-16%2016S8%2032.837%208%2024S15.163%208%2024%208s16%207.163%2016%2016m-18.698-.892c.13-.358.091-.795-.016-1.193a4.2%204.2%200%200%200-.61-1.28c-.581-.829-1.544-1.591-2.845-1.646c-1.347-.056-2.353.799-2.973%201.706a5.6%205.6%200%200%200-.695%201.416c-.143.446-.219.902-.169%201.267a.5.5%200%200%200%20.766.352c.4-.256.819-.607%201.207-.931c.176-.148.347-.29.505-.415c.562-.444%201-.697%201.362-.715c.345-.017.743.18%201.245.556c.18.134.354.276.534.424l.195.159c.244.197.504.399.765.557a.5.5%200%200%200%20.73-.257m5.311%200c-.13-.358-.09-.795.017-1.193c.112-.416.319-.863.61-1.28c.58-.829%201.544-1.591%202.845-1.646c1.346-.056%202.353.799%202.973%201.706c.314.46.548.958.695%201.416c.142.446.218.902.168%201.267a.5.5%200%200%201-.765.352c-.4-.256-.82-.607-1.207-.93a24%2024%200%200%200-.505-.416c-.563-.444-1-.697-1.363-.715c-.344-.017-.743.18-1.244.556c-.18.134-.354.276-.534.424l-.196.159a7%207%200%200%201-.765.557a.5.5%200%200%201-.729-.257m4.474%207.326c-.167.394-.439.773-.772%201.12C29.022%2032.9%2026.757%2034%2024.013%2034c-2.737%200-5.037-1.096-6.31-2.455a4%204%200%200%201-.753-1.102c-.16-.366-.271-.832-.151-1.306c.136-.54.535-.927%201.052-1.082c.453-.136.94-.082%201.388.044c2.353.614%203.5.888%204.638.893c1.135.005%202.308-.258%204.704-.894l.014-.004c.493-.123.997-.168%201.454-.05c.496.13.946.462%201.135%201.016c.17.498.064.994-.097%201.374%22%2F%3E%3Cpath%20d%3D%22M48%200H0v48h48zm-6%2024c0%209.941-8.059%2018-18%2018S6%2033.941%206%2024S14.059%206%2024%206s18%208.059%2018%2018%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsOkNegative%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%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23healthiconsOkNegative)%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M40%2024c0%208.837-7.163%2016-16%2016S8%2032.837%208%2024S15.163%208%2024%208s16%207.163%2016%2016m-18.698-.892c.13-.358.091-.795-.016-1.193a4.2%204.2%200%200%200-.61-1.28c-.581-.829-1.544-1.591-2.845-1.646c-1.347-.056-2.353.799-2.973%201.706a5.6%205.6%200%200%200-.695%201.416c-.143.446-.219.902-.169%201.267a.5.5%200%200%200%20.766.352c.4-.256.819-.607%201.207-.931c.176-.148.347-.29.505-.415c.562-.444%201-.697%201.362-.715c.345-.017.743.18%201.245.556c.18.134.354.276.534.424l.195.159c.244.197.504.399.765.557a.5.5%200%200%200%20.73-.257m5.311%200c-.13-.358-.09-.795.017-1.193c.112-.416.319-.863.61-1.28c.58-.829%201.544-1.591%202.845-1.646c1.346-.056%202.353.799%202.973%201.706c.314.46.548.958.695%201.416c.142.446.218.902.168%201.267a.5.5%200%200%201-.765.352c-.4-.256-.82-.607-1.207-.93a24%2024%200%200%200-.505-.416c-.563-.444-1-.697-1.363-.715c-.344-.017-.743.18-1.244.556c-.18.134-.354.276-.534.424l-.196.159a7%207%200%200%201-.765.557a.5.5%200%200%201-.729-.257m4.474%207.326c-.167.394-.439.773-.772%201.12C29.022%2032.9%2026.757%2034%2024.013%2034c-2.737%200-5.037-1.096-6.31-2.455a4%204%200%200%201-.753-1.102c-.16-.366-.271-.832-.151-1.306c.136-.54.535-.927%201.052-1.082c.453-.136.94-.082%201.388.044c2.353.614%203.5.888%204.638.893c1.135.005%202.308-.258%204.704-.894l.014-.004c.493-.123.997-.168%201.454-.05c.496.13.946.462%201.135%201.016c.17.498.064.994-.097%201.374%22%2F%3E%3Cpath%20d%3D%22M48%200H0v48h48zm-6%2024c0%209.941-8.059%2018-18%2018S6%2033.941%206%2024S14.059%206%2024%206s18%208.059%2018%2018%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsOkNegative%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/ok-negative.svg?color=%231a73e8&size=48