four four icon
four-four from IconPark by ByteDance · Color · Hands · Apache-2.0 Free for personal and commercial use.
- Name
- four-four
- 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 four four 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="M25.7446 44H24.8495C19.6392 44 14.7797 41.3742 11.9243 37.016L9.72884 33.6651C8.17072 31.2869 8.63077 28.1201 10.8012 26.2836L13.0887 24.3481C13.3496 24.1273 13.5 23.8029 13.5 23.4611V7.25C13.5 5.45507 14.9551 4 16.75 4C18.5449 4 20 5.45508 20 7.25V6.25C20 4.45507 21.4551 3 23.25 3C25.0449 3 26.5 4.45508 26.5 6.25V7.25C26.5 5.45507 27.9551 4 29.75 4C31.5449 4 33 5.45508 33 7.25V11.25C33 9.45507 34.4551 8 36.25 8C38.0449 8 39.5 9.45507 39.5 11.25V30.3077C39.5 33.0387 38.6618 35.7251 37.1196 37.979C34.5557 41.7263 30.2851 44 25.7446 44Z"/></svg>
React
import type { SVGProps } from "react";
export function IconParkFourFour(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="M25.7446 44H24.8495C19.6392 44 14.7797 41.3742 11.9243 37.016L9.72884 33.6651C8.17072 31.2869 8.63077 28.1201 10.8012 26.2836L13.0887 24.3481C13.3496 24.1273 13.5 23.8029 13.5 23.4611V7.25C13.5 5.45507 14.9551 4 16.75 4C18.5449 4 20 5.45508 20 7.25V6.25C20 4.45507 21.4551 3 23.25 3C25.0449 3 26.5 4.45508 26.5 6.25V7.25C26.5 5.45507 27.9551 4 29.75 4C31.5449 4 33 5.45508 33 7.25V11.25C33 9.45507 34.4551 8 36.25 8C38.0449 8 39.5 9.45507 39.5 11.25V30.3077C39.5 33.0387 38.6618 35.7251 37.1196 37.979C34.5557 41.7263 30.2851 44 25.7446 44Z"/></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="M25.7446 44H24.8495C19.6392 44 14.7797 41.3742 11.9243 37.016L9.72884 33.6651C8.17072 31.2869 8.63077 28.1201 10.8012 26.2836L13.0887 24.3481C13.3496 24.1273 13.5 23.8029 13.5 23.4611V7.25C13.5 5.45507 14.9551 4 16.75 4C18.5449 4 20 5.45508 20 7.25V6.25C20 4.45507 21.4551 3 23.25 3C25.0449 3 26.5 4.45508 26.5 6.25V7.25C26.5 5.45507 27.9551 4 29.75 4C31.5449 4 33 5.45508 33 7.25V11.25C33 9.45507 34.4551 8 36.25 8C38.0449 8 39.5 9.45507 39.5 11.25V30.3077C39.5 33.0387 38.6618 35.7251 37.1196 37.979C34.5557 41.7263 30.2851 44 25.7446 44Z"/></svg> </template>
CSS
.icon-four-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%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%22M25.7446%2044H24.8495C19.6392%2044%2014.7797%2041.3742%2011.9243%2037.016L9.72884%2033.6651C8.17072%2031.2869%208.63077%2028.1201%2010.8012%2026.2836L13.0887%2024.3481C13.3496%2024.1273%2013.5%2023.8029%2013.5%2023.4611V7.25C13.5%205.45507%2014.9551%204%2016.75%204C18.5449%204%2020%205.45508%2020%207.25V6.25C20%204.45507%2021.4551%203%2023.25%203C25.0449%203%2026.5%204.45508%2026.5%206.25V7.25C26.5%205.45507%2027.9551%204%2029.75%204C31.5449%204%2033%205.45508%2033%207.25V11.25C33%209.45507%2034.4551%208%2036.25%208C38.0449%208%2039.5%209.45507%2039.5%2011.25V30.3077C39.5%2033.0387%2038.6618%2035.7251%2037.1196%2037.979C34.5557%2041.7263%2030.2851%2044%2025.7446%2044Z%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%22M25.7446%2044H24.8495C19.6392%2044%2014.7797%2041.3742%2011.9243%2037.016L9.72884%2033.6651C8.17072%2031.2869%208.63077%2028.1201%2010.8012%2026.2836L13.0887%2024.3481C13.3496%2024.1273%2013.5%2023.8029%2013.5%2023.4611V7.25C13.5%205.45507%2014.9551%204%2016.75%204C18.5449%204%2020%205.45508%2020%207.25V6.25C20%204.45507%2021.4551%203%2023.25%203C25.0449%203%2026.5%204.45508%2026.5%206.25V7.25C26.5%205.45507%2027.9551%204%2029.75%204C31.5449%204%2033%205.45508%2033%207.25V11.25C33%209.45507%2034.4551%208%2036.25%208C38.0449%208%2039.5%209.45507%2039.5%2011.25V30.3077C39.5%2033.0387%2038.6618%2035.7251%2037.1196%2037.979C34.5557%2041.7263%2030.2851%2044%2025.7446%2044Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/four-four.svg?color=%231a73e8&size=48