Tuudo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tuudo 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/348943.svg" alt="Tuudo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348943.svg" alt="Tuudo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348943.svg" alt="Tuudo icon" :width="24" :height="24" />
CSS background
.icon-tuudo {
background-image: url('https://proicons.com/icon/348943.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.4999" width="37" height="37" rx="4" ry="4"/><rect class="c" x="33.9495" y="21.5211" width="4.5505" height="6.0294" rx="2.2752" ry="2.2752"/><path class="c" d="M13.8522,21.5211v3.7542c0,1.2566,1.0187,2.2752,2.2752,2.2752h0c1.2566,0,2.2752-1.0187,2.2752-2.2752v-3.7542"/><line class="c" x1="18.4027" y1="25.2752" x2="18.4027" y2="27.5505"/><path class="c" d="M20.5416,21.5211v3.7542c0,1.2566,1.0187,2.2752,2.2752,2.2752h0c1.2566,0,2.2752-1.0187,2.2752-2.2752v-3.7542"/><line class="c" x1="25.0921" y1="25.2752" x2="25.0921" y2="27.5505"/><line class="c" x1="10.6945" y1="19.644" x2="10.6945" y2="27.5505"/><line class="c" x1="9.5" y1="21.5211" x2="11.889" y2="21.5211"/><path class="c" d="M31.7458,23.7963c0-1.2566-1.0187-2.2752-2.2752-2.2752h0c-1.2566,0-2.2752,1.0187-2.2752,2.2752v1.4789c0,1.2566,1.0187,2.2752,2.2752,2.2752h0c1.2566,0,2.2752-1.0187,2.2752-2.2752"/><line class="c" x1="31.7458" y1="27.5505" x2="31.7458" y2="18.4495"/></svg>
Copied!