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

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

The same icon in other sets

More hands icons from IconPark Solid

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="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="m35.912 6.456l5.37 19A2 2 0 0 1 39.355 28h-11.48c-.704 0-1.224.654-1.066 1.34l.5 2.164c.458 1.985.605 4.03.436 6.06l-.092 1.103A5.02 5.02 0 0 1 26.2 41.8a4.1 4.1 0 0 1-2.896 1.2h-.24a1.81 1.81 0 0 1-1.58-.93l-2.659-4.785a12.96 12.96 0 0 0-5.124-5.084l-6.659-3.633A2 2 0 0 1 6 26.814V7a2 2 0 0 1 2-2h25.987a2 2 0 0 1 1.924 1.456"/></svg>

React

import type { SVGProps } from "react";

export function IconParkSolidBadOne(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="m35.912 6.456l5.37 19A2 2 0 0 1 39.355 28h-11.48c-.704 0-1.224.654-1.066 1.34l.5 2.164c.458 1.985.605 4.03.436 6.06l-.092 1.103A5.02 5.02 0 0 1 26.2 41.8a4.1 4.1 0 0 1-2.896 1.2h-.24a1.81 1.81 0 0 1-1.58-.93l-2.659-4.785a12.96 12.96 0 0 0-5.124-5.084l-6.659-3.633A2 2 0 0 1 6 26.814V7a2 2 0 0 1 2-2h25.987a2 2 0 0 1 1.924 1.456"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="m35.912 6.456l5.37 19A2 2 0 0 1 39.355 28h-11.48c-.704 0-1.224.654-1.066 1.34l.5 2.164c.458 1.985.605 4.03.436 6.06l-.092 1.103A5.02 5.02 0 0 1 26.2 41.8a4.1 4.1 0 0 1-2.896 1.2h-.24a1.81 1.81 0 0 1-1.58-.93l-2.659-4.785a12.96 12.96 0 0 0-5.124-5.084l-6.659-3.633A2 2 0 0 1 6 26.814V7a2 2 0 0 1 2-2h25.987a2 2 0 0 1 1.924 1.456"/></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%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22m35.912%206.456l5.37%2019A2%202%200%200%201%2039.355%2028h-11.48c-.704%200-1.224.654-1.066%201.34l.5%202.164c.458%201.985.605%204.03.436%206.06l-.092%201.103A5.02%205.02%200%200%201%2026.2%2041.8a4.1%204.1%200%200%201-2.896%201.2h-.24a1.81%201.81%200%200%201-1.58-.93l-2.659-4.785a12.96%2012.96%200%200%200-5.124-5.084l-6.659-3.633A2%202%200%200%201%206%2026.814V7a2%202%200%200%201%202-2h25.987a2%202%200%200%201%201.924%201.456%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%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22m35.912%206.456l5.37%2019A2%202%200%200%201%2039.355%2028h-11.48c-.704%200-1.224.654-1.066%201.34l.5%202.164c.458%201.985.605%204.03.436%206.06l-.092%201.103A5.02%205.02%200%200%201%2026.2%2041.8a4.1%204.1%200%200%201-2.896%201.2h-.24a1.81%201.81%200%200%201-1.58-.93l-2.659-4.785a12.96%2012.96%200%200%200-5.124-5.084l-6.659-3.633A2%202%200%200%201%206%2026.814V7a2%202%200%200%201%202-2h25.987a2%202%200%200%201%201.924%201.456%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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