bad one icon

bad-one from IconPark by ByteDance · Color · Hands · Apache-2.0 Free for personal and commercial use.

Name
bad-one
Set
IconPark
Style
Color
Category
Hands
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More hands icons from IconPark

Use the bad one icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M35.9115 6.45609L41.2811 25.4561C41.6418 26.7325 40.6828 28 39.3564 28H27.8747C27.1714 28 26.651 28.6542 26.8091 29.3395L27.3086 31.5039C27.7668 33.4893 27.9139 35.5337 27.7446 37.5642L27.6527 38.6673C27.5541 39.8507 27.0393 40.9607 26.1996 41.8004C25.4315 42.5685 24.3898 43 23.3035 43H23.0644C22.4074 43 21.8021 42.6438 21.4831 42.0696L18.825 37.2851C17.6329 35.1392 15.8559 33.376 13.7009 32.2005L7.0423 28.5685C6.39977 28.2181 6 27.5446 6 26.8127V7C6 5.89543 6.89543 5 8 5H33.9869C34.882 5 35.6681 5.59473 35.9115 6.45609Z"/></svg>

React

import type { SVGProps } from "react";

export function IconParkBadOne(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#2F88FF" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M35.9115 6.45609L41.2811 25.4561C41.6418 26.7325 40.6828 28 39.3564 28H27.8747C27.1714 28 26.651 28.6542 26.8091 29.3395L27.3086 31.5039C27.7668 33.4893 27.9139 35.5337 27.7446 37.5642L27.6527 38.6673C27.5541 39.8507 27.0393 40.9607 26.1996 41.8004C25.4315 42.5685 24.3898 43 23.3035 43H23.0644C22.4074 43 21.8021 42.6438 21.4831 42.0696L18.825 37.2851C17.6329 35.1392 15.8559 33.376 13.7009 32.2005L7.0423 28.5685C6.39977 28.2181 6 27.5446 6 26.8127V7C6 5.89543 6.89543 5 8 5H33.9869C34.882 5 35.6681 5.59473 35.9115 6.45609Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M35.9115 6.45609L41.2811 25.4561C41.6418 26.7325 40.6828 28 39.3564 28H27.8747C27.1714 28 26.651 28.6542 26.8091 29.3395L27.3086 31.5039C27.7668 33.4893 27.9139 35.5337 27.7446 37.5642L27.6527 38.6673C27.5541 39.8507 27.0393 40.9607 26.1996 41.8004C25.4315 42.5685 24.3898 43 23.3035 43H23.0644C22.4074 43 21.8021 42.6438 21.4831 42.0696L18.825 37.2851C17.6329 35.1392 15.8559 33.376 13.7009 32.2005L7.0423 28.5685C6.39977 28.2181 6 27.5446 6 26.8127V7C6 5.89543 6.89543 5 8 5H33.9869C34.882 5 35.6681 5.59473 35.9115 6.45609Z"/></svg>
</template>

CSS

.icon-bad-one {
  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%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M35.9115%206.45609L41.2811%2025.4561C41.6418%2026.7325%2040.6828%2028%2039.3564%2028H27.8747C27.1714%2028%2026.651%2028.6542%2026.8091%2029.3395L27.3086%2031.5039C27.7668%2033.4893%2027.9139%2035.5337%2027.7446%2037.5642L27.6527%2038.6673C27.5541%2039.8507%2027.0393%2040.9607%2026.1996%2041.8004C25.4315%2042.5685%2024.3898%2043%2023.3035%2043H23.0644C22.4074%2043%2021.8021%2042.6438%2021.4831%2042.0696L18.825%2037.2851C17.6329%2035.1392%2015.8559%2033.376%2013.7009%2032.2005L7.0423%2028.5685C6.39977%2028.2181%206%2027.5446%206%2026.8127V7C6%205.89543%206.89543%205%208%205H33.9869C34.882%205%2035.6681%205.59473%2035.9115%206.45609Z%22%2F%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%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M35.9115%206.45609L41.2811%2025.4561C41.6418%2026.7325%2040.6828%2028%2039.3564%2028H27.8747C27.1714%2028%2026.651%2028.6542%2026.8091%2029.3395L27.3086%2031.5039C27.7668%2033.4893%2027.9139%2035.5337%2027.7446%2037.5642L27.6527%2038.6673C27.5541%2039.8507%2027.0393%2040.9607%2026.1996%2041.8004C25.4315%2042.5685%2024.3898%2043%2023.3035%2043H23.0644C22.4074%2043%2021.8021%2042.6438%2021.4831%2042.0696L18.825%2037.2851C17.6329%2035.1392%2015.8559%2033.376%2013.7009%2032.2005L7.0423%2028.5685C6.39977%2028.2181%206%2027.5446%206%2026.8127V7C6%205.89543%206.89543%205%208%205H33.9869C34.882%205%2035.6681%205.59473%2035.9115%206.45609Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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