Toeic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Toeic 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/348627.svg" alt="Toeic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348627.svg" alt="Toeic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348627.svg" alt="Toeic icon" :width="24" :height="24" />
CSS background
.icon-toeic {
background-image: url('https://proicons.com/icon/348627.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:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M21.86,22.675h0c1.1046,0,2,.8954,2,2v1.3c0,1.1046-.8954,2-2,2h0c-1.1046,0-2-.8954-2-2v-1.3c0-1.1046.8954-2,2-2Z"/><circle class="c" cx="32.449" cy="20.225" r=".75"/><line class="b" x1="32.499" y1="22.675" x2="32.499" y2="27.975"/><path class="b" d="M16.235,21.025v5.95c0,.5523.4477,1,1,1h.3"/><line class="b" x1="15.185" y1="22.675" x2="17.285" y2="22.675"/><path class="b" d="M38.569,26.968c-.3448.6019-.9934,1.0073-1.7367,1.0073-1.1046,0-2-.8954-2-2v-1.3c0-1.1046.8954-2,2-2,.7419,0,1.3894.4039,1.7347,1.0039"/><path class="b" d="M29.922,26.966c-.3445.6029-.9937,1.0093-1.7378,1.0093-1.1046,0-2-.8954-2-2v-1.3c0-1.1046.8954-2,2-2s2,.8954,2,2v.65h-4"/><path class="b" d="M11.261,19.87v1.83h-1.83"/><path class="b" d="M11.261,21.7l-1.294-1.294"/><path class="b" d="M12.555,20.406l-2.588,2.588"/><path class="b" d="M11.261,23.2l.0003.3301"/><path class="b" d="M12.322,22.761l.2336.2332"/><path class="b" d="M13.091,21.7l-.3301.0003"/></svg>
Copied!