Prehrana Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Prehrana 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/346126.svg" alt="Prehrana icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346126.svg" alt="Prehrana icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346126.svg" alt="Prehrana icon" :width="24" :height="24" />
CSS background
.icon-prehrana {
background-image: url('https://proicons.com/icon/346126.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="e" d="m24.1327,43.5c11.1701-7.6162,15.6568-12.9464,15.7668-19.8221.11-6.8783-4.4759-10.721-7.8951-10.7037-5.7288.029-7.7885,4.0373-7.7885,4.0373,0,0-2.6333-4.0627-8.5074-3.5387-5.006.4465-7.6897,5.6614-7.6081,9.4128s.9275,7.0284,7.3862,10.6748c3.5559,2.0075,8.538,6.4675,8.6461,9.9396Z"/><path id="d" class="e" d="m24.2735,14.3847c-1.0111-3.6273.7918-6.5534,2.1428-7.6279,1.3075-1.04,3.1047-2.4879,7.054-2.2256.0651,2.3579-.8593,4.6428-2.0818,5.6658-1.2226,1.023-3.5413,1.4418-4.8248,2.2877-1.2835.846-2.2901,1.9-2.2901,1.9Z"/></g></svg>
Copied!