Correspondent Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Correspondent 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/338591.svg" alt="Correspondent icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338591.svg" alt="Correspondent icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338591.svg" alt="Correspondent icon" :width="24" :height="24" />
CSS background
.icon-correspondent {
background-image: url('https://proicons.com/icon/338591.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="M8.82,7.09c-4.05,3.39-2.58,8.92-.56,11"/><path class="a" d="M20.22,23c8.27.28,13.73-.89,18.1-5,4.63-4.36,3.89-7.67,1.74-9.6C35,3.89,21.16,13.61,15,20.56c-4.2,4.75-10.46,13.35-6.16,18,5.08,5.49,14.88.4,21.71-5.58"/></svg>
Copied!