Daewoo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Daewoo 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/324240.svg" alt="Daewoo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324240.svg" alt="Daewoo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324240.svg" alt="Daewoo icon" :width="24" :height="24" />
CSS background
.icon-daewoo {
background-image: url('https://proicons.com/icon/324240.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="m19.2315,37.42c-.0235-10.5305-5.1788-17.7894-12.5795-20.5129.814-.8129,1.5543-1.7561,2.5971-2.4318,5.9307,2.9729,12.0492,10.9211,12.0601,23.1816"/><path class="c" d="m21.3091,37.657c.3777-12.0541-4.81-22.16-8.815-24.8884,1.32-.6189,2.8027-1.3938,4.3225-1.7337,4.3629,7.7767,6.6609,18.0597,6.662,26.7287"/><path class="c" d="m26.6909,37.657c.0109-12.2605,6.1294-20.2087,12.0601-23.1816,1.0428.6756,1.7831,1.6189,2.5971,2.4318-7.4006,2.7235-12.556,9.9824-12.5795,20.5129"/><path class="c" d="m30.8485,37.0177c.2656-3.3791,1.2912-14.1721,12.5564-17.3466,3.9618,6.4127-2.8982,18.0965-19.4049,18.0965C7.4933,37.7676.6333,26.0838,4.5951,19.6711c11.2651,3.1745,12.2907,13.9674,12.5564,17.3466"/><path class="c" d="m24.5214,37.7637c.0011-8.6691,2.2991-18.9521,6.662-26.7287,1.5198.3399,3.0025,1.1149,4.3225,1.7337-4.005,2.7284-9.1927,12.8342-8.815,24.8884"/><path class="c" d="m23.4786,37.7637c-.2041-20.5208-1.6276-24.1833-2.4539-27.3847.8909-.0882,1.9946-.1422,2.9753-.1466.9807.0044,2.0844.0584,2.9753.1466-.8263,3.2014-2.2498,6.864-2.4539,27.3847"/></svg>
Copied!