C And A Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The C And A 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/323081.svg" alt="C And A icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323081.svg" alt="C And A icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323081.svg" alt="C And A icon" :width="24" :height="24" />
CSS background
.icon-c-and-a {
background-image: url('https://proicons.com/icon/323081.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>.m{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><g id="d"><g id="e"><path id="f" class="m" d="M27.3331,26.3313h-.5328c-.3044,0-.685-.1522-.8372-.4567l-2.1311-2.8922c-.3044-.3806-.7611-.8372-.7611-1.5222s.5328-1.2178,1.2939-1.2178c.685,0,1.2178.5328,1.2178,1.2178s-.5328,1.2939-1.5983,1.5222c-1.1417.2283-1.9028.8372-1.9028,1.9028,0,.8372.5328,1.4461,1.5983,1.4461,1.37,0,2.2072-1.37,3.425-2.9683"/></g></g></g><g id="g"><g id="h"><g id="i"><line id="j" class="m" x1="36.6621" y1="26.6548" x2="29.3105" y2="26.6548"/></g></g><polyline id="k" class="m" points="27.4725 32.1685 32.9863 15.8315 38.5 32.1685"/></g><path id="l" class="m" d="M20.5275,26.5588h0c0,3.0632-2.4506,5.5138-5.5137,5.5138h0c-3.0632,0-5.5137-2.4506-5.5137-5.3095v-5.5138c0-3.0632,2.4506-5.5137,5.5137-5.3095h0c3.0632,0,5.3095,2.4506,5.3095,5.3095h0"/><rect class="m" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!