Content Shell Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Content Shell 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/323990.svg" alt="Content Shell icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323990.svg" alt="Content Shell icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323990.svg" alt="Content Shell icon" :width="24" :height="24" />
CSS background
.icon-content-shell {
background-image: url('https://proicons.com/icon/323990.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 id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.n{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="n" d="M18.5561,16.067c3.1339,0,5.6576,2.5237,5.6576,5.6576,0,3.1236-2.5237,5.6576-5.6576,5.6576-3.1236,0-5.6473-2.534-5.6473-5.6576,0-3.1339,2.5237-5.6576,5.6473-5.6576Z"/><path id="c" class="n" d="M18.432,7.7615c7.7055,0,13.9423,6.2368,13.9423,13.932,0,7.7055-6.2368,13.9423-13.9423,13.9423-7.6952,0-13.932-6.2368-13.932-13.9423,0-7.6952,6.2368-13.932,13.932-13.932Z"/><path id="d" class="n" d="M39.8526,9.6278c1.5236-.4307,3.1078.4552,3.5386,1.9787.4307,1.5236-.4552,3.1078-1.9787,3.5386-.8942.2528-1.9057.0397-2.7485-.66"/><path id="e" class="n" d="M34.6524,9.904c1.792-.506,3.6549.5364,4.1609,2.3284.506,1.792-.5364,3.6549-2.3284,4.1609-1.282.362-2.6571-.0648-3.5088-1.0891"/><path id="f" class="n" d="M35.5667,11.8183c.7334,0,1.3334.6,1.3334,1.3334s-.6,1.3334-1.3334,1.3334-1.3334-.6-1.3334-1.3334.6-1.3334,1.3334-1.3334Z"/><path id="g" class="n" d="M40.6431,11.4373c.5334,0,.9524.4286.9524.9524s-.4191.9524-.9524.9524c-.5238,0-.9524-.4286-.9524-.9524s.4286-.9524.9524-.9524Z"/><path id="h" class="n" d="M6.3748,14.7082l7.0719,9.4574"/><path id="i" class="n" d="M18.5561,16.0566h12.6391"/><path id="j" class="n" d="M17.275,35.5885l5.7804-10.43"/><path id="k" class="n" d="M37.1191,21.1901c-.8-1.0731-1.2889-2.709-1.4667-4.671"/><path id="l" class="n" d="M39.5287,20.7806c-.2667-2.1398-.0444-4.0619.6667-5.573"/><path id="m" class="n" d="M38.3287,25.9998c.2667.5334.7588,1.0191,1.4762,1.4572-.8064.5461-1.2762,1.1302-1.4096,1.7524-.0667,4.8097-2.4763,9.6289-6.486,10.429-4.0192.8-14.4482.8-18.4579,0-9.7909-2.0096-8.9163-12.2711-6.0114-9.3757,5.1413,6.3178,13.8363,7.1918,20.1197,1.9739,2.0971-1.784,3.4425-3.9365,4.3214-6.8515.2572-.8857,1.3044-.6139,1.2282.2147-.0698,1.3397-.1714,2.6445-.3048,3.9144-.0952.7619.7048.7619,1.0667.3143,1.2477-1.4191,2.0477-2.6287,2.4668-7.0384.381-2.4096,2.7906-2.4096,3.6573-1.6001,3.943,3.2096.7334,6.4193-.8667,3.2382-.4-.8381-1.6096-.0286-.8,1.5715"/></svg>
Copied!