Costa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Costa 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/338596.svg" alt="Costa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338596.svg" alt="Costa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338596.svg" alt="Costa icon" :width="24" :height="24" />
CSS background
.icon-costa {
background-image: url('https://proicons.com/icon/338596.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="d" x1="29.3117" y1="20.1554" x2="34.4058" y2="20.1554"/><line class="d" x1="31.8588" y1="27.8446" x2="31.8588" y2="20.1554"/><path class="d" d="M13.5942,25.2661v.0315c0,1.4067-1.1404,2.5471-2.5471,2.5471h0c-1.4067,0-2.5471-1.1404-2.5471-2.5471v-2.5951c0-1.4067,1.1404-2.5471,2.5471-2.5471h0c1.4067,0,2.5471,1.1404,2.5471,2.5471v.0315"/><rect class="d" x="15.5939" y="20.1554" width="5.0942" height="7.6893" rx="2.5471" ry="2.5471"/><line class="d" x1="38.6563" y1="25.2975" x2="35.2496" y2="25.2975"/><polyline class="d" points="34.4058 27.8446 36.9529 20.1553 39.5 27.8446"/><path class="d" d="M22.8087,28.6871c.4715-.6139,1.0628-.8425,1.8853-.8425h1.1322c1.0594,0,1.9182-.8588,1.9182-1.9182v-.0083c0-1.0594-.8588-1.9182-1.9182-1.9182h-1.2557c-1.0605,0-1.9203-.8597-1.9203-1.9203h0c0-1.0628.8616-1.9244,1.9244-1.9244h1.1322c.8226,0,1.4138-.2286,1.8853-.8425"/><path id="c" class="d" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!