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

Name
stop
Set
Health Icons
Style
Filled
Category
Symbols
Viewbox
48×48
License
MIT

1 other variant in Health Icons

The same icon in other sets

More symbols icons from Health Icons

Use the stop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M30 25.14V12.5a1.5 1.5 0 1 0-3 0V23h-2V9.5a1.5 1.5 0 1 0-3 0V23h-2V12.5a1.5 1.5 0 1 0-3 0V25h-2v-8.5a1.5 1.5 0 1 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-.5.902-1.874.546-1.874-.486"/><path fill-rule="evenodd" d="M24 4c11.046 0 20 8.954 20 20s-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4m18.095 20c0-9.994-8.101-18.095-18.095-18.095S5.905 14.006 5.905 24S14.006 42.095 24 42.095S42.095 33.994 42.095 24" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsStop(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M30 25.14V12.5a1.5 1.5 0 1 0-3 0V23h-2V9.5a1.5 1.5 0 1 0-3 0V23h-2V12.5a1.5 1.5 0 1 0-3 0V25h-2v-8.5a1.5 1.5 0 1 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-.5.902-1.874.546-1.874-.486"/><path fillRule="evenodd" d="M24 4c11.046 0 20 8.954 20 20s-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4m18.095 20c0-9.994-8.101-18.095-18.095-18.095S5.905 14.006 5.905 24S14.006 42.095 24 42.095S42.095 33.994 42.095 24" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M30 25.14V12.5a1.5 1.5 0 1 0-3 0V23h-2V9.5a1.5 1.5 0 1 0-3 0V23h-2V12.5a1.5 1.5 0 1 0-3 0V25h-2v-8.5a1.5 1.5 0 1 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-.5.902-1.874.546-1.874-.486"/><path fill-rule="evenodd" d="M24 4c11.046 0 20 8.954 20 20s-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4m18.095 20c0-9.994-8.101-18.095-18.095-18.095S5.905 14.006 5.905 24S14.006 42.095 24 42.095S42.095 33.994 42.095 24" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-stop {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M30%2025.14V12.5a1.5%201.5%200%201%200-3%200V23h-2V9.5a1.5%201.5%200%201%200-3%200V23h-2V12.5a1.5%201.5%200%201%200-3%200V25h-2v-8.5a1.5%201.5%200%201%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-.5.902-1.874.546-1.874-.486%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%204c11.046%200%2020%208.954%2020%2020s-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204m18.095%2020c0-9.994-8.101-18.095-18.095-18.095S5.905%2014.006%205.905%2024S14.006%2042.095%2024%2042.095S42.095%2033.994%2042.095%2024%22%20clip-rule%3D%22evenodd%22%2F%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%22currentColor%22%3E%3Cpath%20d%3D%22M30%2025.14V12.5a1.5%201.5%200%201%200-3%200V23h-2V9.5a1.5%201.5%200%201%200-3%200V23h-2V12.5a1.5%201.5%200%201%200-3%200V25h-2v-8.5a1.5%201.5%200%201%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-.5.902-1.874.546-1.874-.486%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%204c11.046%200%2020%208.954%2020%2020s-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204m18.095%2020c0-9.994-8.101-18.095-18.095-18.095S5.905%2014.006%205.905%2024S14.006%2042.095%2024%2042.095S42.095%2033.994%2042.095%2024%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/stop.svg?color=%231a73e8&size=48