concept sharing icon
concept-sharing from IconPark by ByteDance · Color · Hands · Apache-2.0 Free for personal and commercial use.
- Name
- concept-sharing
- 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 concept sharing 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-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M28.3669 36H24L15 31.0396L4.00879 35.0818L7.01068 41.0257L14.0833 38.0729C20.7 42.0243 24.7272 44 26.1651 44C27.603 44 33.5479 41.3334 44 36"/><path fill="#2F88FF" fill-rule="evenodd" stroke-linejoin="round" d="M28.9923 26.9878C28.9923 24.097 28.9923 22.5402 28.9923 22.3171C30.0923 21.861 31.535 21.193 32.364 20.364C33.9926 18.7353 35 16.4853 35 14C35 9.02944 30.9706 5 26 5C21.0294 5 17 9.02944 17 14C17 16.4853 18.0074 18.7353 19.636 20.364C20.465 21.193 21.9 21.861 23 22.3171C23.0056 22.6525 23.0056 24.2094 23 26.9878H28.9923Z" clip-rule="evenodd"/><path stroke-linecap="round" d="M12 21L13 20"/><path stroke-linecap="round" d="M40 21L39 20"/><path stroke-linecap="round" d="M15 5L14 4"/><path stroke-linecap="round" d="M37 5L38 4"/><path stroke-linecap="round" d="M41 12H40"/><path stroke-linecap="round" d="M12 12H11"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkConceptSharing(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" strokeWidth="4"><path strokeLinecap="round" strokeLinejoin="round" d="M28.3669 36H24L15 31.0396L4.00879 35.0818L7.01068 41.0257L14.0833 38.0729C20.7 42.0243 24.7272 44 26.1651 44C27.603 44 33.5479 41.3334 44 36"/><path fill="#2F88FF" fillRule="evenodd" strokeLinejoin="round" d="M28.9923 26.9878C28.9923 24.097 28.9923 22.5402 28.9923 22.3171C30.0923 21.861 31.535 21.193 32.364 20.364C33.9926 18.7353 35 16.4853 35 14C35 9.02944 30.9706 5 26 5C21.0294 5 17 9.02944 17 14C17 16.4853 18.0074 18.7353 19.636 20.364C20.465 21.193 21.9 21.861 23 22.3171C23.0056 22.6525 23.0056 24.2094 23 26.9878H28.9923Z" clipRule="evenodd"/><path strokeLinecap="round" d="M12 21L13 20"/><path strokeLinecap="round" d="M40 21L39 20"/><path strokeLinecap="round" d="M15 5L14 4"/><path strokeLinecap="round" d="M37 5L38 4"/><path strokeLinecap="round" d="M41 12H40"/><path strokeLinecap="round" d="M12 12H11"/></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-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M28.3669 36H24L15 31.0396L4.00879 35.0818L7.01068 41.0257L14.0833 38.0729C20.7 42.0243 24.7272 44 26.1651 44C27.603 44 33.5479 41.3334 44 36"/><path fill="#2F88FF" fill-rule="evenodd" stroke-linejoin="round" d="M28.9923 26.9878C28.9923 24.097 28.9923 22.5402 28.9923 22.3171C30.0923 21.861 31.535 21.193 32.364 20.364C33.9926 18.7353 35 16.4853 35 14C35 9.02944 30.9706 5 26 5C21.0294 5 17 9.02944 17 14C17 16.4853 18.0074 18.7353 19.636 20.364C20.465 21.193 21.9 21.861 23 22.3171C23.0056 22.6525 23.0056 24.2094 23 26.9878H28.9923Z" clip-rule="evenodd"/><path stroke-linecap="round" d="M12 21L13 20"/><path stroke-linecap="round" d="M40 21L39 20"/><path stroke-linecap="round" d="M15 5L14 4"/><path stroke-linecap="round" d="M37 5L38 4"/><path stroke-linecap="round" d="M41 12H40"/><path stroke-linecap="round" d="M12 12H11"/></g></svg> </template>
CSS
.icon-concept-sharing {
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-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.3669%2036H24L15%2031.0396L4.00879%2035.0818L7.01068%2041.0257L14.0833%2038.0729C20.7%2042.0243%2024.7272%2044%2026.1651%2044C27.603%2044%2033.5479%2041.3334%2044%2036%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.9923%2026.9878C28.9923%2024.097%2028.9923%2022.5402%2028.9923%2022.3171C30.0923%2021.861%2031.535%2021.193%2032.364%2020.364C33.9926%2018.7353%2035%2016.4853%2035%2014C35%209.02944%2030.9706%205%2026%205C21.0294%205%2017%209.02944%2017%2014C17%2016.4853%2018.0074%2018.7353%2019.636%2020.364C20.465%2021.193%2021.9%2021.861%2023%2022.3171C23.0056%2022.6525%2023.0056%2024.2094%2023%2026.9878H28.9923Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2021L13%2020%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M40%2021L39%2020%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%205L14%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M37%205L38%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M41%2012H40%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2012H11%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-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.3669%2036H24L15%2031.0396L4.00879%2035.0818L7.01068%2041.0257L14.0833%2038.0729C20.7%2042.0243%2024.7272%2044%2026.1651%2044C27.603%2044%2033.5479%2041.3334%2044%2036%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.9923%2026.9878C28.9923%2024.097%2028.9923%2022.5402%2028.9923%2022.3171C30.0923%2021.861%2031.535%2021.193%2032.364%2020.364C33.9926%2018.7353%2035%2016.4853%2035%2014C35%209.02944%2030.9706%205%2026%205C21.0294%205%2017%209.02944%2017%2014C17%2016.4853%2018.0074%2018.7353%2019.636%2020.364C20.465%2021.193%2021.9%2021.861%2023%2022.3171C23.0056%2022.6525%2023.0056%2024.2094%2023%2026.9878H28.9923Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2021L13%2020%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M40%2021L39%2020%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%205L14%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M37%205L38%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M41%2012H40%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2012H11%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/concept-sharing.svg?color=%231a73e8&size=48