Social Tile Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Social Tile 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/320715.svg" alt="Social Tile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320715.svg" alt="Social Tile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320715.svg" alt="Social Tile icon" :width="24" :height="24" />
CSS background
.icon-social-tile {
background-image: url('https://proicons.com/icon/320715.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 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <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="social--tile_00000149355434196332110570000011125530167916022460_" d="M31,28.36H1c-0.199,0-0.36-0.161-0.36-0.36V10 c0-0.199,0.161-0.36,0.36-0.36h30c0.199,0,0.36,0.161,0.36,0.36v18C31.36,28.199,31.199,28.36,31,28.36z M1.36,27.64h29.28V10.36 H1.36V27.64z M16,23.36c-0.092,0-0.184-0.035-0.254-0.105l-3.962-3.962c-0.512-0.512-0.795-1.191-0.798-1.915 c-0.003-0.732,0.28-1.42,0.798-1.938c0.516-0.516,1.179-0.784,1.925-0.8c0.727,0,1.411,0.284,1.927,0.8L16,15.805l0.365-0.365 c1.03-1.032,2.821-1.032,3.852,0c0.527,0.527,0.811,1.228,0.798,1.975c-0.014,0.71-0.297,1.376-0.798,1.878l-3.962,3.962 C16.184,23.325,16.092,23.36,16,23.36z M13.709,15.36c-0.001,0-0.002,0-0.003,0c-0.532,0.001-1.034,0.21-1.413,0.589 c-0.381,0.381-0.589,0.887-0.587,1.426c0.002,0.532,0.211,1.032,0.587,1.408L16,22.491l3.707-3.708 c0.369-0.369,0.578-0.859,0.587-1.381c0.01-0.549-0.198-1.065-0.587-1.453c-0.757-0.76-2.074-0.761-2.833,0l-0.62,0.619 c-0.141,0.14-0.368,0.14-0.509,0l-0.619-0.619C14.747,15.569,14.243,15.36,13.709,15.36z M5,8.36H1C0.801,8.36,0.64,8.199,0.64,8V4 c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v4C5.36,8.199,5.199,8.36,5,8.36z M1.36,7.64h3.28V4.36H1.36V7.64z M20,6.36H7V5.64h13V6.36z M30,4.36H7V3.64h23V4.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!