Drogasil Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Drogasil 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/339318.svg" alt="Drogasil icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339318.svg" alt="Drogasil icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339318.svg" alt="Drogasil icon" :width="24" :height="24" />
CSS background
.icon-drogasil {
background-image: url('https://proicons.com/icon/339318.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M22.0619,16.1228l.2541-12.0017c.0116-.5468-.6492-.8287-1.0359-.442L3.6791,21.28c-.3867.3867-.1048,1.0475.442,1.0359l12.0017-.2541c3.2511-.0688,5.8703-2.688,5.9391-5.9391Z"/><path class="b" d="M25.9381,31.8772l-.2541,12.0017c-.0116.5468.6492.8287,1.0359.442l17.601-17.601c.3867-.3867.1048-1.0475-.442-1.0359l-12.0017.2541c-3.2511.0688-5.8703,2.688-5.9391,5.9391Z"/><path class="b" d="M31.8772,22.0619l12.0017.2541c.5468.0116.8287-.6492.442-1.0359L26.72,3.6791c-.3867-.3867-1.0475-.1048-1.0359.442l.2541,12.0017c.0688,3.2511,2.688,5.8703,5.9391,5.9391Z"/><path class="b" d="M16.1228,25.9381l-12.0017-.2541c-.5468-.0116-.8287.6492-.442,1.0359l17.601,17.601c.3867.3867,1.0475.1048,1.0359-.442l-.2541-12.0017c-.0688-3.2511-2.688-5.8703-5.9391-5.9391Z"/></svg>
Copied!