Sogou Translator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sogou 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/333042.svg" alt="Sogou Translator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333042.svg" alt="Sogou Translator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333042.svg" alt="Sogou Translator icon" :width="24" :height="24" />
CSS background
.icon-sogou-translator {
background-image: url('https://proicons.com/icon/333042.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="M19.6959,29.0273h5.3273c2.0207,0,3.6475-1.6254,3.6475-3.6443v-5.3646s2.4809-.0003,2.4809-.0003c1.221,0,2.2956-1.5815,1.4334-2.4806l-3.9152-4.082h-5.3906c-1.9848,0-3.5827,1.597-3.5827,3.5808l-.0018,5.4285-3.9167,4.0822c-.8622.8991.2125,2.4806,1.4334,2.4806h2.4619"/><path id="c" class="d" d="M19.6964,33.9743c0,1.9837,1.5979,3.5808,3.5827,3.5808h10.9951l5.7365,5.9449.0016-26.4638h0c.0001-1.9837-1.5979-3.5808-3.5827-3.5808l-7.7595.0005.0006-5.3116c0-2.0189-1.6268-3.6443-3.6475-3.6443h-13.3881c-2.0207,0-3.6476,1.6254-3.6475,3.6443h0l.0016,26.9334,5.8401-6.0504h5.8667s.0002,4.9471.0002,4.9471Z"/></svg>
Copied!