Scene Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Scene 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/347022.svg" alt="Scene icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347022.svg" alt="Scene icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347022.svg" alt="Scene icon" :width="24" :height="24" />
CSS background
.icon-scene {
background-image: url('https://proicons.com/icon/347022.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="e" d="M41.4355,6.7871c-.7307-.7905-1.7742-1.2871-2.9355-1.2871H9.5c-1.1613,0-2.2048.4966-2.9355,1.2871.0006.0006.0013.0013.0019.0019-.0022.0024-.0037.0054-.0059.0078,2.5836,2.8801,9.5783,4.8119,17.4395,4.8164,7.8611-.0046,14.8558-1.9363,17.4395-4.8164-.0022-.0024-.0036-.0054-.0059-.0078.0007-.0006.0013-.0013.002-.002ZM5.785,21.043h13.8614M28.6386,21.0371h13.8614M24.1464,15.043c-.5489.0016-1.095.0785-1.623.2285.2912.6953.0212,1.4987-.6309,1.877-.6497.3653-1.4692.1981-1.9238-.3926-.7881.767-1.3502,1.7359-1.625,2.8008.7454.0989,1.3024.7344,1.3027,1.4863-.0093.7465-.5663,1.3726-1.3066,1.4688.2727,1.0707.8357,2.0453,1.627,2.8164.2653-.3502.6708-.5665,1.1094-.5918.2869-.0135.5716.0557.8203.1992.654.3785.9244,1.1845.6309,1.8809.5268.149,1.0716.2253,1.6191.2266.5523-.0013,1.1017-.0789,1.6328-.2305-.2966-.692-.0342-1.4967.6133-1.8809.2493-.1439.5347-.2131.8223-.1992.44.0257.8464.2435,1.1113.5957.7919-.7722,1.355-1.7482,1.627-2.8203-.7442-.0927-1.3056-.7208-1.3145-1.4707.0094-.7525.575-1.3816,1.3223-1.4707-.274-1.0762-.8412-2.0552-1.6387-2.8281-.4519.6018-1.2798.7756-1.9355.4062-.6452-.3831-.908-1.1841-.6152-1.875-.5287-.1496-1.0755-.2258-1.625-.2266ZM24.1503,18.7598c1.2204.0004,2.2094,1.0197,2.209,2.2767v.0006c-.0003,1.2565-.9891,2.275-2.209,2.2754-1.2199-.0004-2.2087-1.0189-2.209-2.2754-.0007-1.257.988-2.2766,2.2084-2.2773h.0006ZM32.1584,37.5c0,.5826-.4723,1.055-1.055,1.055h0c-.5826,0-1.055-.4723-1.055-1.055h0c0-.5826.4723-1.055,1.055-1.055h0c.5826,0,1.055.4723,1.055,1.055h0ZM17.9515,37.5c0,.5826-.4723,1.055-1.055,1.055h0c-.5826,0-1.055-.4723-1.055-1.055h0c0-.5826.4723-1.055,1.055-1.055h0c.5826,0,1.055.4723,1.055,1.055h0ZM6.5605,6.7969c-.3233.3514-.5868.7599-.7695,1.209-.0104.0257-.0194.0521-.0293.0781-.078.2038-.1398.4145-.1836.6328-.0161.0812-.026.1652-.0371.248-.0237.1753-.041.3533-.041.5352v29c0,2.2091,1.7909,4,4,4h.166c-.0002-7.1427,6.4173-12.9331,14.334-12.9336,7.9167.0005,14.3342,5.7909,14.334,12.9336h.166c2.2091,0,4-1.7909,4-4V9.5c0-.1819-.0173-.3599-.041-.5352-.0111-.0829-.021-.1669-.0371-.248-.0438-.2183-.1056-.429-.1836-.6328-.0099-.026-.0189-.0524-.0293-.0781-.1827-.4491-.4463-.8576-.7695-1.209-2.5836,2.8801-9.5783,4.8119-17.4395,4.8164-7.8611-.0046-14.8558-1.9363-17.4395-4.8164ZM38.334,42.5c.0002-7.1427-6.4173-12.9331-14.334-12.9336-7.9167.0005-14.3342,5.7909-14.334,12.9336h28.668ZM30.6814,31.0301l2.8569-4.6553M17.3186,31.0301l-2.8569-4.6553"/></g></svg>
Copied!