feelgood icon
feelgood from IconPark Solid by ByteDance · Solid · Brand · Apache-2.0 Free for personal and commercial use.
- Name
- feelgood
- Set
- IconPark Solid
- Style
- Solid
- Category
- Brand
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More brand icons from IconPark Solid
Use the feelgood icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="currentColor" d="M23.142 15.858L11.828 27.172a4 4 0 0 0 0 5.656l9.9 9.9a4 4 0 0 0 5.657 0l9.9-9.9a4 4 0 0 0 0-5.656L25.97 15.858a2 2 0 0 0-2.829 0"/><path d="M25 13.84s4.554-5.11 6.373-7.266s3.768-1.878 5.392-.476s1.668 3.616 0 5.677S30.556 19 30.556 19M25 13.839s-4.554-5.11-6.373-7.266s-3.767-1.878-5.392-.476c-1.625 1.403-1.668 3.617 0 5.677C14.903 13.836 19.444 19 19.444 19"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkSolidFeelgood(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path fill="currentColor" d="M23.142 15.858L11.828 27.172a4 4 0 0 0 0 5.656l9.9 9.9a4 4 0 0 0 5.657 0l9.9-9.9a4 4 0 0 0 0-5.656L25.97 15.858a2 2 0 0 0-2.829 0"/><path d="M25 13.84s4.554-5.11 6.373-7.266s3.768-1.878 5.392-.476s1.668 3.616 0 5.677S30.556 19 30.556 19M25 13.839s-4.554-5.11-6.373-7.266s-3.767-1.878-5.392-.476c-1.625 1.403-1.668 3.617 0 5.677C14.903 13.836 19.444 19 19.444 19"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="currentColor" d="M23.142 15.858L11.828 27.172a4 4 0 0 0 0 5.656l9.9 9.9a4 4 0 0 0 5.657 0l9.9-9.9a4 4 0 0 0 0-5.656L25.97 15.858a2 2 0 0 0-2.829 0"/><path d="M25 13.84s4.554-5.11 6.373-7.266s3.768-1.878 5.392-.476s1.668 3.616 0 5.677S30.556 19 30.556 19M25 13.839s-4.554-5.11-6.373-7.266s-3.767-1.878-5.392-.476c-1.625 1.403-1.668 3.617 0 5.677C14.903 13.836 19.444 19 19.444 19"/></g></svg> </template>
CSS
.icon-feelgood {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.142%2015.858L11.828%2027.172a4%204%200%200%200%200%205.656l9.9%209.9a4%204%200%200%200%205.657%200l9.9-9.9a4%204%200%200%200%200-5.656L25.97%2015.858a2%202%200%200%200-2.829%200%22%2F%3E%3Cpath%20d%3D%22M25%2013.84s4.554-5.11%206.373-7.266s3.768-1.878%205.392-.476s1.668%203.616%200%205.677S30.556%2019%2030.556%2019M25%2013.839s-4.554-5.11-6.373-7.266s-3.767-1.878-5.392-.476c-1.625%201.403-1.668%203.617%200%205.677C14.903%2013.836%2019.444%2019%2019.444%2019%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.142%2015.858L11.828%2027.172a4%204%200%200%200%200%205.656l9.9%209.9a4%204%200%200%200%205.657%200l9.9-9.9a4%204%200%200%200%200-5.656L25.97%2015.858a2%202%200%200%200-2.829%200%22%2F%3E%3Cpath%20d%3D%22M25%2013.84s4.554-5.11%206.373-7.266s3.768-1.878%205.392-.476s1.668%203.616%200%205.677S30.556%2019%2030.556%2019M25%2013.839s-4.554-5.11-6.373-7.266s-3.767-1.878-5.392-.476c-1.625%201.403-1.668%203.617%200%205.677C14.903%2013.836%2019.444%2019%2019.444%2019%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-solid/feelgood.svg?color=%231a73e8&size=48