stop negative icon

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

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

Use the stop 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(#healthiconsStopNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm24 5.905c9.994 0 18.095 8.101 18.095 18.095S33.994 42.095 24 42.095S5.905 33.994 5.905 24S14.006 5.905 24 5.905M44 24c0-11.046-8.954-20-20-20S4 12.954 4 24s8.954 20 20 20s20-8.954 20-20m-14 1.14V12.5a1.5 1.5 0 0 0-3 0V23h-2V9.5a1.5 1.5 0 0 0-3 0V23h-2V12.5a1.5 1.5 0 0 0-3 0V25h-2v-8.5a1.5 1.5 0 0 0-3 0v13.238C12 35.405 16.595 40 22.263 40c3.794 0 7.279-2.094 9.06-5.444l5.907-11.107a1.812 1.812 0 0 0-3.184-1.731l-2.172 3.909c-.501.902-1.874.546-1.874-.486" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsStopNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsStopNegative(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(#healthiconsStopNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm24 5.905c9.994 0 18.095 8.101 18.095 18.095S33.994 42.095 24 42.095S5.905 33.994 5.905 24S14.006 5.905 24 5.905M44 24c0-11.046-8.954-20-20-20S4 12.954 4 24s8.954 20 20 20s20-8.954 20-20m-14 1.14V12.5a1.5 1.5 0 0 0-3 0V23h-2V9.5a1.5 1.5 0 0 0-3 0V23h-2V12.5a1.5 1.5 0 0 0-3 0V25h-2v-8.5a1.5 1.5 0 0 0-3 0v13.238C12 35.405 16.595 40 22.263 40c3.794 0 7.279-2.094 9.06-5.444l5.907-11.107a1.812 1.812 0 0 0-3.184-1.731l-2.172 3.909c-.501.902-1.874.546-1.874-.486" clipRule="evenodd"/></g><defs><clipPath id="healthiconsStopNegative"><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(#healthiconsStopNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm24 5.905c9.994 0 18.095 8.101 18.095 18.095S33.994 42.095 24 42.095S5.905 33.994 5.905 24S14.006 5.905 24 5.905M44 24c0-11.046-8.954-20-20-20S4 12.954 4 24s8.954 20 20 20s20-8.954 20-20m-14 1.14V12.5a1.5 1.5 0 0 0-3 0V23h-2V9.5a1.5 1.5 0 0 0-3 0V23h-2V12.5a1.5 1.5 0 0 0-3 0V25h-2v-8.5a1.5 1.5 0 0 0-3 0v13.238C12 35.405 16.595 40 22.263 40c3.794 0 7.279-2.094 9.06-5.444l5.907-11.107a1.812 1.812 0 0 0-3.184-1.731l-2.172 3.909c-.501.902-1.874.546-1.874-.486" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsStopNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-stop-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(%23healthiconsStopNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm24%205.905c9.994%200%2018.095%208.101%2018.095%2018.095S33.994%2042.095%2024%2042.095S5.905%2033.994%205.905%2024S14.006%205.905%2024%205.905M44%2024c0-11.046-8.954-20-20-20S4%2012.954%204%2024s8.954%2020%2020%2020s20-8.954%2020-20m-14%201.14V12.5a1.5%201.5%200%200%200-3%200V23h-2V9.5a1.5%201.5%200%200%200-3%200V23h-2V12.5a1.5%201.5%200%200%200-3%200V25h-2v-8.5a1.5%201.5%200%200%200-3%200v13.238C12%2035.405%2016.595%2040%2022.263%2040c3.794%200%207.279-2.094%209.06-5.444l5.907-11.107a1.812%201.812%200%200%200-3.184-1.731l-2.172%203.909c-.501.902-1.874.546-1.874-.486%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsStopNegative%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(%23healthiconsStopNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm24%205.905c9.994%200%2018.095%208.101%2018.095%2018.095S33.994%2042.095%2024%2042.095S5.905%2033.994%205.905%2024S14.006%205.905%2024%205.905M44%2024c0-11.046-8.954-20-20-20S4%2012.954%204%2024s8.954%2020%2020%2020s20-8.954%2020-20m-14%201.14V12.5a1.5%201.5%200%200%200-3%200V23h-2V9.5a1.5%201.5%200%200%200-3%200V23h-2V12.5a1.5%201.5%200%200%200-3%200V25h-2v-8.5a1.5%201.5%200%200%200-3%200v13.238C12%2035.405%2016.595%2040%2022.263%2040c3.794%200%207.279-2.094%209.06-5.444l5.907-11.107a1.812%201.812%200%200%200-3.184-1.731l-2.172%203.909c-.501.902-1.874.546-1.874-.486%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsStopNegative%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/stop-negative.svg?color=%231a73e8&size=48