share sys icon
share-sys from IconPark by ByteDance · Color · Others · Apache-2.0 Free for personal and commercial use.
- Name
- share-sys
- Set
- IconPark
- Style
- Color
- Category
- Others
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More others icons from IconPark
Use the share sys 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-width="4"><path d="M10.3654 41.6322C6.44902 37.9812 4 32.7766 4 27C4 15.9543 12.9543 7 24 7C35.0457 7 44 15.9543 44 27C44 32.7766 41.551 37.9812 37.6346 41.6322"/><path d="M15.1375 36.5109C12.5919 34.1378 11 30.7548 11 27C11 19.8203 16.8203 14 24 14C31.1797 14 37 19.8203 37 27C37 30.7548 35.4081 34.1378 32.8625 36.5109"/><path d="M19.9096 31.3897C18.7347 30.2944 18 28.733 18 27C18 23.6863 20.6863 21 24 21C27.3137 21 30 23.6863 30 27C30 28.733 29.2653 30.2944 28.0904 31.3897"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkShareSys(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" strokeWidth="4"><path d="M10.3654 41.6322C6.44902 37.9812 4 32.7766 4 27C4 15.9543 12.9543 7 24 7C35.0457 7 44 15.9543 44 27C44 32.7766 41.551 37.9812 37.6346 41.6322"/><path d="M15.1375 36.5109C12.5919 34.1378 11 30.7548 11 27C11 19.8203 16.8203 14 24 14C31.1797 14 37 19.8203 37 27C37 30.7548 35.4081 34.1378 32.8625 36.5109"/><path d="M19.9096 31.3897C18.7347 30.2944 18 28.733 18 27C18 23.6863 20.6863 21 24 21C27.3137 21 30 23.6863 30 27C30 28.733 29.2653 30.2944 28.0904 31.3897"/></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-width="4"><path d="M10.3654 41.6322C6.44902 37.9812 4 32.7766 4 27C4 15.9543 12.9543 7 24 7C35.0457 7 44 15.9543 44 27C44 32.7766 41.551 37.9812 37.6346 41.6322"/><path d="M15.1375 36.5109C12.5919 34.1378 11 30.7548 11 27C11 19.8203 16.8203 14 24 14C31.1797 14 37 19.8203 37 27C37 30.7548 35.4081 34.1378 32.8625 36.5109"/><path d="M19.9096 31.3897C18.7347 30.2944 18 28.733 18 27C18 23.6863 20.6863 21 24 21C27.3137 21 30 23.6863 30 27C30 28.733 29.2653 30.2944 28.0904 31.3897"/></g></svg> </template>
CSS
.icon-share-sys {
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-width%3D%224%22%3E%3Cpath%20d%3D%22M10.3654%2041.6322C6.44902%2037.9812%204%2032.7766%204%2027C4%2015.9543%2012.9543%207%2024%207C35.0457%207%2044%2015.9543%2044%2027C44%2032.7766%2041.551%2037.9812%2037.6346%2041.6322%22%2F%3E%3Cpath%20d%3D%22M15.1375%2036.5109C12.5919%2034.1378%2011%2030.7548%2011%2027C11%2019.8203%2016.8203%2014%2024%2014C31.1797%2014%2037%2019.8203%2037%2027C37%2030.7548%2035.4081%2034.1378%2032.8625%2036.5109%22%2F%3E%3Cpath%20d%3D%22M19.9096%2031.3897C18.7347%2030.2944%2018%2028.733%2018%2027C18%2023.6863%2020.6863%2021%2024%2021C27.3137%2021%2030%2023.6863%2030%2027C30%2028.733%2029.2653%2030.2944%2028.0904%2031.3897%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-width%3D%224%22%3E%3Cpath%20d%3D%22M10.3654%2041.6322C6.44902%2037.9812%204%2032.7766%204%2027C4%2015.9543%2012.9543%207%2024%207C35.0457%207%2044%2015.9543%2044%2027C44%2032.7766%2041.551%2037.9812%2037.6346%2041.6322%22%2F%3E%3Cpath%20d%3D%22M15.1375%2036.5109C12.5919%2034.1378%2011%2030.7548%2011%2027C11%2019.8203%2016.8203%2014%2024%2014C31.1797%2014%2037%2019.8203%2037%2027C37%2030.7548%2035.4081%2034.1378%2032.8625%2036.5109%22%2F%3E%3Cpath%20d%3D%22M19.9096%2031.3897C18.7347%2030.2944%2018%2028.733%2018%2027C18%2023.6863%2020.6863%2021%2024%2021C27.3137%2021%2030%2023.6863%2030%2027C30%2028.733%2029.2653%2030.2944%2028.0904%2031.3897%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/share-sys.svg?color=%231a73e8&size=48