file type xliff logo
file-type-xliff from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-xliff
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
file-type-accessfile-type-access2file-type-actionscriptfile-type-actionscript2file-type-adafile-type-advplfile-type-affinityfile-type-affinitydesignerfile-type-affinityphotofile-type-affinitypublisherfile-type-agdafile-type-agentsfile-type-aifile-type-ai2file-type-aikidofile-type-alfile-type-al-dalfile-type-alchemyfile-type-allcontributorsfile-type-alloyfile-type-allurefile-type-angularfile-type-ansiblefile-type-antlers-html
Use the file type xliff logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="red" d="M3.548 12.535c.758-.013 1.517 0 2.274-.01c.285.644.693 1.23.935 1.893c.588-.606 1.126-1.258 1.689-1.887c.888 0 1.778-.011 2.666.007c-1.167 1.141-2.223 2.393-3.353 3.572c.619 1.077 1.171 2.189 1.807 3.255l19.262-.013v.118H7.351c-.326-.655-.637-1.318-.969-1.971c-.593.637-1.141 1.314-1.725 1.96H2c1.139-1.226 2.286-2.445 3.411-3.685c-.655-1.059-1.219-2.174-1.863-3.239"/><path fill="#00f" d="M11.47 12.538c.665.007 1.33 0 2 0c-.338 1.6-.657 3.213-1.044 4.806c1.071.01 2.14 0 3.211 0c-.157.507-.211 1.039-.363 1.548c-1.719-.017-3.439 0-5.158-.007q.684-3.17 1.354-6.347m5.356.424l.092-.421h2.037c-.441 2.119-.935 4.229-1.376 6.348h-2c.388-1.981.841-3.949 1.247-5.927m2.895-.419c1.675 0 3.247-.007 4.921 0l-.242 1.363h-2.982a6.3 6.3 0 0 0-.2 1.143c.932 0 1.866-.006 2.8 0a11 11 0 0 1-.265 1.27c-.949-.017-1.9.009-2.849-.012a25 25 0 0 0-.521 2.574c-.671.025-1.344 0-2.016.017c.433-2.123.924-4.233 1.354-6.355m3.999 6.35c.458-2.117.892-4.239 1.366-6.352c1.638 0 3.276.006 4.914 0a20 20 0 0 1-.3 1.367c-.973-.012-1.944 0-2.917-.007a28 28 0 0 0-.239 1.147c.94-.007 1.879.006 2.819-.009a12 12 0 0 1-.273 1.281c-.952-.016-1.9 0-2.854-.007c-.172.85-.4 1.692-.5 2.554c-.667.052-1.343.007-2.016.026"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeXliff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="red" d="M3.548 12.535c.758-.013 1.517 0 2.274-.01c.285.644.693 1.23.935 1.893c.588-.606 1.126-1.258 1.689-1.887c.888 0 1.778-.011 2.666.007c-1.167 1.141-2.223 2.393-3.353 3.572c.619 1.077 1.171 2.189 1.807 3.255l19.262-.013v.118H7.351c-.326-.655-.637-1.318-.969-1.971c-.593.637-1.141 1.314-1.725 1.96H2c1.139-1.226 2.286-2.445 3.411-3.685c-.655-1.059-1.219-2.174-1.863-3.239"/><path fill="#00f" d="M11.47 12.538c.665.007 1.33 0 2 0c-.338 1.6-.657 3.213-1.044 4.806c1.071.01 2.14 0 3.211 0c-.157.507-.211 1.039-.363 1.548c-1.719-.017-3.439 0-5.158-.007q.684-3.17 1.354-6.347m5.356.424l.092-.421h2.037c-.441 2.119-.935 4.229-1.376 6.348h-2c.388-1.981.841-3.949 1.247-5.927m2.895-.419c1.675 0 3.247-.007 4.921 0l-.242 1.363h-2.982a6.3 6.3 0 0 0-.2 1.143c.932 0 1.866-.006 2.8 0a11 11 0 0 1-.265 1.27c-.949-.017-1.9.009-2.849-.012a25 25 0 0 0-.521 2.574c-.671.025-1.344 0-2.016.017c.433-2.123.924-4.233 1.354-6.355m3.999 6.35c.458-2.117.892-4.239 1.366-6.352c1.638 0 3.276.006 4.914 0a20 20 0 0 1-.3 1.367c-.973-.012-1.944 0-2.917-.007a28 28 0 0 0-.239 1.147c.94-.007 1.879.006 2.819-.009a12 12 0 0 1-.273 1.281c-.952-.016-1.9 0-2.854-.007c-.172.85-.4 1.692-.5 2.554c-.667.052-1.343.007-2.016.026"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="red" d="M3.548 12.535c.758-.013 1.517 0 2.274-.01c.285.644.693 1.23.935 1.893c.588-.606 1.126-1.258 1.689-1.887c.888 0 1.778-.011 2.666.007c-1.167 1.141-2.223 2.393-3.353 3.572c.619 1.077 1.171 2.189 1.807 3.255l19.262-.013v.118H7.351c-.326-.655-.637-1.318-.969-1.971c-.593.637-1.141 1.314-1.725 1.96H2c1.139-1.226 2.286-2.445 3.411-3.685c-.655-1.059-1.219-2.174-1.863-3.239"/><path fill="#00f" d="M11.47 12.538c.665.007 1.33 0 2 0c-.338 1.6-.657 3.213-1.044 4.806c1.071.01 2.14 0 3.211 0c-.157.507-.211 1.039-.363 1.548c-1.719-.017-3.439 0-5.158-.007q.684-3.17 1.354-6.347m5.356.424l.092-.421h2.037c-.441 2.119-.935 4.229-1.376 6.348h-2c.388-1.981.841-3.949 1.247-5.927m2.895-.419c1.675 0 3.247-.007 4.921 0l-.242 1.363h-2.982a6.3 6.3 0 0 0-.2 1.143c.932 0 1.866-.006 2.8 0a11 11 0 0 1-.265 1.27c-.949-.017-1.9.009-2.849-.012a25 25 0 0 0-.521 2.574c-.671.025-1.344 0-2.016.017c.433-2.123.924-4.233 1.354-6.355m3.999 6.35c.458-2.117.892-4.239 1.366-6.352c1.638 0 3.276.006 4.914 0a20 20 0 0 1-.3 1.367c-.973-.012-1.944 0-2.917-.007a28 28 0 0 0-.239 1.147c.94-.007 1.879.006 2.819-.009a12 12 0 0 1-.273 1.281c-.952-.016-1.9 0-2.854-.007c-.172.85-.4 1.692-.5 2.554c-.667.052-1.343.007-2.016.026"/></svg> </template>
CSS
.icon-file-type-xliff {
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%2032%2032%22%3E%3Cpath%20fill%3D%22red%22%20d%3D%22M3.548%2012.535c.758-.013%201.517%200%202.274-.01c.285.644.693%201.23.935%201.893c.588-.606%201.126-1.258%201.689-1.887c.888%200%201.778-.011%202.666.007c-1.167%201.141-2.223%202.393-3.353%203.572c.619%201.077%201.171%202.189%201.807%203.255l19.262-.013v.118H7.351c-.326-.655-.637-1.318-.969-1.971c-.593.637-1.141%201.314-1.725%201.96H2c1.139-1.226%202.286-2.445%203.411-3.685c-.655-1.059-1.219-2.174-1.863-3.239%22%2F%3E%3Cpath%20fill%3D%22%2300f%22%20d%3D%22M11.47%2012.538c.665.007%201.33%200%202%200c-.338%201.6-.657%203.213-1.044%204.806c1.071.01%202.14%200%203.211%200c-.157.507-.211%201.039-.363%201.548c-1.719-.017-3.439%200-5.158-.007q.684-3.17%201.354-6.347m5.356.424l.092-.421h2.037c-.441%202.119-.935%204.229-1.376%206.348h-2c.388-1.981.841-3.949%201.247-5.927m2.895-.419c1.675%200%203.247-.007%204.921%200l-.242%201.363h-2.982a6.3%206.3%200%200%200-.2%201.143c.932%200%201.866-.006%202.8%200a11%2011%200%200%201-.265%201.27c-.949-.017-1.9.009-2.849-.012a25%2025%200%200%200-.521%202.574c-.671.025-1.344%200-2.016.017c.433-2.123.924-4.233%201.354-6.355m3.999%206.35c.458-2.117.892-4.239%201.366-6.352c1.638%200%203.276.006%204.914%200a20%2020%200%200%201-.3%201.367c-.973-.012-1.944%200-2.917-.007a28%2028%200%200%200-.239%201.147c.94-.007%201.879.006%202.819-.009a12%2012%200%200%201-.273%201.281c-.952-.016-1.9%200-2.854-.007c-.172.85-.4%201.692-.5%202.554c-.667.052-1.343.007-2.016.026%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%2032%2032%22%3E%3Cpath%20fill%3D%22red%22%20d%3D%22M3.548%2012.535c.758-.013%201.517%200%202.274-.01c.285.644.693%201.23.935%201.893c.588-.606%201.126-1.258%201.689-1.887c.888%200%201.778-.011%202.666.007c-1.167%201.141-2.223%202.393-3.353%203.572c.619%201.077%201.171%202.189%201.807%203.255l19.262-.013v.118H7.351c-.326-.655-.637-1.318-.969-1.971c-.593.637-1.141%201.314-1.725%201.96H2c1.139-1.226%202.286-2.445%203.411-3.685c-.655-1.059-1.219-2.174-1.863-3.239%22%2F%3E%3Cpath%20fill%3D%22%2300f%22%20d%3D%22M11.47%2012.538c.665.007%201.33%200%202%200c-.338%201.6-.657%203.213-1.044%204.806c1.071.01%202.14%200%203.211%200c-.157.507-.211%201.039-.363%201.548c-1.719-.017-3.439%200-5.158-.007q.684-3.17%201.354-6.347m5.356.424l.092-.421h2.037c-.441%202.119-.935%204.229-1.376%206.348h-2c.388-1.981.841-3.949%201.247-5.927m2.895-.419c1.675%200%203.247-.007%204.921%200l-.242%201.363h-2.982a6.3%206.3%200%200%200-.2%201.143c.932%200%201.866-.006%202.8%200a11%2011%200%200%201-.265%201.27c-.949-.017-1.9.009-2.849-.012a25%2025%200%200%200-.521%202.574c-.671.025-1.344%200-2.016.017c.433-2.123.924-4.233%201.354-6.355m3.999%206.35c.458-2.117.892-4.239%201.366-6.352c1.638%200%203.276.006%204.914%200a20%2020%200%200%201-.3%201.367c-.973-.012-1.944%200-2.917-.007a28%2028%200%200%200-.239%201.147c.94-.007%201.879.006%202.819-.009a12%2012%200%200%201-.273%201.281c-.952-.016-1.9%200-2.854-.007c-.172.85-.4%201.692-.5%202.554c-.667.052-1.343.007-2.016.026%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-xliff.svg?color=%231a73e8&size=48