Churchdesk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Churchdesk 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/338248.svg" alt="Churchdesk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338248.svg" alt="Churchdesk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338248.svg" alt="Churchdesk icon" :width="24" :height="24" />
CSS background
.icon-churchdesk {
background-image: url('https://proicons.com/icon/338248.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M19.4024,17.2869l0,15.8943a3.3842,3.3842,0,0,0,6.7684,0h0c0-5.9963-.1522-6.432,0-21.7616a6.9121,6.9121,0,0,0-13.8239-.0741q0,.037,0,.0741l0,21.5627a10.563,10.563,0,0,0,21.1258,0V19.65"/><path class="a" d="M33.8082,10.72s1.8452.98,1.8452,3.9653a2.228,2.228,0,1,1-4.4493,0,3.5591,3.5591,0,0,1,.8941-2.64,1.0283,1.0283,0,0,0,.9777,1.1223,1.0121,1.0121,0,0,0,.9842-1.038v0a2.5206,2.5206,0,0,0-.2518-1.41"/></svg>
Copied!