Migraine Log Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Migraine Log 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/329260.svg" alt="Migraine Log icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329260.svg" alt="Migraine Log icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329260.svg" alt="Migraine Log icon" :width="24" :height="24" />
CSS background
.icon-migraine-log {
background-image: url('https://proicons.com/icon/329260.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="M35.3,4.5h2.3c1.1,0,2,.9,2,2v35c0,1.1-.9,2-2,2h-2.3"/><path id="d" class="g" d="M35.3,4.5v39H10.4c-1.1,0-2-.9-2-2V6.5c0-1.1.9-2,2-2h24.9Z"/><path id="e" class="g" d="M8.445,17.833h31.093"/><path id="f" class="g" d="M8.445,31.166h31.093"/></svg>
Copied!