Agoda Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Agoda 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/321453.svg" alt="Agoda icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321453.svg" alt="Agoda icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321453.svg" alt="Agoda icon" :width="24" :height="24" />
CSS background
.icon-agoda {
background-image: url('https://proicons.com/icon/321453.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{isolation:isolate;}.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.e{fill:#000;stroke-width:0px;}</style></defs><path class="d" d="M38.5006,5.4992H9.4994c-2.2001,0-4.0002,1.8001-4.0002,4.0002v29.0013c0,2.2001,1.8001,4.0002,4.0002,4.0002h29.0013c2.2001,0,4.0002-1.8001,4.0002-4.0002V9.4994c0-2.2001-1.8001-4.0002-4.0002-4.0002Z"/><g class="c"><path class="d" d="M18.9925,19.3223v5.8222c0,1.0674-.874,1.9407-1.9422,1.9407-.5827,0-1.0682-.1941-1.3596-.5822"/><path class="d" d="M17.0503,19.3223c1.0682,0,1.9422.8733,1.9422,1.9407v1.2615c0,1.0674-.874,1.9407-1.9422,1.9407s-1.9422-.8733-1.9422-1.9407v-1.2615c0-1.0674.874-1.9407,1.9422-1.9407Z"/></g><path class="d" d="M24,24.4657c-1.0682,0-1.9422-.8733-1.9422-1.9407v-1.2615c0-1.0674.874-1.9407,1.9422-1.9407s1.9422.8733,1.9422,1.9407v1.2615c0,1.0674-.874,1.9407-1.9422,1.9407Z"/><g class="c"><path class="d" d="M12.0428,22.5245c0,1.0674-.874,1.9407-1.9422,1.9407s-1.9422-.8733-1.9422-1.9407v-1.2615c0-1.0674.874-1.9407,1.9422-1.9407s1.9422.8733,1.9422,1.9407"/><line class="d" x1="12.0428" y1="24.4652" x2="12.0428" y2="19.3223"/></g><g class="c"><path class="d" d="M32.892,21.263c0-1.0674-.874-1.9407-1.9422-1.9407s-1.9422.8733-1.9422,1.9407v1.2615c0,1.0674.874,1.9407,1.9422,1.9407s1.9422-.8733,1.9422-1.9407"/><line class="d" x1="32.892" y1="24.4652" x2="32.892" y2="16.7023"/></g><g class="c"><path class="d" d="M39.8418,22.5245c0,1.0674-.874,1.9407-1.9422,1.9407s-1.9422-.8733-1.9422-1.9407v-1.2615c0-1.0674.874-1.9407,1.9422-1.9407s1.9422.8733,1.9422,1.9407"/><line class="d" x1="39.8418" y1="24.4652" x2="39.8418" y2="19.3223"/></g><circle class="e" cx="10.1005" cy="30.5197" r=".7506"/><circle class="e" cx="17.0503" cy="30.5197" r=".7506"/><circle class="e" cx="24" cy="30.5197" r=".7506"/><circle class="e" cx="30.9498" cy="30.5197" r=".7506"/><circle class="e" cx="37.8995" cy="30.5477" r=".7506"/></svg>
Copied!