warp from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
warp
Set
Material Icon Theme
Style
Color
Viewbox
16×16
License
MIT

The same logo in other sets

Related icons in Material Icon Theme

Use the warp logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="#cfd8dc"><path d="M8.443 2h5.064C14.362 2 15 2.716 15 3.6v6.8c0 .884-.718 1.6-1.573 1.6H6.224z"/><path d="M7 4H2.533C1.686 4 1 4.715 1 5.599v6.802C1 13.284 1.717 14 2.563 14H7.79L8 13H5z"/></g></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeWarp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="#cfd8dc"><path d="M8.443 2h5.064C14.362 2 15 2.716 15 3.6v6.8c0 .884-.718 1.6-1.573 1.6H6.224z"/><path d="M7 4H2.533C1.686 4 1 4.715 1 5.599v6.802C1 13.284 1.717 14 2.563 14H7.79L8 13H5z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="#cfd8dc"><path d="M8.443 2h5.064C14.362 2 15 2.716 15 3.6v6.8c0 .884-.718 1.6-1.573 1.6H6.224z"/><path d="M7 4H2.533C1.686 4 1 4.715 1 5.599v6.802C1 13.284 1.717 14 2.563 14H7.79L8 13H5z"/></g></svg>
</template>

CSS

.icon-warp {
  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%2016%2016%22%3E%3Cg%20fill%3D%22%23cfd8dc%22%3E%3Cpath%20d%3D%22M8.443%202h5.064C14.362%202%2015%202.716%2015%203.6v6.8c0%20.884-.718%201.6-1.573%201.6H6.224z%22%2F%3E%3Cpath%20d%3D%22M7%204H2.533C1.686%204%201%204.715%201%205.599v6.802C1%2013.284%201.717%2014%202.563%2014H7.79L8%2013H5z%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22%23cfd8dc%22%3E%3Cpath%20d%3D%22M8.443%202h5.064C14.362%202%2015%202.716%2015%203.6v6.8c0%20.884-.718%201.6-1.573%201.6H6.224z%22%2F%3E%3Cpath%20d%3D%22M7%204H2.533C1.686%204%201%204.715%201%205.599v6.802C1%2013.284%201.717%2014%202.563%2014H7.79L8%2013H5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/warp.svg?color=%231a73e8&size=48