Telecommunications Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Telecommunications 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/320826.svg" alt="Telecommunications icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320826.svg" alt="Telecommunications icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320826.svg" alt="Telecommunications icon" :width="24" :height="24" />
CSS background
.icon-telecommunications {
background-image: url('https://proicons.com/icon/320826.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 27.5.0, 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="telecommunications_00000069387245102117227260000014006486810841878717_" d="M23,31.36c-0.75,0-1.36-0.61-1.36-1.36 c0-0.61,0.405-1.129,0.96-1.3C21.927,17.829,12.939,9.36,2,9.36V8.64c11.328,0,20.635,8.776,21.319,20.038 C23.916,28.822,24.36,29.36,24.36,30C24.36,30.75,23.75,31.36,23,31.36z M23,29.36c-0.353,0-0.64,0.287-0.64,0.64 s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S23.353,29.36,23,29.36z M9,31.36c-0.75,0-1.36-0.61-1.36-1.36 c0-0.581,0.366-1.077,0.879-1.272C7.92,25.646,5.174,23.36,2,23.36v-0.72c3.542,0,6.604,2.568,7.239,6.021 C9.875,28.774,10.36,29.332,10.36,30C10.36,30.75,9.75,31.36,9,31.36z M9,29.36c-0.353,0-0.64,0.287-0.64,0.64S8.647,30.64,9,30.64 S9.64,30.353,9.64,30S9.353,29.36,9,29.36z M30.36,30h-0.72c0-14.868-11.539-26.942-26.332-27.627C3.146,2.942,2.621,3.36,2,3.36 C1.25,3.36,0.64,2.75,0.64,2S1.25,0.64,2,0.64c0.63,0,1.161,0.43,1.315,1.012C18.505,2.343,30.36,14.737,30.36,30z M2,1.36 C1.647,1.36,1.36,1.647,1.36,2S1.647,2.64,2,2.64S2.64,2.353,2.64,2S2.353,1.36,2,1.36z M16.36,30h-0.72 c0-7.038-5.392-12.954-12.336-13.614C3.137,16.949,2.616,17.36,2,17.36c-0.75,0-1.36-0.61-1.36-1.36S1.25,14.64,2,14.64 c0.634,0,1.168,0.436,1.318,1.024C10.655,16.333,16.36,22.573,16.36,30z M2,15.36c-0.353,0-0.64,0.287-0.64,0.64 S1.647,16.64,2,16.64S2.64,16.353,2.64,16S2.353,15.36,2,15.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!