Dreamface Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dreamface 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/324741.svg" alt="Dreamface icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324741.svg" alt="Dreamface icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324741.svg" alt="Dreamface icon" :width="24" :height="24" />
CSS background
.icon-dreamface {
background-image: url('https://proicons.com/icon/324741.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="M34.6673,14.2341l-3.9986,2.4566,4.6789,2.1127M22.5469,16.2221c0,1.1215-.908,2.0312-2.0295,2.0333-1.123,0-2.0333-.9103-2.0333-2.0333h0c.0021-1.1215.9118-2.0295,2.0333-2.0295,1.12.0021,2.0274.9095,2.0295,2.0295ZM33.5864,23.4406c-2.5723,3.642-7.4713,4.7683-11.3759,2.6153M33.3861,39.1855c-1.9507,2.1188-4.7014,3.3213-7.5814,3.3145h-9.9964c-5.6774.0146-10.2917-4.5759-10.3063-10.2533,0-.0177,0-.0353,0-.053v-9.9964c0-3.0046,1.2736-5.7031,3.3145-7.5814M38.2955,35.784c-1.2585,2.1127-3.5602,3.5148-6.2057,3.5148H15.9141c-3.9742.0125-7.206-3.199-7.2186-7.1732,0-.0126,0-.0252,0-.0378V15.9121c0-2.6456,1.4097-4.9472,3.5148-6.2019M18.0759,5.5h18.2392c3.4241,0,6.183,2.7589,6.183,6.183v18.2392c0,3.4241-2.7589,6.183-6.183,6.183h-18.2354c-3.4241,0-6.183-2.7589-6.183-6.183V11.683c0-3.4241,2.7589-6.183,6.183-6.183h-.0038Z"/></svg>
Copied!