four icon
four from IconPark TwoTone by ByteDance · Two tone · Hands · Apache-2.0 Free for personal and commercial use.
- Name
- four
- Set
- IconPark TwoTone
- Style
- Two tone
- Category
- Hands
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More hands icons from IconPark TwoTone
Use the four icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGrYVhzblO"><path fill="#555" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M13 40L8 25.5l-1.958-9.792a2 2 0 0 1-.042-.42v-.16c0-1.371 1.782-1.902 2.532-.755q.084.127.147.265l3.932 8.519a1 1 0 0 0 1.259.517l.13-.049l-1.87-13.68a2.32 2.32 0 0 1 .442-1.707a1.547 1.547 0 0 1 2.166-.31l.133.1c.41.308.719.73.886 1.215l4.112 11.879a.562.562 0 0 0 1.092-.22l-.883-13.685a2.7 2.7 0 0 1 .785-2.08a1.797 1.797 0 0 1 2.393-.132l.34.272a3 3 0 0 1 1.088 1.865l2.239 13.88a.568.568 0 0 0 1.127-.036l1.328-13.724a3 3 0 0 1 1.112-2.054l.206-.165a1.865 1.865 0 0 1 2.485.138c.524.524.819 1.236.819 1.978V19.91a1 1 0 0 0 .017.175c.112.514.79 3.183 2.983 3.914c.907.302 2.364 2.8 3.373 4.727c.74 1.414.669 3.097-.106 4.492L36.5 40S33 44 25 44s-11.333-2.667-12-4"/></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGrYVhzblO)"/></svg>
React
import type { SVGProps } from "react";
export function IconParkTwotoneFour(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGrYVhzblO"><path fill="#555" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M13 40L8 25.5l-1.958-9.792a2 2 0 0 1-.042-.42v-.16c0-1.371 1.782-1.902 2.532-.755q.084.127.147.265l3.932 8.519a1 1 0 0 0 1.259.517l.13-.049l-1.87-13.68a2.32 2.32 0 0 1 .442-1.707a1.547 1.547 0 0 1 2.166-.31l.133.1c.41.308.719.73.886 1.215l4.112 11.879a.562.562 0 0 0 1.092-.22l-.883-13.685a2.7 2.7 0 0 1 .785-2.08a1.797 1.797 0 0 1 2.393-.132l.34.272a3 3 0 0 1 1.088 1.865l2.239 13.88a.568.568 0 0 0 1.127-.036l1.328-13.724a3 3 0 0 1 1.112-2.054l.206-.165a1.865 1.865 0 0 1 2.485.138c.524.524.819 1.236.819 1.978V19.91a1 1 0 0 0 .017.175c.112.514.79 3.183 2.983 3.914c.907.302 2.364 2.8 3.373 4.727c.74 1.414.669 3.097-.106 4.492L36.5 40S33 44 25 44s-11.333-2.667-12-4"/></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGrYVhzblO)"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGrYVhzblO"><path fill="#555" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M13 40L8 25.5l-1.958-9.792a2 2 0 0 1-.042-.42v-.16c0-1.371 1.782-1.902 2.532-.755q.084.127.147.265l3.932 8.519a1 1 0 0 0 1.259.517l.13-.049l-1.87-13.68a2.32 2.32 0 0 1 .442-1.707a1.547 1.547 0 0 1 2.166-.31l.133.1c.41.308.719.73.886 1.215l4.112 11.879a.562.562 0 0 0 1.092-.22l-.883-13.685a2.7 2.7 0 0 1 .785-2.08a1.797 1.797 0 0 1 2.393-.132l.34.272a3 3 0 0 1 1.088 1.865l2.239 13.88a.568.568 0 0 0 1.127-.036l1.328-13.724a3 3 0 0 1 1.112-2.054l.206-.165a1.865 1.865 0 0 1 2.485.138c.524.524.819 1.236.819 1.978V19.91a1 1 0 0 0 .017.175c.112.514.79 3.183 2.983 3.914c.907.302 2.364 2.8 3.373 4.727c.74 1.414.669 3.097-.106 4.492L36.5 40S33 44 25 44s-11.333-2.667-12-4"/></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGrYVhzblO)"/></svg> </template>
CSS
.icon-four {
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%3Cdefs%3E%3Cmask%20id%3D%22SVGrYVhzblO%22%3E%3Cpath%20fill%3D%22%23555%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M13%2040L8%2025.5l-1.958-9.792a2%202%200%200%201-.042-.42v-.16c0-1.371%201.782-1.902%202.532-.755q.084.127.147.265l3.932%208.519a1%201%200%200%200%201.259.517l.13-.049l-1.87-13.68a2.32%202.32%200%200%201%20.442-1.707a1.547%201.547%200%200%201%202.166-.31l.133.1c.41.308.719.73.886%201.215l4.112%2011.879a.562.562%200%200%200%201.092-.22l-.883-13.685a2.7%202.7%200%200%201%20.785-2.08a1.797%201.797%200%200%201%202.393-.132l.34.272a3%203%200%200%201%201.088%201.865l2.239%2013.88a.568.568%200%200%200%201.127-.036l1.328-13.724a3%203%200%200%201%201.112-2.054l.206-.165a1.865%201.865%200%200%201%202.485.138c.524.524.819%201.236.819%201.978V19.91a1%201%200%200%200%20.017.175c.112.514.79%203.183%202.983%203.914c.907.302%202.364%202.8%203.373%204.727c.74%201.414.669%203.097-.106%204.492L36.5%2040S33%2044%2025%2044s-11.333-2.667-12-4%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGrYVhzblO)%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%3Cdefs%3E%3Cmask%20id%3D%22SVGrYVhzblO%22%3E%3Cpath%20fill%3D%22%23555%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M13%2040L8%2025.5l-1.958-9.792a2%202%200%200%201-.042-.42v-.16c0-1.371%201.782-1.902%202.532-.755q.084.127.147.265l3.932%208.519a1%201%200%200%200%201.259.517l.13-.049l-1.87-13.68a2.32%202.32%200%200%201%20.442-1.707a1.547%201.547%200%200%201%202.166-.31l.133.1c.41.308.719.73.886%201.215l4.112%2011.879a.562.562%200%200%200%201.092-.22l-.883-13.685a2.7%202.7%200%200%201%20.785-2.08a1.797%201.797%200%200%201%202.393-.132l.34.272a3%203%200%200%201%201.088%201.865l2.239%2013.88a.568.568%200%200%200%201.127-.036l1.328-13.724a3%203%200%200%201%201.112-2.054l.206-.165a1.865%201.865%200%200%201%202.485.138c.524.524.819%201.236.819%201.978V19.91a1%201%200%200%200%20.017.175c.112.514.79%203.183%202.983%203.914c.907.302%202.364%202.8%203.373%204.727c.74%201.414.669%203.097-.106%204.492L36.5%2040S33%2044%2025%2044s-11.333-2.667-12-4%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGrYVhzblO)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-twotone/four.svg?color=%231a73e8&size=48