thin icon
thin from IconPark by ByteDance · Color · Sports · Apache-2.0 Free for personal and commercial use.
- Name
- thin
- Set
- IconPark
- Style
- Color
- Category
- Sports
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More sports icons from IconPark
Use the thin icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" stroke-width="4"><path fill="#2F88FF" d="M33 25H15C13.41 25 11.23 24.77 10 24C6.35 21.69 5.66004 16.63 8.00004 13L14.0001 4C17.9301 12.43 30.04 12.42 34 4L40 13C42.34 16.63 41.64 21.69 38 24C36.77 24.78 34.59 25 33 25Z"/><path d="M12 25L14.52 34.55C15.39 37.93 14.46 41.52 12 44"/><path d="M36.0004 25L33.4804 34.58C32.6104 37.96 33.5404 41.52 36.0004 44"/><path d="M24 42V40"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkThin(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="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="2" strokeWidth="4"><path fill="#2F88FF" d="M33 25H15C13.41 25 11.23 24.77 10 24C6.35 21.69 5.66004 16.63 8.00004 13L14.0001 4C17.9301 12.43 30.04 12.42 34 4L40 13C42.34 16.63 41.64 21.69 38 24C36.77 24.78 34.59 25 33 25Z"/><path d="M12 25L14.52 34.55C15.39 37.93 14.46 41.52 12 44"/><path d="M36.0004 25L33.4804 34.58C32.6104 37.96 33.5404 41.52 36.0004 44"/><path d="M24 42V40"/></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="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" stroke-width="4"><path fill="#2F88FF" d="M33 25H15C13.41 25 11.23 24.77 10 24C6.35 21.69 5.66004 16.63 8.00004 13L14.0001 4C17.9301 12.43 30.04 12.42 34 4L40 13C42.34 16.63 41.64 21.69 38 24C36.77 24.78 34.59 25 33 25Z"/><path d="M12 25L14.52 34.55C15.39 37.93 14.46 41.52 12 44"/><path d="M36.0004 25L33.4804 34.58C32.6104 37.96 33.5404 41.52 36.0004 44"/><path d="M24 42V40"/></g></svg> </template>
CSS
.icon-thin {
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%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M33%2025H15C13.41%2025%2011.23%2024.77%2010%2024C6.35%2021.69%205.66004%2016.63%208.00004%2013L14.0001%204C17.9301%2012.43%2030.04%2012.42%2034%204L40%2013C42.34%2016.63%2041.64%2021.69%2038%2024C36.77%2024.78%2034.59%2025%2033%2025Z%22%2F%3E%3Cpath%20d%3D%22M12%2025L14.52%2034.55C15.39%2037.93%2014.46%2041.52%2012%2044%22%2F%3E%3Cpath%20d%3D%22M36.0004%2025L33.4804%2034.58C32.6104%2037.96%2033.5404%2041.52%2036.0004%2044%22%2F%3E%3Cpath%20d%3D%22M24%2042V40%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%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M33%2025H15C13.41%2025%2011.23%2024.77%2010%2024C6.35%2021.69%205.66004%2016.63%208.00004%2013L14.0001%204C17.9301%2012.43%2030.04%2012.42%2034%204L40%2013C42.34%2016.63%2041.64%2021.69%2038%2024C36.77%2024.78%2034.59%2025%2033%2025Z%22%2F%3E%3Cpath%20d%3D%22M12%2025L14.52%2034.55C15.39%2037.93%2014.46%2041.52%2012%2044%22%2F%3E%3Cpath%20d%3D%22M36.0004%2025L33.4804%2034.58C32.6104%2037.96%2033.5404%2041.52%2036.0004%2044%22%2F%3E%3Cpath%20d%3D%22M24%2042V40%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/thin.svg?color=%231a73e8&size=48