Inner Source Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Inner Source 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/320235.svg" alt="Inner Source icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320235.svg" alt="Inner Source icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320235.svg" alt="Inner Source icon" :width="24" :height="24" />
CSS background
.icon-inner-source {
background-image: url('https://proicons.com/icon/320235.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="inner-source_00000129890400030972346160000005569112449117309060_" d="M31.331,17.858l-6-14 c-0.05-0.117-0.158-0.198-0.283-0.215l-15-2C9.918,1.627,9.79,1.68,9.712,1.784l-9,12c-0.077,0.103-0.094,0.239-0.043,0.357l6,14 c0.05,0.117,0.158,0.198,0.284,0.215l15,2c0.017,0.003,0.032,0.004,0.048,0.004c0.112,0,0.22-0.053,0.288-0.145l9-12 C31.365,18.113,31.382,17.977,31.331,17.858z M10.162,2.385l13.521,1.803l-6.938,3.06c-1.044-0.136-4.699-0.604-4.699-0.604 c-0.132-0.014-0.259,0.039-0.337,0.145L7.416,12.68c-0.045,0.062-0.069,0.136-0.069,0.212c0,0.185,0.005,0.189,10.441,7.618 l-0.445,3.784l-1.258-0.168L1.511,13.918L10.162,2.385z M15.472,7.809l-5.328,2.35l2.021-2.774 C12.727,7.456,14.286,7.656,15.472,7.809z M17.884,19.695c-1.08-0.769-3.77-2.683-6.094-4.338l6.96-3.027L17.884,19.695z M14.534,23.919l-4.052-0.54L9.09,20.106L14.534,23.919z M1.829,15.02l6.147,4.306l1.923,4.524c0.05,0.117,0.158,0.199,0.284,0.216 l7.426,0.991c0.016,0.003,0.032,0.004,0.048,0.004c0.079,0,0.157-0.026,0.221-0.076c0.076-0.059,0.126-0.146,0.137-0.242 l1.499-12.744l2.942-1.28l0.917,2.157l-1.694,16.719L7.25,27.67L1.829,15.02z M25.233,17.247l-1.825,2.428l0.55-5.425L25.233,17.247 z M22.489,28.748l0.779-7.689l2.665-3.547c0.077-0.103,0.094-0.238,0.043-0.356l-3-7.054c-0.037-0.088-0.108-0.158-0.198-0.193 c-0.088-0.036-0.188-0.035-0.276,0.004L11.105,14.87c-1.291-0.919-2.391-1.702-2.893-2.06l1.086-1.491l15.514-6.843l5.774,13.474 L22.489,28.748z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!