outline directions off icon

outline-directions-off from Google Material Icons by Material Design Authors · Baseline · Notification · Apache-2.0 Free for personal and commercial use.

Name
outline-directions-off
Set
Google Material Icons
Style
Baseline
Category
Notification
Viewbox
24×24
License
Apache 2.0

More notification icons from Google Material Icons

Use the outline directions off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.71 11.29l-9-9a.996.996 0 0 0-1.41 0L8.21 5.38l1.41 1.41L12 4.42L19.58 12l-2.38 2.38l1.41 1.41l3.09-3.09c.4-.37.4-1 .01-1.41"/><path fill="currentColor" d="M13 7.5v2.67l2.17 2.17L16.5 11zM1.39 4.22l3.99 3.99l-3.09 3.09a.996.996 0 0 0 0 1.41l9 9c.39.39 1.02.39 1.41 0l3.09-3.09l3.99 3.99l1.41-1.41L2.81 2.81zm6.64 6.63c-.01.05-.04.1-.04.15v4h2v-2.18l4.38 4.38L12 19.58L4.42 12L6.8 9.62z"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineDirectionsOff(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="m21.71 11.29l-9-9a.996.996 0 0 0-1.41 0L8.21 5.38l1.41 1.41L12 4.42L19.58 12l-2.38 2.38l1.41 1.41l3.09-3.09c.4-.37.4-1 .01-1.41"/><path fill="currentColor" d="M13 7.5v2.67l2.17 2.17L16.5 11zM1.39 4.22l3.99 3.99l-3.09 3.09a.996.996 0 0 0 0 1.41l9 9c.39.39 1.02.39 1.41 0l3.09-3.09l3.99 3.99l1.41-1.41L2.81 2.81zm6.64 6.63c-.01.05-.04.1-.04.15v4h2v-2.18l4.38 4.38L12 19.58L4.42 12L6.8 9.62z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.71 11.29l-9-9a.996.996 0 0 0-1.41 0L8.21 5.38l1.41 1.41L12 4.42L19.58 12l-2.38 2.38l1.41 1.41l3.09-3.09c.4-.37.4-1 .01-1.41"/><path fill="currentColor" d="M13 7.5v2.67l2.17 2.17L16.5 11zM1.39 4.22l3.99 3.99l-3.09 3.09a.996.996 0 0 0 0 1.41l9 9c.39.39 1.02.39 1.41 0l3.09-3.09l3.99 3.99l1.41-1.41L2.81 2.81zm6.64 6.63c-.01.05-.04.1-.04.15v4h2v-2.18l4.38 4.38L12 19.58L4.42 12L6.8 9.62z"/></svg>
</template>

CSS

.icon-outline-directions-off {
  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%22m21.71%2011.29l-9-9a.996.996%200%200%200-1.41%200L8.21%205.38l1.41%201.41L12%204.42L19.58%2012l-2.38%202.38l1.41%201.41l3.09-3.09c.4-.37.4-1%20.01-1.41%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%207.5v2.67l2.17%202.17L16.5%2011zM1.39%204.22l3.99%203.99l-3.09%203.09a.996.996%200%200%200%200%201.41l9%209c.39.39%201.02.39%201.41%200l3.09-3.09l3.99%203.99l1.41-1.41L2.81%202.81zm6.64%206.63c-.01.05-.04.1-.04.15v4h2v-2.18l4.38%204.38L12%2019.58L4.42%2012L6.8%209.62z%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%22m21.71%2011.29l-9-9a.996.996%200%200%200-1.41%200L8.21%205.38l1.41%201.41L12%204.42L19.58%2012l-2.38%202.38l1.41%201.41l3.09-3.09c.4-.37.4-1%20.01-1.41%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%207.5v2.67l2.17%202.17L16.5%2011zM1.39%204.22l3.99%203.99l-3.09%203.09a.996.996%200%200%200%200%201.41l9%209c.39.39%201.02.39%201.41%200l3.09-3.09l3.99%203.99l1.41-1.41L2.81%202.81zm6.64%206.63c-.01.05-.04.1-.04.15v4h2v-2.18l4.38%204.38L12%2019.58L4.42%2012L6.8%209.62z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-directions-off.svg?color=%231a73e8&size=48