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

Name
easy
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 easy 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="M33 41C27.5203 44.0026 23 44 17 42C10.9236 39.9745 7 33 7 28C7 25.2562 11.1135 23.6282 12.5286 23.1494C12.8074 23.055 13 22.7966 13 22.5023V15C13 13.067 14.567 11.5 16.5 11.5C18.433 11.5 20 13.067 20 15V12.5C20 10.567 21.567 9 23.5 9C25.433 9 27 10.567 27 12.5V15C27 13.067 28.567 11.5 30.5 11.5C32.433 11.5 34 13.067 34 15V7.49999C34 5.567 35.567 4 37.5 4C39.433 4 41 5.567 41 7.49999V28.2319C41 30.7041 40.4077 33.1603 38.962 35.1657C37.4919 37.2049 35.3574 39.7083 33 41Z"/></svg>

React

import type { SVGProps } from "react";

export function IconParkEasy(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="M33 41C27.5203 44.0026 23 44 17 42C10.9236 39.9745 7 33 7 28C7 25.2562 11.1135 23.6282 12.5286 23.1494C12.8074 23.055 13 22.7966 13 22.5023V15C13 13.067 14.567 11.5 16.5 11.5C18.433 11.5 20 13.067 20 15V12.5C20 10.567 21.567 9 23.5 9C25.433 9 27 10.567 27 12.5V15C27 13.067 28.567 11.5 30.5 11.5C32.433 11.5 34 13.067 34 15V7.49999C34 5.567 35.567 4 37.5 4C39.433 4 41 5.567 41 7.49999V28.2319C41 30.7041 40.4077 33.1603 38.962 35.1657C37.4919 37.2049 35.3574 39.7083 33 41Z"/></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="M33 41C27.5203 44.0026 23 44 17 42C10.9236 39.9745 7 33 7 28C7 25.2562 11.1135 23.6282 12.5286 23.1494C12.8074 23.055 13 22.7966 13 22.5023V15C13 13.067 14.567 11.5 16.5 11.5C18.433 11.5 20 13.067 20 15V12.5C20 10.567 21.567 9 23.5 9C25.433 9 27 10.567 27 12.5V15C27 13.067 28.567 11.5 30.5 11.5C32.433 11.5 34 13.067 34 15V7.49999C34 5.567 35.567 4 37.5 4C39.433 4 41 5.567 41 7.49999V28.2319C41 30.7041 40.4077 33.1603 38.962 35.1657C37.4919 37.2049 35.3574 39.7083 33 41Z"/></svg>
</template>

CSS

.icon-easy {
  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%22M33%2041C27.5203%2044.0026%2023%2044%2017%2042C10.9236%2039.9745%207%2033%207%2028C7%2025.2562%2011.1135%2023.6282%2012.5286%2023.1494C12.8074%2023.055%2013%2022.7966%2013%2022.5023V15C13%2013.067%2014.567%2011.5%2016.5%2011.5C18.433%2011.5%2020%2013.067%2020%2015V12.5C20%2010.567%2021.567%209%2023.5%209C25.433%209%2027%2010.567%2027%2012.5V15C27%2013.067%2028.567%2011.5%2030.5%2011.5C32.433%2011.5%2034%2013.067%2034%2015V7.49999C34%205.567%2035.567%204%2037.5%204C39.433%204%2041%205.567%2041%207.49999V28.2319C41%2030.7041%2040.4077%2033.1603%2038.962%2035.1657C37.4919%2037.2049%2035.3574%2039.7083%2033%2041Z%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%22M33%2041C27.5203%2044.0026%2023%2044%2017%2042C10.9236%2039.9745%207%2033%207%2028C7%2025.2562%2011.1135%2023.6282%2012.5286%2023.1494C12.8074%2023.055%2013%2022.7966%2013%2022.5023V15C13%2013.067%2014.567%2011.5%2016.5%2011.5C18.433%2011.5%2020%2013.067%2020%2015V12.5C20%2010.567%2021.567%209%2023.5%209C25.433%209%2027%2010.567%2027%2012.5V15C27%2013.067%2028.567%2011.5%2030.5%2011.5C32.433%2011.5%2034%2013.067%2034%2015V7.49999C34%205.567%2035.567%204%2037.5%204C39.433%204%2041%205.567%2041%207.49999V28.2319C41%2030.7041%2040.4077%2033.1603%2038.962%2035.1657C37.4919%2037.2049%2035.3574%2039.7083%2033%2041Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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