Comdirect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Comdirect 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/338499.svg" alt="Comdirect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338499.svg" alt="Comdirect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338499.svg" alt="Comdirect icon" :width="24" :height="24" />
CSS background
.icon-comdirect {
background-image: url('https://proicons.com/icon/338499.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="M25.53,3.5524a20.3234,20.3234,0,0,0-12.9549,5.952,20.5852,20.5852,0,0,0,0,28.9909,20.2911,20.2911,0,0,0,28.8186,0l-6.551-6.59a11.0677,11.0677,0,0,1-15.7166,0,11.2283,11.2283,0,0,1,0-15.8105,11.0677,11.0677,0,0,1,15.7166,0l6.551-6.59A20.3083,20.3083,0,0,0,25.53,3.5524Z"/></svg>
Copied!