good two icon

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

Name
good-two
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 good two icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M4.18898 22.1733C4.08737 21.0047 5.00852 20 6.18146 20H10C11.1046 20 12 20.8954 12 22V41C12 42.1046 11.1046 43 10 43H7.83363C6.79622 43 5.93102 42.2068 5.84115 41.1733L4.18898 22.1733Z"/><path d="M18 21.3745C18 20.5388 18.5194 19.7908 19.2753 19.4345C20.9238 18.6574 23.7329 17.0938 25 14.9805C26.6331 12.2569 26.9411 7.33595 26.9912 6.20878C26.9982 6.05099 26.9937 5.89301 27.0154 5.73656C27.2861 3.78446 31.0543 6.06492 32.5 8.47612C33.2846 9.78471 33.3852 11.504 33.3027 12.8463C33.2144 14.2825 32.7933 15.6699 32.3802 17.0483L31.5 19.9845H42.3569C43.6832 19.9845 44.6421 21.2518 44.2816 22.5281L38.9113 41.5436C38.668 42.4051 37.8818 43 36.9866 43H20C18.8954 43 18 42.1046 18 41V21.3745Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkGoodTwo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="#2F88FF" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M4.18898 22.1733C4.08737 21.0047 5.00852 20 6.18146 20H10C11.1046 20 12 20.8954 12 22V41C12 42.1046 11.1046 43 10 43H7.83363C6.79622 43 5.93102 42.2068 5.84115 41.1733L4.18898 22.1733Z"/><path d="M18 21.3745C18 20.5388 18.5194 19.7908 19.2753 19.4345C20.9238 18.6574 23.7329 17.0938 25 14.9805C26.6331 12.2569 26.9411 7.33595 26.9912 6.20878C26.9982 6.05099 26.9937 5.89301 27.0154 5.73656C27.2861 3.78446 31.0543 6.06492 32.5 8.47612C33.2846 9.78471 33.3852 11.504 33.3027 12.8463C33.2144 14.2825 32.7933 15.6699 32.3802 17.0483L31.5 19.9845H42.3569C43.6832 19.9845 44.6421 21.2518 44.2816 22.5281L38.9113 41.5436C38.668 42.4051 37.8818 43 36.9866 43H20C18.8954 43 18 42.1046 18 41V21.3745Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M4.18898 22.1733C4.08737 21.0047 5.00852 20 6.18146 20H10C11.1046 20 12 20.8954 12 22V41C12 42.1046 11.1046 43 10 43H7.83363C6.79622 43 5.93102 42.2068 5.84115 41.1733L4.18898 22.1733Z"/><path d="M18 21.3745C18 20.5388 18.5194 19.7908 19.2753 19.4345C20.9238 18.6574 23.7329 17.0938 25 14.9805C26.6331 12.2569 26.9411 7.33595 26.9912 6.20878C26.9982 6.05099 26.9937 5.89301 27.0154 5.73656C27.2861 3.78446 31.0543 6.06492 32.5 8.47612C33.2846 9.78471 33.3852 11.504 33.3027 12.8463C33.2144 14.2825 32.7933 15.6699 32.3802 17.0483L31.5 19.9845H42.3569C43.6832 19.9845 44.6421 21.2518 44.2816 22.5281L38.9113 41.5436C38.668 42.4051 37.8818 43 36.9866 43H20C18.8954 43 18 42.1046 18 41V21.3745Z"/></g></svg>
</template>

CSS

.icon-good-two {
  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%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M4.18898%2022.1733C4.08737%2021.0047%205.00852%2020%206.18146%2020H10C11.1046%2020%2012%2020.8954%2012%2022V41C12%2042.1046%2011.1046%2043%2010%2043H7.83363C6.79622%2043%205.93102%2042.2068%205.84115%2041.1733L4.18898%2022.1733Z%22%2F%3E%3Cpath%20d%3D%22M18%2021.3745C18%2020.5388%2018.5194%2019.7908%2019.2753%2019.4345C20.9238%2018.6574%2023.7329%2017.0938%2025%2014.9805C26.6331%2012.2569%2026.9411%207.33595%2026.9912%206.20878C26.9982%206.05099%2026.9937%205.89301%2027.0154%205.73656C27.2861%203.78446%2031.0543%206.06492%2032.5%208.47612C33.2846%209.78471%2033.3852%2011.504%2033.3027%2012.8463C33.2144%2014.2825%2032.7933%2015.6699%2032.3802%2017.0483L31.5%2019.9845H42.3569C43.6832%2019.9845%2044.6421%2021.2518%2044.2816%2022.5281L38.9113%2041.5436C38.668%2042.4051%2037.8818%2043%2036.9866%2043H20C18.8954%2043%2018%2042.1046%2018%2041V21.3745Z%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%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M4.18898%2022.1733C4.08737%2021.0047%205.00852%2020%206.18146%2020H10C11.1046%2020%2012%2020.8954%2012%2022V41C12%2042.1046%2011.1046%2043%2010%2043H7.83363C6.79622%2043%205.93102%2042.2068%205.84115%2041.1733L4.18898%2022.1733Z%22%2F%3E%3Cpath%20d%3D%22M18%2021.3745C18%2020.5388%2018.5194%2019.7908%2019.2753%2019.4345C20.9238%2018.6574%2023.7329%2017.0938%2025%2014.9805C26.6331%2012.2569%2026.9411%207.33595%2026.9912%206.20878C26.9982%206.05099%2026.9937%205.89301%2027.0154%205.73656C27.2861%203.78446%2031.0543%206.06492%2032.5%208.47612C33.2846%209.78471%2033.3852%2011.504%2033.3027%2012.8463C33.2144%2014.2825%2032.7933%2015.6699%2032.3802%2017.0483L31.5%2019.9845H42.3569C43.6832%2019.9845%2044.6421%2021.2518%2044.2816%2022.5281L38.9113%2041.5436C38.668%2042.4051%2037.8818%2043%2036.9866%2043H20C18.8954%2043%2018%2042.1046%2018%2041V21.3745Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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