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

Name
stop-outline
Set
Health Icons
Style
Outline
Category
Symbols
Viewbox
48×48
License
MIT
Aliases
stop2x-outline

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" fill-rule="evenodd" clip-rule="evenodd"><path d="M21 11v.17A3 3 0 0 0 17 14v1.17A3 3 0 0 0 13 18v11.525C13 35.31 17.69 40 23.475 40c3.637 0 7.014-1.887 8.92-4.985l5.736-9.32a3.006 3.006 0 0 0-4.92-3.436L31 25.063V14a3 3 0 0 0-4-2.83V11a3 3 0 1 0-6 0m4 0a1 1 0 1 0-2 0v12h-2v-9a1 1 0 1 0-2 0v11h-2v-7a1 1 0 1 0-2 0v11.525a8.475 8.475 0 0 0 15.692 4.442l5.736-9.32a1.006 1.006 0 0 0-1.647-1.15l-2.21 2.804c-1.175 1.49-3.571.66-3.571-1.238V14a1 1 0 1 0-2 0v9h-2z"/><path d="M24 4c11.046 0 20 8.954 20 20s-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4m18 20c0-9.941-8.059-18-18-18S6 14.059 6 24s8.059 18 18 18s18-8.059 18-18"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsStopOutline(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" fillRule="evenodd" clipRule="evenodd"><path d="M21 11v.17A3 3 0 0 0 17 14v1.17A3 3 0 0 0 13 18v11.525C13 35.31 17.69 40 23.475 40c3.637 0 7.014-1.887 8.92-4.985l5.736-9.32a3.006 3.006 0 0 0-4.92-3.436L31 25.063V14a3 3 0 0 0-4-2.83V11a3 3 0 1 0-6 0m4 0a1 1 0 1 0-2 0v12h-2v-9a1 1 0 1 0-2 0v11h-2v-7a1 1 0 1 0-2 0v11.525a8.475 8.475 0 0 0 15.692 4.442l5.736-9.32a1.006 1.006 0 0 0-1.647-1.15l-2.21 2.804c-1.175 1.49-3.571.66-3.571-1.238V14a1 1 0 1 0-2 0v9h-2z"/><path d="M24 4c11.046 0 20 8.954 20 20s-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4m18 20c0-9.941-8.059-18-18-18S6 14.059 6 24s8.059 18 18 18s18-8.059 18-18"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M21 11v.17A3 3 0 0 0 17 14v1.17A3 3 0 0 0 13 18v11.525C13 35.31 17.69 40 23.475 40c3.637 0 7.014-1.887 8.92-4.985l5.736-9.32a3.006 3.006 0 0 0-4.92-3.436L31 25.063V14a3 3 0 0 0-4-2.83V11a3 3 0 1 0-6 0m4 0a1 1 0 1 0-2 0v12h-2v-9a1 1 0 1 0-2 0v11h-2v-7a1 1 0 1 0-2 0v11.525a8.475 8.475 0 0 0 15.692 4.442l5.736-9.32a1.006 1.006 0 0 0-1.647-1.15l-2.21 2.804c-1.175 1.49-3.571.66-3.571-1.238V14a1 1 0 1 0-2 0v9h-2z"/><path d="M24 4c11.046 0 20 8.954 20 20s-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4m18 20c0-9.941-8.059-18-18-18S6 14.059 6 24s8.059 18 18 18s18-8.059 18-18"/></g></svg>
</template>

CSS

.icon-stop-outline {
  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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M21%2011v.17A3%203%200%200%200%2017%2014v1.17A3%203%200%200%200%2013%2018v11.525C13%2035.31%2017.69%2040%2023.475%2040c3.637%200%207.014-1.887%208.92-4.985l5.736-9.32a3.006%203.006%200%200%200-4.92-3.436L31%2025.063V14a3%203%200%200%200-4-2.83V11a3%203%200%201%200-6%200m4%200a1%201%200%201%200-2%200v12h-2v-9a1%201%200%201%200-2%200v11h-2v-7a1%201%200%201%200-2%200v11.525a8.475%208.475%200%200%200%2015.692%204.442l5.736-9.32a1.006%201.006%200%200%200-1.647-1.15l-2.21%202.804c-1.175%201.49-3.571.66-3.571-1.238V14a1%201%200%201%200-2%200v9h-2z%22%2F%3E%3Cpath%20d%3D%22M24%204c11.046%200%2020%208.954%2020%2020s-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204m18%2020c0-9.941-8.059-18-18-18S6%2014.059%206%2024s8.059%2018%2018%2018s18-8.059%2018-18%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M21%2011v.17A3%203%200%200%200%2017%2014v1.17A3%203%200%200%200%2013%2018v11.525C13%2035.31%2017.69%2040%2023.475%2040c3.637%200%207.014-1.887%208.92-4.985l5.736-9.32a3.006%203.006%200%200%200-4.92-3.436L31%2025.063V14a3%203%200%200%200-4-2.83V11a3%203%200%201%200-6%200m4%200a1%201%200%201%200-2%200v12h-2v-9a1%201%200%201%200-2%200v11h-2v-7a1%201%200%201%200-2%200v11.525a8.475%208.475%200%200%200%2015.692%204.442l5.736-9.32a1.006%201.006%200%200%200-1.647-1.15l-2.21%202.804c-1.175%201.49-3.571.66-3.571-1.238V14a1%201%200%201%200-2%200v9h-2z%22%2F%3E%3Cpath%20d%3D%22M24%204c11.046%200%2020%208.954%2020%2020s-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204m18%2020c0-9.941-8.059-18-18-18S6%2014.059%206%2024s8.059%2018%2018%2018s18-8.059%2018-18%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-outline.svg?color=%231a73e8&size=48