Dream Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dream 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/339296.svg" alt="Dream icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339296.svg" alt="Dream icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339296.svg" alt="Dream icon" :width="24" :height="24" />
CSS background
.icon-dream {
background-image: url('https://proicons.com/icon/339296.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m14.09,33.3318c-1.8592,0-3.659-1.2807-4.3908-3.0187L3.8448,15.2198c-1.0062-2.4698.2744-5.2141,2.7443-6.2203,2.4698-1.0062,5.2141.2744,6.2203,2.7443l1.6466,4.2993,2.0125-4.4823c.7318-1.738,2.4698-2.8357,4.3908-2.8357h.0915c1.921,0,3.659,1.1892,4.3908,2.9272l1.921,4.5738,2.0125-4.6652c1.0977-2.4698,3.842-3.5675,6.3118-2.4698,2.4698,1.0977,3.5675,3.9334,2.4698,6.3118l-6.5862,15.0019c-1.1635,2.7634-3.1347,2.8357-4.5454,2.8357-2.0382,0-3.5958-1.1892-4.3277-2.9272l-1.8295-4.5738-2.1039,4.7567c-1.3285,2.8047-3.0729,2.8357-4.5738,2.8357Z"/><path class="c" d="m22.1398,29.1732l-1.4727,3.3297c-1.3264,2.7991-3.0736,2.8358-4.5738,2.8358-.2653,0-.5306-.0275-.7867-.0732-.4848-.1006-.9513-.2653-1.3813-.5123-.8416-.4574-1.5551-1.1618-2.0125-2.0033"/><path class="c" d="m37.9284,11.2624c.8873.4756,1.5642,1.18,1.9942,2.0033h.0092c.247.4665.4208.9696.5031,1.491.1281.8781.0183,1.7929-.375,2.6527l-6.5862,15.002c-1.1618,2.7625-3.1284,2.8357-4.5463,2.8357-.2653,0-.5214-.0183-.7684-.064-.4757-.0731-.9239-.2195-1.3356-.4208-.3842-.1921-.7318-.4391-1.0428-.7318-.3842-.3567-.7135-.7867-.9696-1.2715"/><path class="c" d="m23.7772,32.0273l-1.0977,2.4789c-1.3356,2.8083-3.0736,2.8358-4.5738,2.8358-.7593,0-1.5094-.2104-2.1771-.5855-.8324-.4574-1.5459-1.1618-2.0033-2.0033"/><path class="c" d="m39.9226,13.2657h.0092c.8873.4665,1.5734,1.18,2.0033,2.0033h.0092c.6678,1.2532.7593,2.7717.1281,4.1438l-6.5862,15.002c-1.1709,2.7625-3.1376,2.8357-4.5463,2.8357-.7867,0-1.491-.1738-2.1131-.4848-.8599-.4391-1.5368-1.1343-2.0033-2.0033"/><path class="c" d="m25.7805,34.0306l-1.0977,2.479c-1.3264,2.8083-3.0736,2.8358-4.5738,2.8358-1.7014,0-3.3571-1.0703-4.1804-2.5888"/><path class="c" d="m41.935,15.2691h.0092c2.232,1.1983,3.1742,3.8785,2.1314,6.1471l-6.5862,15.002c-1.1618,2.7625-3.1376,2.8357-4.5463,2.8357-1.8661,0-3.3205-.9879-4.1164-2.4881"/></svg>
Copied!