Tchibo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tchibo 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/348272.svg" alt="Tchibo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348272.svg" alt="Tchibo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348272.svg" alt="Tchibo icon" :width="24" :height="24" />
CSS background
.icon-tchibo {
background-image: url('https://proicons.com/icon/348272.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,.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{stroke-width:1px;}</style></defs><path class="c" d="m23.9591,29.3314c-.9599,3.9616-4.0761,7.634-7.2012,8.4866-3.1251.8526-5.2378-1.3931-4.8824-5.1898.3554-3.7967,3.0629-7.9035,6.2568-9.4905,3.1938-1.587,5.8303-.1356,6.0926,3.354"/><path class="b" d="m26.0223,8.0018c5.152,6.9806-14.274,4.5464-14.205,8.5585.1157,6.7539,21.494-5.6638,25.466-.1327,1.894,2.6378,2.1311,9.1178-13.117,9.5424"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!