good one icon
good-one from IconPark by ByteDance · Color · Hands · Apache-2.0 Free for personal and commercial use.
- Name
- good-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 good 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 41.5439L41.2811 22.5439C41.6418 21.2675 40.6828 20 39.3564 20H27.8747C27.1714 20 26.651 19.3458 26.8091 18.6605L27.3086 16.4961C27.7668 14.5107 27.9139 12.4663 27.7446 10.4358L27.6527 9.3327C27.5541 8.14935 27.0393 7.03925 26.1996 6.1996C25.4315 5.43151 24.3898 5 23.3035 5H23.0644C22.4074 5 21.8021 5.35616 21.4831 5.93043L18.825 10.7149C17.6329 12.8608 15.8559 14.624 13.7009 15.7995L7.0423 19.4315C6.39977 19.7819 6 20.4554 6 21.1873V41C6 42.1046 6.89543 43 8 43H33.9869C34.882 43 35.6681 42.4053 35.9115 41.5439Z"/></svg>
React
import type { SVGProps } from "react";
export function IconParkGoodOne(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 41.5439L41.2811 22.5439C41.6418 21.2675 40.6828 20 39.3564 20H27.8747C27.1714 20 26.651 19.3458 26.8091 18.6605L27.3086 16.4961C27.7668 14.5107 27.9139 12.4663 27.7446 10.4358L27.6527 9.3327C27.5541 8.14935 27.0393 7.03925 26.1996 6.1996C25.4315 5.43151 24.3898 5 23.3035 5H23.0644C22.4074 5 21.8021 5.35616 21.4831 5.93043L18.825 10.7149C17.6329 12.8608 15.8559 14.624 13.7009 15.7995L7.0423 19.4315C6.39977 19.7819 6 20.4554 6 21.1873V41C6 42.1046 6.89543 43 8 43H33.9869C34.882 43 35.6681 42.4053 35.9115 41.5439Z"/></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 41.5439L41.2811 22.5439C41.6418 21.2675 40.6828 20 39.3564 20H27.8747C27.1714 20 26.651 19.3458 26.8091 18.6605L27.3086 16.4961C27.7668 14.5107 27.9139 12.4663 27.7446 10.4358L27.6527 9.3327C27.5541 8.14935 27.0393 7.03925 26.1996 6.1996C25.4315 5.43151 24.3898 5 23.3035 5H23.0644C22.4074 5 21.8021 5.35616 21.4831 5.93043L18.825 10.7149C17.6329 12.8608 15.8559 14.624 13.7009 15.7995L7.0423 19.4315C6.39977 19.7819 6 20.4554 6 21.1873V41C6 42.1046 6.89543 43 8 43H33.9869C34.882 43 35.6681 42.4053 35.9115 41.5439Z"/></svg> </template>
CSS
.icon-good-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%2041.5439L41.2811%2022.5439C41.6418%2021.2675%2040.6828%2020%2039.3564%2020H27.8747C27.1714%2020%2026.651%2019.3458%2026.8091%2018.6605L27.3086%2016.4961C27.7668%2014.5107%2027.9139%2012.4663%2027.7446%2010.4358L27.6527%209.3327C27.5541%208.14935%2027.0393%207.03925%2026.1996%206.1996C25.4315%205.43151%2024.3898%205%2023.3035%205H23.0644C22.4074%205%2021.8021%205.35616%2021.4831%205.93043L18.825%2010.7149C17.6329%2012.8608%2015.8559%2014.624%2013.7009%2015.7995L7.0423%2019.4315C6.39977%2019.7819%206%2020.4554%206%2021.1873V41C6%2042.1046%206.89543%2043%208%2043H33.9869C34.882%2043%2035.6681%2042.4053%2035.9115%2041.5439Z%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%2041.5439L41.2811%2022.5439C41.6418%2021.2675%2040.6828%2020%2039.3564%2020H27.8747C27.1714%2020%2026.651%2019.3458%2026.8091%2018.6605L27.3086%2016.4961C27.7668%2014.5107%2027.9139%2012.4663%2027.7446%2010.4358L27.6527%209.3327C27.5541%208.14935%2027.0393%207.03925%2026.1996%206.1996C25.4315%205.43151%2024.3898%205%2023.3035%205H23.0644C22.4074%205%2021.8021%205.35616%2021.4831%205.93043L18.825%2010.7149C17.6329%2012.8608%2015.8559%2014.624%2013.7009%2015.7995L7.0423%2019.4315C6.39977%2019.7819%206%2020.4554%206%2021.1873V41C6%2042.1046%206.89543%2043%208%2043H33.9869C34.882%2043%2035.6681%2042.4053%2035.9115%2041.5439Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/good-one.svg?color=%231a73e8&size=48