Dream11 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dream11 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/324738.svg" alt="Dream11 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324738.svg" alt="Dream11 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324738.svg" alt="Dream11 icon" :width="24" :height="24" />
CSS background
.icon-dream11 {
background-image: url('https://proicons.com/icon/324738.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m25.7103,33.1402c4.8224-3.6449,9.1682-8.4393,9.1682-13.0374v-9.2243c-1.9907-.785-5.1589-1.8505-10.8785-1.8505-5.7196,0-8.8879,1.0654-10.8785,1.8505v9.2243c0,4.5981,4.3458,9.3925,9.1682,13.0374v1.0093c-2.5234,1.2617-3.9252,3.2804-3.9252,3.2804v1.5421h5.6355s5.6355,0,5.6355,0v-1.5421s-1.129-1.6257-3.1843-2.8712c-2.0306,1.0207-5.283,2.6188-5.283,2.6188"/><path class="c" d="m22.2897,33.1402c-13.6262-8.1589-13.0374-9.8972-13.0374-17.4673.729-.7009,2.2991-1.2897,2.2991-1.2897"/><path class="c" d="m25.7103,33.1402c13.6262-8.1589,13.0374-9.8972,13.0374-17.4673-.729-.7009-2.2991-1.2897-2.2991-1.2897"/><g><path class="c" d="m21.5573,25.1297v-12.2593h3.3639c1.9828,0,3.5901,1.6074,3.5901,3.5901v5.0791c0,1.9828-1.6074,3.5901-3.5901,3.5901h-3.3639Z"/><line class="c" x1="21.5573" y1="12.8703" x2="19.4887" y2="12.8703"/><line class="c" x1="21.5573" y1="25.1297" x2="19.4887" y2="25.1297"/></g></svg>
Copied!