Migrane App Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Migrane App 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/343820.svg" alt="Migrane App icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343820.svg" alt="Migrane App icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343820.svg" alt="Migrane App icon" :width="24" :height="24" />
CSS background
.icon-migrane-app {
background-image: url('https://proicons.com/icon/343820.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="M16.2327,4.5c-2.177,2.6864,4.0471,5.9992,8.2299,8.6019,2.6906,1.6741,10.2825,5.9086,8.6691,12.0906-.0113.0432.0044.09.0401.117,1.0445.7879,1.8558,2.1832,2.1213,2.4841.2705.3065.1217.5588-.5771.9017-.5771.2832-.8231,0-.6359.945.3278.7683-.3497.5374-.3497.7962,0,.3607.2618.9188-.4425,1.1659-.7042.2471.2882,1.4816-.7721,2.1066-1.0603.625-5.638-.7994-6.2496,1.5344-.3066,1.1699,7.0729,4.2961,5.8379,6.7395-1.2349,2.4433-4.8077,1.2019-4.8077,1.2019"/><path class="b" d="M16.8478,11.4862c-.7791,3.5548,3.0162,5.0078,5.3864,6.4827,2.3587,1.4677,7.0224,3.3006,5.2244,7.253-.015.0331-.0058.0736.0231.0956.7314.5558,1.299,1.5315,1.4852,1.7427.1905.2157.0857.3934-.4062.6348-.4063.1993-.5796,0-.4477.6652.2308.541-.2462.3783-.2462.5605,0,.2539.1843.6468-.3115.8208-.4958.174.2029,1.0431-.5436,1.4831-1.348.7946-3.2216.4381-3.9599.2784-5.4066-1.169-5.1632,3.7506-10.4717.5162"/></svg>
Copied!