Indiamart Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Indiamart 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/327392.svg" alt="Indiamart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327392.svg" alt="Indiamart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327392.svg" alt="Indiamart icon" :width="24" :height="24" />
CSS background
.icon-indiamart {
background-image: url('https://proicons.com/icon/327392.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="c" 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><ellipse class="g" cx="13.6147" cy="9.9413" rx="2.3225" ry="2.787"/><ellipse class="g" cx="29.2869" cy="9.4144" rx="3.3444" ry="4.2734"/><path class="g" d="M5.8538,19.322c-1.6669,2.2237-1.9254,3.7307-1.6343,6.3107.2911,2.58,1.1464,6.1483,5.2452,9.7935,4.0988,3.6455,11.4406,7.3678,18.6673,7.432,7.2267.0641,14.3373-3.5298,15.557-8.7413,1.2194-5.2114-3.4528-12.0398-9.5241-16.0002-6.0715-3.9599-13.2531-5.0088-18.6348-4.2089-5.3816.7999-8.0091,3.1901-9.6765,5.4137v.0005Z"/><path class="g" d="M12.1004,37.4672c.2994-5.712.5987-11.4239.7869-14.8835.1882-3.4593.2652-4.6659,1.382-2.9329,1.1168,1.7329,3.2731,6.4051,5.4295,11.0774"/><path class="g" d="M21.383,30.8434c2.1985-4.043,4.3969-8.0861,5.8234-10.2682,1.4266-2.1819,2.0811-2.5029,2.9537,1.4292.8725,3.9321,1.9628,12.1169,3.0531,20.3014"/></svg>
Copied!