conversion path off icon

conversion-path-off from Material Symbols by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.

Name
conversion-path-off
Set
Material Symbols
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
conversion-path-off-outline, conversion-path-off-outline-sharp, conversion-path-off-sharp

1 other variant in Material Symbols

The same icon in other sets

More business icons from Material Symbols

Use the conversion path off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.45 23.3L.65 3.5l1.425-1.425l19.8 19.8zM11 19q-1.65 0-2.825-1.175T7 15t1.175-2.825T11 11l2 2h-2q-.825 0-1.412.588T9 15t.588 1.413T11 17h6l3.55 3.55q-.35.2-.737.325T19 21q-.975 0-1.75-.562T16.175 19zm10.825-.025l-3.8-3.8q.225-.075.463-.125T19 15q1.25 0 2.125.875T22 18q0 .275-.05.513t-.125.462M15.2 12.35l-1.475-1.475q.575-.225.925-.725T15 9q0-.825-.587-1.412T13 7H9.85l-2-2H13q1.65 0 2.825 1.175T17 9q0 1.05-.5 1.925t-1.3 1.425M5 9q-1.25 0-2.125-.875T2 6q0-.8.4-1.475T3.45 3.45l4.1 4.1q-.4.65-1.075 1.05T5 9"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsConversionPathOff(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="M20.45 23.3L.65 3.5l1.425-1.425l19.8 19.8zM11 19q-1.65 0-2.825-1.175T7 15t1.175-2.825T11 11l2 2h-2q-.825 0-1.412.588T9 15t.588 1.413T11 17h6l3.55 3.55q-.35.2-.737.325T19 21q-.975 0-1.75-.562T16.175 19zm10.825-.025l-3.8-3.8q.225-.075.463-.125T19 15q1.25 0 2.125.875T22 18q0 .275-.05.513t-.125.462M15.2 12.35l-1.475-1.475q.575-.225.925-.725T15 9q0-.825-.587-1.412T13 7H9.85l-2-2H13q1.65 0 2.825 1.175T17 9q0 1.05-.5 1.925t-1.3 1.425M5 9q-1.25 0-2.125-.875T2 6q0-.8.4-1.475T3.45 3.45l4.1 4.1q-.4.65-1.075 1.05T5 9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.45 23.3L.65 3.5l1.425-1.425l19.8 19.8zM11 19q-1.65 0-2.825-1.175T7 15t1.175-2.825T11 11l2 2h-2q-.825 0-1.412.588T9 15t.588 1.413T11 17h6l3.55 3.55q-.35.2-.737.325T19 21q-.975 0-1.75-.562T16.175 19zm10.825-.025l-3.8-3.8q.225-.075.463-.125T19 15q1.25 0 2.125.875T22 18q0 .275-.05.513t-.125.462M15.2 12.35l-1.475-1.475q.575-.225.925-.725T15 9q0-.825-.587-1.412T13 7H9.85l-2-2H13q1.65 0 2.825 1.175T17 9q0 1.05-.5 1.925t-1.3 1.425M5 9q-1.25 0-2.125-.875T2 6q0-.8.4-1.475T3.45 3.45l4.1 4.1q-.4.65-1.075 1.05T5 9"/></svg>
</template>

CSS

.icon-conversion-path-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%22M20.45%2023.3L.65%203.5l1.425-1.425l19.8%2019.8zM11%2019q-1.65%200-2.825-1.175T7%2015t1.175-2.825T11%2011l2%202h-2q-.825%200-1.412.588T9%2015t.588%201.413T11%2017h6l3.55%203.55q-.35.2-.737.325T19%2021q-.975%200-1.75-.562T16.175%2019zm10.825-.025l-3.8-3.8q.225-.075.463-.125T19%2015q1.25%200%202.125.875T22%2018q0%20.275-.05.513t-.125.462M15.2%2012.35l-1.475-1.475q.575-.225.925-.725T15%209q0-.825-.587-1.412T13%207H9.85l-2-2H13q1.65%200%202.825%201.175T17%209q0%201.05-.5%201.925t-1.3%201.425M5%209q-1.25%200-2.125-.875T2%206q0-.8.4-1.475T3.45%203.45l4.1%204.1q-.4.65-1.075%201.05T5%209%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%22M20.45%2023.3L.65%203.5l1.425-1.425l19.8%2019.8zM11%2019q-1.65%200-2.825-1.175T7%2015t1.175-2.825T11%2011l2%202h-2q-.825%200-1.412.588T9%2015t.588%201.413T11%2017h6l3.55%203.55q-.35.2-.737.325T19%2021q-.975%200-1.75-.562T16.175%2019zm10.825-.025l-3.8-3.8q.225-.075.463-.125T19%2015q1.25%200%202.125.875T22%2018q0%20.275-.05.513t-.125.462M15.2%2012.35l-1.475-1.475q.575-.225.925-.725T15%209q0-.825-.587-1.412T13%207H9.85l-2-2H13q1.65%200%202.825%201.175T17%209q0%201.05-.5%201.925t-1.3%201.425M5%209q-1.25%200-2.125-.875T2%206q0-.8.4-1.475T3.45%203.45l4.1%204.1q-.4.65-1.075%201.05T5%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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