file type wpml logo

file-type-wpml from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
file-type-wpml
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the file type wpml logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGm2OFodBJ" x1="21.531" x2="25.042" y1="22.766" y2="28.463" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#33879e"/><stop offset=".047" stop-color="#537983"/><stop offset=".105" stop-color="#726c68"/><stop offset=".17" stop-color="#8e6051"/><stop offset=".244" stop-color="#a4573f"/><stop offset=".33" stop-color="#b55030"/><stop offset=".436" stop-color="#c04b26"/><stop offset=".585" stop-color="#c74821"/><stop offset="1" stop-color="#c9471f"/></linearGradient></defs><path fill="url(#SVGm2OFodBJ)" d="M15.09 2c-4.94.013-10.912 5.74-10.845 11.788c-.011 5.97 4.739 11.236 11.868 11.552c4.047.177 5.532-1.865 7.23-1.414s1.874 1.945 1.788 3.085a2.353 2.353 0 0 1-2.5 2.338c-.988-.5-.391-3.2-1.906-3.36c-.946.1-1.368.93-1.159 1.946s1.516 1.988 3.383 2.065a2.89 2.89 0 0 0 2.987-3.006a3.284 3.284 0 0 0-2.809-3.516c-1.913-.178-4.337 2.139-7.957 1.473a10.506 10.506 0 0 1-8.724-10.69c.03-6.9 6.429-10.254 10.452-10.217s6.144 1.4 6.759 3.693s-2.031 4.616-3.223 5.973s-1.822 2.266-1.572 3.851c.251 1.663 2.162 4.1 4.166 4.087s4.919-2.255 4.716-7.7a12 12 0 0 0-4.558-9.353C21.752 3.456 20.032 1.989 15.09 2"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeWpml(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGm2OFodBJ" x1="21.531" x2="25.042" y1="22.766" y2="28.463" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#33879e"/><stop offset=".047" stopColor="#537983"/><stop offset=".105" stopColor="#726c68"/><stop offset=".17" stopColor="#8e6051"/><stop offset=".244" stopColor="#a4573f"/><stop offset=".33" stopColor="#b55030"/><stop offset=".436" stopColor="#c04b26"/><stop offset=".585" stopColor="#c74821"/><stop offset="1" stopColor="#c9471f"/></linearGradient></defs><path fill="url(#SVGm2OFodBJ)" d="M15.09 2c-4.94.013-10.912 5.74-10.845 11.788c-.011 5.97 4.739 11.236 11.868 11.552c4.047.177 5.532-1.865 7.23-1.414s1.874 1.945 1.788 3.085a2.353 2.353 0 0 1-2.5 2.338c-.988-.5-.391-3.2-1.906-3.36c-.946.1-1.368.93-1.159 1.946s1.516 1.988 3.383 2.065a2.89 2.89 0 0 0 2.987-3.006a3.284 3.284 0 0 0-2.809-3.516c-1.913-.178-4.337 2.139-7.957 1.473a10.506 10.506 0 0 1-8.724-10.69c.03-6.9 6.429-10.254 10.452-10.217s6.144 1.4 6.759 3.693s-2.031 4.616-3.223 5.973s-1.822 2.266-1.572 3.851c.251 1.663 2.162 4.1 4.166 4.087s4.919-2.255 4.716-7.7a12 12 0 0 0-4.558-9.353C21.752 3.456 20.032 1.989 15.09 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGm2OFodBJ" x1="21.531" x2="25.042" y1="22.766" y2="28.463" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#33879e"/><stop offset=".047" stop-color="#537983"/><stop offset=".105" stop-color="#726c68"/><stop offset=".17" stop-color="#8e6051"/><stop offset=".244" stop-color="#a4573f"/><stop offset=".33" stop-color="#b55030"/><stop offset=".436" stop-color="#c04b26"/><stop offset=".585" stop-color="#c74821"/><stop offset="1" stop-color="#c9471f"/></linearGradient></defs><path fill="url(#SVGm2OFodBJ)" d="M15.09 2c-4.94.013-10.912 5.74-10.845 11.788c-.011 5.97 4.739 11.236 11.868 11.552c4.047.177 5.532-1.865 7.23-1.414s1.874 1.945 1.788 3.085a2.353 2.353 0 0 1-2.5 2.338c-.988-.5-.391-3.2-1.906-3.36c-.946.1-1.368.93-1.159 1.946s1.516 1.988 3.383 2.065a2.89 2.89 0 0 0 2.987-3.006a3.284 3.284 0 0 0-2.809-3.516c-1.913-.178-4.337 2.139-7.957 1.473a10.506 10.506 0 0 1-8.724-10.69c.03-6.9 6.429-10.254 10.452-10.217s6.144 1.4 6.759 3.693s-2.031 4.616-3.223 5.973s-1.822 2.266-1.572 3.851c.251 1.663 2.162 4.1 4.166 4.087s4.919-2.255 4.716-7.7a12 12 0 0 0-4.558-9.353C21.752 3.456 20.032 1.989 15.09 2"/></svg>
</template>

CSS

.icon-file-type-wpml {
  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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGm2OFodBJ%22%20x1%3D%2221.531%22%20x2%3D%2225.042%22%20y1%3D%2222.766%22%20y2%3D%2228.463%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2333879e%22%2F%3E%3Cstop%20offset%3D%22.047%22%20stop-color%3D%22%23537983%22%2F%3E%3Cstop%20offset%3D%22.105%22%20stop-color%3D%22%23726c68%22%2F%3E%3Cstop%20offset%3D%22.17%22%20stop-color%3D%22%238e6051%22%2F%3E%3Cstop%20offset%3D%22.244%22%20stop-color%3D%22%23a4573f%22%2F%3E%3Cstop%20offset%3D%22.33%22%20stop-color%3D%22%23b55030%22%2F%3E%3Cstop%20offset%3D%22.436%22%20stop-color%3D%22%23c04b26%22%2F%3E%3Cstop%20offset%3D%22.585%22%20stop-color%3D%22%23c74821%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23c9471f%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGm2OFodBJ)%22%20d%3D%22M15.09%202c-4.94.013-10.912%205.74-10.845%2011.788c-.011%205.97%204.739%2011.236%2011.868%2011.552c4.047.177%205.532-1.865%207.23-1.414s1.874%201.945%201.788%203.085a2.353%202.353%200%200%201-2.5%202.338c-.988-.5-.391-3.2-1.906-3.36c-.946.1-1.368.93-1.159%201.946s1.516%201.988%203.383%202.065a2.89%202.89%200%200%200%202.987-3.006a3.284%203.284%200%200%200-2.809-3.516c-1.913-.178-4.337%202.139-7.957%201.473a10.506%2010.506%200%200%201-8.724-10.69c.03-6.9%206.429-10.254%2010.452-10.217s6.144%201.4%206.759%203.693s-2.031%204.616-3.223%205.973s-1.822%202.266-1.572%203.851c.251%201.663%202.162%204.1%204.166%204.087s4.919-2.255%204.716-7.7a12%2012%200%200%200-4.558-9.353C21.752%203.456%2020.032%201.989%2015.09%202%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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGm2OFodBJ%22%20x1%3D%2221.531%22%20x2%3D%2225.042%22%20y1%3D%2222.766%22%20y2%3D%2228.463%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2333879e%22%2F%3E%3Cstop%20offset%3D%22.047%22%20stop-color%3D%22%23537983%22%2F%3E%3Cstop%20offset%3D%22.105%22%20stop-color%3D%22%23726c68%22%2F%3E%3Cstop%20offset%3D%22.17%22%20stop-color%3D%22%238e6051%22%2F%3E%3Cstop%20offset%3D%22.244%22%20stop-color%3D%22%23a4573f%22%2F%3E%3Cstop%20offset%3D%22.33%22%20stop-color%3D%22%23b55030%22%2F%3E%3Cstop%20offset%3D%22.436%22%20stop-color%3D%22%23c04b26%22%2F%3E%3Cstop%20offset%3D%22.585%22%20stop-color%3D%22%23c74821%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23c9471f%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGm2OFodBJ)%22%20d%3D%22M15.09%202c-4.94.013-10.912%205.74-10.845%2011.788c-.011%205.97%204.739%2011.236%2011.868%2011.552c4.047.177%205.532-1.865%207.23-1.414s1.874%201.945%201.788%203.085a2.353%202.353%200%200%201-2.5%202.338c-.988-.5-.391-3.2-1.906-3.36c-.946.1-1.368.93-1.159%201.946s1.516%201.988%203.383%202.065a2.89%202.89%200%200%200%202.987-3.006a3.284%203.284%200%200%200-2.809-3.516c-1.913-.178-4.337%202.139-7.957%201.473a10.506%2010.506%200%200%201-8.724-10.69c.03-6.9%206.429-10.254%2010.452-10.217s6.144%201.4%206.759%203.693s-2.031%204.616-3.223%205.973s-1.822%202.266-1.572%203.851c.251%201.663%202.162%204.1%204.166%204.087s4.919-2.255%204.716-7.7a12%2012%200%200%200-4.558-9.353C21.752%203.456%2020.032%201.989%2015.09%202%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-wpml.svg?color=%231a73e8&size=48