english to chinese icon
english-to-chinese from Unicons by Iconscout · Line · Content · Apache-2.0 Free for personal and commercial use.
- Name
- english-to-chinese
- Set
- Unicons
- Style
- Line
- Category
- Content
- Viewbox
- 24×24
- License
- Apache 2.0
More content icons from Unicons
Use the english to chinese icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.022 7h1a1 1 0 0 1 1 1v1a1 1 0 0 0 2 0V8a3.003 3.003 0 0 0-3-3h-1a1 1 0 0 0 0 2m-4 9h-1a1 1 0 0 1-1-1v-1a1 1 0 0 0-2 0v1a3.003 3.003 0 0 0 3 3h1a1 1 0 0 0 0-2m11-1a1 1 0 0 0 0-2h-3v-.5a1 1 0 0 0-2 0v.5h-3a1 1 0 0 0 0 2h5.184a6.7 6.7 0 0 1-1.225 2.527a6.7 6.7 0 0 1-.63-.983a1 1 0 1 0-1.779.912a8.7 8.7 0 0 0 .96 1.468a6.6 6.6 0 0 1-2.426 1.099a1 1 0 0 0 .427 1.954a8.6 8.6 0 0 0 3.445-1.622a8.7 8.7 0 0 0 3.469 1.622a1 1 0 1 0 .43-1.954a6.7 6.7 0 0 1-2.446-1.09A8.74 8.74 0 0 0 20.244 15Zm-11.97-3.757a1 1 0 0 0 1.94-.486l-1.757-7.03a2.281 2.281 0 0 0-4.426 0l-1.757 7.03a1 1 0 0 0 1.94.486L5.552 9h2.94ZM6.052 7l.698-2.787a.291.291 0 0 1 .544 0L7.991 7Z"/></svg>
React
import type { SVGProps } from "react";
export function UilEnglishToChinese(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.022 7h1a1 1 0 0 1 1 1v1a1 1 0 0 0 2 0V8a3.003 3.003 0 0 0-3-3h-1a1 1 0 0 0 0 2m-4 9h-1a1 1 0 0 1-1-1v-1a1 1 0 0 0-2 0v1a3.003 3.003 0 0 0 3 3h1a1 1 0 0 0 0-2m11-1a1 1 0 0 0 0-2h-3v-.5a1 1 0 0 0-2 0v.5h-3a1 1 0 0 0 0 2h5.184a6.7 6.7 0 0 1-1.225 2.527a6.7 6.7 0 0 1-.63-.983a1 1 0 1 0-1.779.912a8.7 8.7 0 0 0 .96 1.468a6.6 6.6 0 0 1-2.426 1.099a1 1 0 0 0 .427 1.954a8.6 8.6 0 0 0 3.445-1.622a8.7 8.7 0 0 0 3.469 1.622a1 1 0 1 0 .43-1.954a6.7 6.7 0 0 1-2.446-1.09A8.74 8.74 0 0 0 20.244 15Zm-11.97-3.757a1 1 0 0 0 1.94-.486l-1.757-7.03a2.281 2.281 0 0 0-4.426 0l-1.757 7.03a1 1 0 0 0 1.94.486L5.552 9h2.94ZM6.052 7l.698-2.787a.291.291 0 0 1 .544 0L7.991 7Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.022 7h1a1 1 0 0 1 1 1v1a1 1 0 0 0 2 0V8a3.003 3.003 0 0 0-3-3h-1a1 1 0 0 0 0 2m-4 9h-1a1 1 0 0 1-1-1v-1a1 1 0 0 0-2 0v1a3.003 3.003 0 0 0 3 3h1a1 1 0 0 0 0-2m11-1a1 1 0 0 0 0-2h-3v-.5a1 1 0 0 0-2 0v.5h-3a1 1 0 0 0 0 2h5.184a6.7 6.7 0 0 1-1.225 2.527a6.7 6.7 0 0 1-.63-.983a1 1 0 1 0-1.779.912a8.7 8.7 0 0 0 .96 1.468a6.6 6.6 0 0 1-2.426 1.099a1 1 0 0 0 .427 1.954a8.6 8.6 0 0 0 3.445-1.622a8.7 8.7 0 0 0 3.469 1.622a1 1 0 1 0 .43-1.954a6.7 6.7 0 0 1-2.446-1.09A8.74 8.74 0 0 0 20.244 15Zm-11.97-3.757a1 1 0 0 0 1.94-.486l-1.757-7.03a2.281 2.281 0 0 0-4.426 0l-1.757 7.03a1 1 0 0 0 1.94.486L5.552 9h2.94ZM6.052 7l.698-2.787a.291.291 0 0 1 .544 0L7.991 7Z"/></svg> </template>
CSS
.icon-english-to-chinese {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.022%207h1a1%201%200%200%201%201%201v1a1%201%200%200%200%202%200V8a3.003%203.003%200%200%200-3-3h-1a1%201%200%200%200%200%202m-4%209h-1a1%201%200%200%201-1-1v-1a1%201%200%200%200-2%200v1a3.003%203.003%200%200%200%203%203h1a1%201%200%200%200%200-2m11-1a1%201%200%200%200%200-2h-3v-.5a1%201%200%200%200-2%200v.5h-3a1%201%200%200%200%200%202h5.184a6.7%206.7%200%200%201-1.225%202.527a6.7%206.7%200%200%201-.63-.983a1%201%200%201%200-1.779.912a8.7%208.7%200%200%200%20.96%201.468a6.6%206.6%200%200%201-2.426%201.099a1%201%200%200%200%20.427%201.954a8.6%208.6%200%200%200%203.445-1.622a8.7%208.7%200%200%200%203.469%201.622a1%201%200%201%200%20.43-1.954a6.7%206.7%200%200%201-2.446-1.09A8.74%208.74%200%200%200%2020.244%2015Zm-11.97-3.757a1%201%200%200%200%201.94-.486l-1.757-7.03a2.281%202.281%200%200%200-4.426%200l-1.757%207.03a1%201%200%200%200%201.94.486L5.552%209h2.94ZM6.052%207l.698-2.787a.291.291%200%200%201%20.544%200L7.991%207Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.022%207h1a1%201%200%200%201%201%201v1a1%201%200%200%200%202%200V8a3.003%203.003%200%200%200-3-3h-1a1%201%200%200%200%200%202m-4%209h-1a1%201%200%200%201-1-1v-1a1%201%200%200%200-2%200v1a3.003%203.003%200%200%200%203%203h1a1%201%200%200%200%200-2m11-1a1%201%200%200%200%200-2h-3v-.5a1%201%200%200%200-2%200v.5h-3a1%201%200%200%200%200%202h5.184a6.7%206.7%200%200%201-1.225%202.527a6.7%206.7%200%200%201-.63-.983a1%201%200%201%200-1.779.912a8.7%208.7%200%200%200%20.96%201.468a6.6%206.6%200%200%201-2.426%201.099a1%201%200%200%200%20.427%201.954a8.6%208.6%200%200%200%203.445-1.622a8.7%208.7%200%200%200%203.469%201.622a1%201%200%201%200%20.43-1.954a6.7%206.7%200%200%201-2.446-1.09A8.74%208.74%200%200%200%2020.244%2015Zm-11.97-3.757a1%201%200%200%200%201.94-.486l-1.757-7.03a2.281%202.281%200%200%200-4.426%200l-1.757%207.03a1%201%200%200%200%201.94.486L5.552%209h2.94ZM6.052%207l.698-2.787a.291.291%200%200%201%20.544%200L7.991%207Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/english-to-chinese.svg?color=%231a73e8&size=48