Tatilbudur Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tatilbudur 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/333700.svg" alt="Tatilbudur icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333700.svg" alt="Tatilbudur icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333700.svg" alt="Tatilbudur icon" :width="24" :height="24" />
CSS background
.icon-tatilbudur {
background-image: url('https://proicons.com/icon/333700.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m14.5546,14.1131v13.7646c0,1.5893,1.2884,2.8777,2.8777,2.8777h2.4389"/><line class="b" x1="11.533" y1="19.2446" x2="19.8712" y2="19.2446"/><line class="b" x1="23.8246" y1="25" x2="23.8246" y2="14.1131"/><path class="b" d="m23.8246,25c0,3.1786,2.5768,5.7554,5.7554,5.7554s5.7554-2.5768,5.7554-5.7554-2.5768-5.7554-5.7554-5.7554h-5.7554"/><line class="b" x1="37.7754" y1="25" x2="40.467" y2="25"/><line class="b" x1="35.375" y1="30.795" x2="37.2783" y2="32.6982"/><line class="b" x1="29.58" y1="33.1953" x2="29.58" y2="35.8869"/><line class="b" x1="35.375" y1="19.205" x2="37.2783" y2="17.3018"/><line class="b" x1="29.58" y1="16.8047" x2="29.58" y2="14.1131"/></svg>
Copied!