Interactions Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Interactions 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/316793.svg" alt="Interactions icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316793.svg" alt="Interactions icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316793.svg" alt="Interactions icon" :width="24" :height="24" />
CSS background
.icon-interactions {
background-image: url('https://proicons.com/icon/316793.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?>
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 61 (89581) - https://sketch.com -->
<title>Interactions 16</title>
<desc>Created with Sketch.</desc>
<g id="Interactions-16" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M11,7 L11,9 L13,9 C13.5522847,9 14,9.44771525 14,10 L14,10 L14,13 C14,13.5522847 13.5522847,14 13,14 L13,14 L10,14 L10,7 L11,7 Z M5,9 C5.55228475,9 6,9.44771525 6,10 L6,10 L6,14 L3,14 C2.44771525,14 2,13.5522847 2,13 L2,13 L2,12 C2,11.4477153 2.44771525,11 3,11 L3,11 L5,11 L5,10 L2.5,10 L2.5,9 Z M13,10 L11,10 L11,13 L13,13 L13,10 Z M5,12 L3,12 L3,13 L5,13 L5,12 Z M7.912,2 L7.834,3.911 L9.628,3.248 L9.914,4.119 L8.068,4.626 L9.251,6.134 L8.523,6.667 L7.457,5.068 L6.391,6.667 L5.663,6.134 L6.846,4.626 L5,4.119 L5.286,3.248 L7.08,3.911 L7.002,2 L7.912,2 Z" id="Combined-Shape" fill="#000000"></path>
</g>
</svg>
Copied!