Sf Cinema Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sf Cinema 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/347179.svg" alt="Sf Cinema icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347179.svg" alt="Sf Cinema icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347179.svg" alt="Sf Cinema icon" :width="24" :height="24" />
CSS background
.icon-sf-cinema {
background-image: url('https://proicons.com/icon/347179.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M24.9195,31.7833h3.8449v-4.6699c0-.646.603-1.166,1.352-1.166h13.3677v-3.7629h-13.7996c-2.6399,0-4.7649,2.1389-4.7649,4.7959v4.8029ZM43.468,19.6516h-14.8796c-1.169,0-2.2059-.615-2.8769-1.466-.5147-.6548-.7934-1.4641-.791-2.2969h18.5795l-.032,3.7629ZM23.8375,18.1856c.515-.6547.7941-1.464.792-2.2969h-15.3646c-2.6399,0-4.7649,2.1389-4.7649,4.7959v.428c0,2.6569,2.1249,4.8009,4.7649,4.8009h10.5497c.749,0,1.352.52,1.352,1.165v.104c0,.646-.603,1.165-1.352,1.165h-11.3647c-1.169,0-2.2059.615-2.8769,1.467-.5147.6548-.7934,1.4641-.791,2.2969h15.3646c2.6399,0,4.7639-2.1399,4.7639-4.7969v-.428c0-2.6569-2.1239-4.7969-4.7639-4.7969h-10.5497c-.75,0-1.353-.523-1.353-1.169v-.104c0-.645.603-1.165,1.352-1.165h11.3647c1.169,0,2.2059-.614,2.8769-1.466"/></svg>
Copied!