raw off icon
raw-off-rounded from Material Symbols Light by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- raw-off-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- raw-off-outline-rounded
2 other variants in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
Use the raw 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.139 21.554L3.177 4.592q-.14-.14-.15-.344t.15-.363t.354-.16t.353.16l16.962 16.961q.14.14.15.345q.01.203-.15.363t-.354.16t-.353-.16m-2.735-10.277l-.677 2.6l-1.72-1.708l-.609-2.308q-.056-.215.07-.384t.341-.17q.155 0 .27.084q.117.082.167.236l.85 3.2l.837-3.22q.03-.134.134-.216q.104-.083.239-.083h.196q.135 0 .241.083q.107.082.138.217l.83 3.219l.856-3.2q.05-.154.164-.236q.113-.083.267-.083q.215 0 .344.169q.13.17.067.385l-1.207 4.53q-.03.135-.135.218q-.104.082-.238.082h-.216q-.134 0-.238-.082q-.104-.083-.134-.218zM9.07 14.119l1.113-3.434l.681.68l-.307.943h1.25l.846.846h-2.331L9.9 14.392q-.05.154-.154.227t-.263.073q-.235 0-.354-.178q-.12-.18-.058-.395m-5.763.131V9.904q0-.248.183-.422q.184-.174.432-.174h2.27q.6 0 1.05.45t.45 1.05v.384q0 .431-.257.832t-.797.607l.653 1.477q.093.215-.03.4q-.123.184-.37.184q-.123 0-.23-.061t-.164-.185l-.783-1.754H4.193v1.558q0 .19-.126.316t-.316.126t-.316-.126t-.126-.316m.884-2.442h2q.231 0 .423-.192q.193-.193.193-.424v-.384q0-.231-.193-.423q-.192-.193-.423-.193h-2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRawOffRounded(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.139 21.554L3.177 4.592q-.14-.14-.15-.344t.15-.363t.354-.16t.353.16l16.962 16.961q.14.14.15.345q.01.203-.15.363t-.354.16t-.353-.16m-2.735-10.277l-.677 2.6l-1.72-1.708l-.609-2.308q-.056-.215.07-.384t.341-.17q.155 0 .27.084q.117.082.167.236l.85 3.2l.837-3.22q.03-.134.134-.216q.104-.083.239-.083h.196q.135 0 .241.083q.107.082.138.217l.83 3.219l.856-3.2q.05-.154.164-.236q.113-.083.267-.083q.215 0 .344.169q.13.17.067.385l-1.207 4.53q-.03.135-.135.218q-.104.082-.238.082h-.216q-.134 0-.238-.082q-.104-.083-.134-.218zM9.07 14.119l1.113-3.434l.681.68l-.307.943h1.25l.846.846h-2.331L9.9 14.392q-.05.154-.154.227t-.263.073q-.235 0-.354-.178q-.12-.18-.058-.395m-5.763.131V9.904q0-.248.183-.422q.184-.174.432-.174h2.27q.6 0 1.05.45t.45 1.05v.384q0 .431-.257.832t-.797.607l.653 1.477q.093.215-.03.4q-.123.184-.37.184q-.123 0-.23-.061t-.164-.185l-.783-1.754H4.193v1.558q0 .19-.126.316t-.316.126t-.316-.126t-.126-.316m.884-2.442h2q.231 0 .423-.192q.193-.193.193-.424v-.384q0-.231-.193-.423q-.192-.193-.423-.193h-2z"/></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.139 21.554L3.177 4.592q-.14-.14-.15-.344t.15-.363t.354-.16t.353.16l16.962 16.961q.14.14.15.345q.01.203-.15.363t-.354.16t-.353-.16m-2.735-10.277l-.677 2.6l-1.72-1.708l-.609-2.308q-.056-.215.07-.384t.341-.17q.155 0 .27.084q.117.082.167.236l.85 3.2l.837-3.22q.03-.134.134-.216q.104-.083.239-.083h.196q.135 0 .241.083q.107.082.138.217l.83 3.219l.856-3.2q.05-.154.164-.236q.113-.083.267-.083q.215 0 .344.169q.13.17.067.385l-1.207 4.53q-.03.135-.135.218q-.104.082-.238.082h-.216q-.134 0-.238-.082q-.104-.083-.134-.218zM9.07 14.119l1.113-3.434l.681.68l-.307.943h1.25l.846.846h-2.331L9.9 14.392q-.05.154-.154.227t-.263.073q-.235 0-.354-.178q-.12-.18-.058-.395m-5.763.131V9.904q0-.248.183-.422q.184-.174.432-.174h2.27q.6 0 1.05.45t.45 1.05v.384q0 .431-.257.832t-.797.607l.653 1.477q.093.215-.03.4q-.123.184-.37.184q-.123 0-.23-.061t-.164-.185l-.783-1.754H4.193v1.558q0 .19-.126.316t-.316.126t-.316-.126t-.126-.316m.884-2.442h2q.231 0 .423-.192q.193-.193.193-.424v-.384q0-.231-.193-.423q-.192-.193-.423-.193h-2z"/></svg> </template>
CSS
.icon-raw-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.139%2021.554L3.177%204.592q-.14-.14-.15-.344t.15-.363t.354-.16t.353.16l16.962%2016.961q.14.14.15.345q.01.203-.15.363t-.354.16t-.353-.16m-2.735-10.277l-.677%202.6l-1.72-1.708l-.609-2.308q-.056-.215.07-.384t.341-.17q.155%200%20.27.084q.117.082.167.236l.85%203.2l.837-3.22q.03-.134.134-.216q.104-.083.239-.083h.196q.135%200%20.241.083q.107.082.138.217l.83%203.219l.856-3.2q.05-.154.164-.236q.113-.083.267-.083q.215%200%20.344.169q.13.17.067.385l-1.207%204.53q-.03.135-.135.218q-.104.082-.238.082h-.216q-.134%200-.238-.082q-.104-.083-.134-.218zM9.07%2014.119l1.113-3.434l.681.68l-.307.943h1.25l.846.846h-2.331L9.9%2014.392q-.05.154-.154.227t-.263.073q-.235%200-.354-.178q-.12-.18-.058-.395m-5.763.131V9.904q0-.248.183-.422q.184-.174.432-.174h2.27q.6%200%201.05.45t.45%201.05v.384q0%20.431-.257.832t-.797.607l.653%201.477q.093.215-.03.4q-.123.184-.37.184q-.123%200-.23-.061t-.164-.185l-.783-1.754H4.193v1.558q0%20.19-.126.316t-.316.126t-.316-.126t-.126-.316m.884-2.442h2q.231%200%20.423-.192q.193-.193.193-.424v-.384q0-.231-.193-.423q-.192-.193-.423-.193h-2z%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.139%2021.554L3.177%204.592q-.14-.14-.15-.344t.15-.363t.354-.16t.353.16l16.962%2016.961q.14.14.15.345q.01.203-.15.363t-.354.16t-.353-.16m-2.735-10.277l-.677%202.6l-1.72-1.708l-.609-2.308q-.056-.215.07-.384t.341-.17q.155%200%20.27.084q.117.082.167.236l.85%203.2l.837-3.22q.03-.134.134-.216q.104-.083.239-.083h.196q.135%200%20.241.083q.107.082.138.217l.83%203.219l.856-3.2q.05-.154.164-.236q.113-.083.267-.083q.215%200%20.344.169q.13.17.067.385l-1.207%204.53q-.03.135-.135.218q-.104.082-.238.082h-.216q-.134%200-.238-.082q-.104-.083-.134-.218zM9.07%2014.119l1.113-3.434l.681.68l-.307.943h1.25l.846.846h-2.331L9.9%2014.392q-.05.154-.154.227t-.263.073q-.235%200-.354-.178q-.12-.18-.058-.395m-5.763.131V9.904q0-.248.183-.422q.184-.174.432-.174h2.27q.6%200%201.05.45t.45%201.05v.384q0%20.431-.257.832t-.797.607l.653%201.477q.093.215-.03.4q-.123.184-.37.184q-.123%200-.23-.061t-.164-.185l-.783-1.754H4.193v1.558q0%20.19-.126.316t-.316.126t-.316-.126t-.126-.316m.884-2.442h2q.231%200%20.423-.192q.193-.193.193-.424v-.384q0-.231-.193-.423q-.192-.193-.423-.193h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/raw-off-rounded.svg?color=%231a73e8&size=48