street road icon

street-road-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
street-road-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the street road icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 2v20H2V2zM6.657 13.372l11.715-7.03l-1.03-1.714L9.456 9.36L7.388 5.64l-1.748.971l2.1 3.78l-2.112 1.266zm9.604.238l2.11-1.267l-1.028-1.715l-11.715 7.029l1.029 1.715l7.887-4.733l2.067 3.72l1.749-.97z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignStreetRoadFilled(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="M22 2v20H2V2zM6.657 13.372l11.715-7.03l-1.03-1.714L9.456 9.36L7.388 5.64l-1.748.971l2.1 3.78l-2.112 1.266zm9.604.238l2.11-1.267l-1.028-1.715l-11.715 7.029l1.029 1.715l7.887-4.733l2.067 3.72l1.749-.97z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 2v20H2V2zM6.657 13.372l11.715-7.03l-1.03-1.714L9.456 9.36L7.388 5.64l-1.748.971l2.1 3.78l-2.112 1.266zm9.604.238l2.11-1.267l-1.028-1.715l-11.715 7.029l1.029 1.715l7.887-4.733l2.067 3.72l1.749-.97z"/></svg>
</template>

CSS

.icon-street-road-filled {
  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%22M22%202v20H2V2zM6.657%2013.372l11.715-7.03l-1.03-1.714L9.456%209.36L7.388%205.64l-1.748.971l2.1%203.78l-2.112%201.266zm9.604.238l2.11-1.267l-1.028-1.715l-11.715%207.029l1.029%201.715l7.887-4.733l2.067%203.72l1.749-.97z%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%22M22%202v20H2V2zM6.657%2013.372l11.715-7.03l-1.03-1.714L9.456%209.36L7.388%205.64l-1.748.971l2.1%203.78l-2.112%201.266zm9.604.238l2.11-1.267l-1.028-1.715l-11.715%207.029l1.029%201.715l7.887-4.733l2.067%203.72l1.749-.97z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/street-road-filled.svg?color=%231a73e8&size=48