Bilka To Go Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bilka To Go 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/322617.svg" alt="Bilka To Go icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322617.svg" alt="Bilka To Go icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322617.svg" alt="Bilka To Go icon" :width="24" :height="24" />
CSS background
.icon-bilka-to-go {
background-image: url('https://proicons.com/icon/322617.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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M31.333,28.9436s2.1019.0685,2.2001-.6899c.2662-2.3018.2406-4.6279-.0762-6.9233-.1899-1.5451-2.9843-1.7247-3.7374-3.1135-.2971-.5555.3488-1.5606-.1834-1.5761-3.2582-.1189-6.4181-.6744-8.6725-.509-1.9809.1186-3.9034.7157-5.6029,1.7402-1.8887,1.111-3.4196,2.3474-5.2089,3.293-1.9185,1.0206-4.24,1.2221-5.6494,2.8357-.5555.6589-.5478,4.3653.0995,4.687.9743.3505,2.0175.4665,3.045.3385M7.6306,28.9436c.0233,1.6551,1.384,2.978,3.0392,2.9546.7762-.011,1.518-.3227,2.069-.8695,1.1447-1.1658,1.1276-3.0389-.0382-4.1837-1.1658-1.1447-3.0389-1.1276-4.1837.0382-.542.552-.8463,1.2944-.8475,2.0681l-.0388-.0077ZM25.234,28.9436h-11.5805M25.2805,28.9436c.024,1.6551,1.3853,2.9774,3.0404,2.9533.7752-.0113,1.5158-.3225,2.0664-.8682,1.1447-1.1659,1.1276-3.039-.0383-4.1837s-3.039-1.1276-4.1837.0383c-.5401.5501-.8442,1.2893-.8474,2.0603h-.0375ZM35.945,21.7788l3.9041.0155M36.1215,24.776h7.8785M35.945,27.529h5.1882"/></svg>
Copied!