Sharing Data Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Sharing Data icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/320694.svg" alt="Sharing Data icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320694.svg" alt="Sharing Data icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320694.svg" alt="Sharing Data icon" :width="24" :height="24" />
CSS background
.icon-sharing-data {
background-image: url('https://proicons.com/icon/320694.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="sharing-data_00000112601447528612278260000011844785583024479126_" d="M2.746,31.255L0.491,29l2.255-2.255l0.509,0.51 L1.869,28.64h26.819c0.158-0.575,0.687-1,1.312-1c0.75,0,1.36,0.61,1.36,1.36s-0.61,1.36-1.36,1.36c-0.625,0-1.153-0.425-1.312-1 H1.869l1.385,1.385L2.746,31.255z M30,28.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64 S30.353,28.36,30,28.36z M29.255,23.255l-0.51-0.51l1.386-1.385H3.312c-0.158,0.575-0.686,1-1.312,1c-0.75,0-1.36-0.61-1.36-1.36 S1.25,19.64,2,19.64c0.625,0,1.153,0.425,1.312,1h26.819l-1.386-1.385l0.51-0.51L31.509,21L29.255,23.255z M2,20.36 c-0.353,0-0.64,0.287-0.64,0.64S1.647,21.64,2,21.64S2.64,21.353,2.64,21S2.353,20.36,2,20.36z M2.746,13.254L0.491,11l2.255-2.254 l0.509,0.509L1.869,10.64h26.819c0.158-0.576,0.687-1,1.312-1c0.75,0,1.36,0.61,1.36,1.36s-0.61,1.36-1.36,1.36 c-0.625,0-1.153-0.424-1.312-1H1.869l1.385,1.386L2.746,13.254z M30,10.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64 s0.64-0.287,0.64-0.64S30.353,10.36,30,10.36z M29.255,5.254l-0.51-0.509l1.386-1.386H3.312c-0.158,0.576-0.686,1-1.312,1 C1.25,4.36,0.64,3.75,0.64,3S1.25,1.64,2,1.64c0.625,0,1.153,0.424,1.312,1h26.819l-1.386-1.386l0.51-0.509L31.509,3L29.255,5.254z M2,2.36C1.647,2.36,1.36,2.647,1.36,3S1.647,3.64,2,3.64S2.64,3.353,2.64,3S2.353,2.36,2,2.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!