conversion path off icon
conversion-path-off-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- conversion-path-off-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- conversion-path-off-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More business icons from Material Symbols Light
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.75 22.171L2.235 3.661q-.146-.145-.156-.346t.156-.367t.356-.165t.357.165l18.516 18.516q.146.146.155.344t-.155.363t-.357.165t-.357-.165M11 18.5q-1.458 0-2.479-1.021T7.5 15t1.021-2.479T11 11.5h.5l1 1H11q-1.036 0-1.768.732T8.5 15t.732 1.768T11 17.5h6.5l2.685 2.685q-.273.142-.565.229q-.291.086-.62.086q-.898 0-1.586-.562t-.855-1.438zm9.779-2.279q.385.385.562.868q.176.482.153 1.003q-.011.162-.16.222q-.15.059-.28-.072l-1.198-1.198l-1.098-1.098q-.131-.13-.068-.28q.062-.149.224-.16q.52-.023 1 .154t.865.561M5 8.5q-1.038 0-1.77-.73T2.5 6q0-.704.362-1.283q.361-.578.953-.901l3.389 3.388q-.323.592-.921.944T5 8.5m9.86 3.346q-.214 0-.357-.143q-.144-.144-.144-.357q0-.102.222-.435q.436-.32.678-.825Q15.5 9.58 15.5 9q0-1.036-.732-1.768T13 6.5H9.525q-.25 0-.375-.159q-.125-.158-.125-.341t.125-.341t.375-.159H13q1.458 0 2.479 1.021T16.5 9q0 .814-.342 1.527t-.952 1.18q-.067.074-.162.107t-.185.032"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightConversionPathOffRounded(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.75 22.171L2.235 3.661q-.146-.145-.156-.346t.156-.367t.356-.165t.357.165l18.516 18.516q.146.146.155.344t-.155.363t-.357.165t-.357-.165M11 18.5q-1.458 0-2.479-1.021T7.5 15t1.021-2.479T11 11.5h.5l1 1H11q-1.036 0-1.768.732T8.5 15t.732 1.768T11 17.5h6.5l2.685 2.685q-.273.142-.565.229q-.291.086-.62.086q-.898 0-1.586-.562t-.855-1.438zm9.779-2.279q.385.385.562.868q.176.482.153 1.003q-.011.162-.16.222q-.15.059-.28-.072l-1.198-1.198l-1.098-1.098q-.131-.13-.068-.28q.062-.149.224-.16q.52-.023 1 .154t.865.561M5 8.5q-1.038 0-1.77-.73T2.5 6q0-.704.362-1.283q.361-.578.953-.901l3.389 3.388q-.323.592-.921.944T5 8.5m9.86 3.346q-.214 0-.357-.143q-.144-.144-.144-.357q0-.102.222-.435q.436-.32.678-.825Q15.5 9.58 15.5 9q0-1.036-.732-1.768T13 6.5H9.525q-.25 0-.375-.159q-.125-.158-.125-.341t.125-.341t.375-.159H13q1.458 0 2.479 1.021T16.5 9q0 .814-.342 1.527t-.952 1.18q-.067.074-.162.107t-.185.032"/></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.75 22.171L2.235 3.661q-.146-.145-.156-.346t.156-.367t.356-.165t.357.165l18.516 18.516q.146.146.155.344t-.155.363t-.357.165t-.357-.165M11 18.5q-1.458 0-2.479-1.021T7.5 15t1.021-2.479T11 11.5h.5l1 1H11q-1.036 0-1.768.732T8.5 15t.732 1.768T11 17.5h6.5l2.685 2.685q-.273.142-.565.229q-.291.086-.62.086q-.898 0-1.586-.562t-.855-1.438zm9.779-2.279q.385.385.562.868q.176.482.153 1.003q-.011.162-.16.222q-.15.059-.28-.072l-1.198-1.198l-1.098-1.098q-.131-.13-.068-.28q.062-.149.224-.16q.52-.023 1 .154t.865.561M5 8.5q-1.038 0-1.77-.73T2.5 6q0-.704.362-1.283q.361-.578.953-.901l3.389 3.388q-.323.592-.921.944T5 8.5m9.86 3.346q-.214 0-.357-.143q-.144-.144-.144-.357q0-.102.222-.435q.436-.32.678-.825Q15.5 9.58 15.5 9q0-1.036-.732-1.768T13 6.5H9.525q-.25 0-.375-.159q-.125-.158-.125-.341t.125-.341t.375-.159H13q1.458 0 2.479 1.021T16.5 9q0 .814-.342 1.527t-.952 1.18q-.067.074-.162.107t-.185.032"/></svg> </template>
CSS
.icon-conversion-path-off-rounded {
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.75%2022.171L2.235%203.661q-.146-.145-.156-.346t.156-.367t.356-.165t.357.165l18.516%2018.516q.146.146.155.344t-.155.363t-.357.165t-.357-.165M11%2018.5q-1.458%200-2.479-1.021T7.5%2015t1.021-2.479T11%2011.5h.5l1%201H11q-1.036%200-1.768.732T8.5%2015t.732%201.768T11%2017.5h6.5l2.685%202.685q-.273.142-.565.229q-.291.086-.62.086q-.898%200-1.586-.562t-.855-1.438zm9.779-2.279q.385.385.562.868q.176.482.153%201.003q-.011.162-.16.222q-.15.059-.28-.072l-1.198-1.198l-1.098-1.098q-.131-.13-.068-.28q.062-.149.224-.16q.52-.023%201%20.154t.865.561M5%208.5q-1.038%200-1.77-.73T2.5%206q0-.704.362-1.283q.361-.578.953-.901l3.389%203.388q-.323.592-.921.944T5%208.5m9.86%203.346q-.214%200-.357-.143q-.144-.144-.144-.357q0-.102.222-.435q.436-.32.678-.825Q15.5%209.58%2015.5%209q0-1.036-.732-1.768T13%206.5H9.525q-.25%200-.375-.159q-.125-.158-.125-.341t.125-.341t.375-.159H13q1.458%200%202.479%201.021T16.5%209q0%20.814-.342%201.527t-.952%201.18q-.067.074-.162.107t-.185.032%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.75%2022.171L2.235%203.661q-.146-.145-.156-.346t.156-.367t.356-.165t.357.165l18.516%2018.516q.146.146.155.344t-.155.363t-.357.165t-.357-.165M11%2018.5q-1.458%200-2.479-1.021T7.5%2015t1.021-2.479T11%2011.5h.5l1%201H11q-1.036%200-1.768.732T8.5%2015t.732%201.768T11%2017.5h6.5l2.685%202.685q-.273.142-.565.229q-.291.086-.62.086q-.898%200-1.586-.562t-.855-1.438zm9.779-2.279q.385.385.562.868q.176.482.153%201.003q-.011.162-.16.222q-.15.059-.28-.072l-1.198-1.198l-1.098-1.098q-.131-.13-.068-.28q.062-.149.224-.16q.52-.023%201%20.154t.865.561M5%208.5q-1.038%200-1.77-.73T2.5%206q0-.704.362-1.283q.361-.578.953-.901l3.389%203.388q-.323.592-.921.944T5%208.5m9.86%203.346q-.214%200-.357-.143q-.144-.144-.144-.357q0-.102.222-.435q.436-.32.678-.825Q15.5%209.58%2015.5%209q0-1.036-.732-1.768T13%206.5H9.525q-.25%200-.375-.159q-.125-.158-.125-.341t.125-.341t.375-.159H13q1.458%200%202.479%201.021T16.5%209q0%20.814-.342%201.527t-.952%201.18q-.067.074-.162.107t-.185.032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/conversion-path-off-rounded.svg?color=%231a73e8&size=48