three three icon
three-three from IconPark by ByteDance · Color · Hands · Apache-2.0 Free for personal and commercial use.
- Name
- three-three
- 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 three three 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.25V21.75C33 19.9551 34.4551 18.5 36.25 18.5C38.0449 18.5 39.5 19.9551 39.5 21.75V31.9688C39.5 33.6177 39.0018 35.2282 38.0707 36.589L37.097 38.012C34.5331 41.7593 30.2851 44 25.7446 44Z"/></svg>
React
import type { SVGProps } from "react";
export function IconParkThreeThree(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.25V21.75C33 19.9551 34.4551 18.5 36.25 18.5C38.0449 18.5 39.5 19.9551 39.5 21.75V31.9688C39.5 33.6177 39.0018 35.2282 38.0707 36.589L37.097 38.012C34.5331 41.7593 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.25V21.75C33 19.9551 34.4551 18.5 36.25 18.5C38.0449 18.5 39.5 19.9551 39.5 21.75V31.9688C39.5 33.6177 39.0018 35.2282 38.0707 36.589L37.097 38.012C34.5331 41.7593 30.2851 44 25.7446 44Z"/></svg> </template>
CSS
.icon-three-three {
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.25V21.75C33%2019.9551%2034.4551%2018.5%2036.25%2018.5C38.0449%2018.5%2039.5%2019.9551%2039.5%2021.75V31.9688C39.5%2033.6177%2039.0018%2035.2282%2038.0707%2036.589L37.097%2038.012C34.5331%2041.7593%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.25V21.75C33%2019.9551%2034.4551%2018.5%2036.25%2018.5C38.0449%2018.5%2039.5%2019.9551%2039.5%2021.75V31.9688C39.5%2033.6177%2039.0018%2035.2282%2038.0707%2036.589L37.097%2038.012C34.5331%2041.7593%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/three-three.svg?color=%231a73e8&size=48