Microsoft Translator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Microsoft Translator 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/343804.svg" alt="Microsoft Translator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343804.svg" alt="Microsoft Translator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343804.svg" alt="Microsoft Translator icon" :width="24" :height="24" />
CSS background
.icon-microsoft-translator {
background-image: url('https://proicons.com/icon/343804.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="10.3148" y1="35.6362" x2="14.4567" y2="24.4924"/><line class="c" x1="18.4271" y1="35.6694" x2="14.4567" y2="24.4924"/><line class="c" x1="17.0988" y1="31.9306" x2="11.6921" y2="31.9306"/><line class="c" x1="25.8582" y1="13.3468" x2="38.3148" y2="13.3468"/><line class="c" x1="32.0865" y1="10.879" x2="32.0865" y2="13.3468"/><path class="c" d="M35.5727,13.3468c0,3.4079-3.9563,9.0486-7.9126,9.9103"/><path class="c" d="M28.2871,16.4414c.3917,2.3504,4.4656,6.2675,8.089,6.8158"/><path class="c" d="M26.7456,34.933c2.8529,0,5.1656-2.3127,5.1656-5.1656v-2.5751"/><polyline class="c" points="29.5814 29.5222 31.9112 27.1924 34.2423 29.5222"/><path class="c" d="M19.5371,13.3468c-2.8529,0-5.1656,2.3127-5.1656,5.1656v2.5751"/><polyline class="c" points="16.7014 18.7577 14.3716 21.0875 12.0405 18.7577"/><path id="b" class="c" d="M38.5,5.5H9.5c-2.2,0-4,1.8-4,4v29c0,2.2,1.8,4,4,4h29c2.2,0,4-1.8,4-4V9.5c0-2.2-1.8-4-4-4Z"/></svg>
Copied!