raw off icon
raw-off-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- raw-off-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- raw-off-outline-rounded
2 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
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="m19.1 21.9l-17-17q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275m-1.35-9.95l-.6 2.35l-2.45-2.4l-.475-2q-.075-.35.138-.625T14.924 9q.25 0 .462.15t.263.4l.6 2.45l.625-2.45q.05-.25.25-.4t.45-.15h.35q.25 0 .463.15t.262.4l.6 2.45l.625-2.45q.05-.25.25-.4t.45-.15q.35 0 .575.275t.125.625l-1.15 4.55q-.05.25-.25.4t-.45.15h-.35q-.25 0-.45-.15t-.25-.4zM8.975 14.1l.825-3.3L11 12l1.5 1.5h-1.85l-.25.95q-.05.25-.25.4t-.475.15q-.35 0-.575-.275t-.125-.625M3 14.25v-4.5q0-.325.213-.537T3.75 9H6.5q.6 0 1.05.45T8 10.5v1q0 .45-.238.813T7.1 12.9l.5 1.15q.15.35-.05.65t-.6.3q-.2 0-.375-.1t-.25-.3L5.6 13H4.5v1.25q0 .325-.212.538T3.75 15t-.537-.213T3 14.25m1.5-2.75h2v-1h-2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsRawOffRounded(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="m19.1 21.9l-17-17q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275m-1.35-9.95l-.6 2.35l-2.45-2.4l-.475-2q-.075-.35.138-.625T14.924 9q.25 0 .462.15t.263.4l.6 2.45l.625-2.45q.05-.25.25-.4t.45-.15h.35q.25 0 .463.15t.262.4l.6 2.45l.625-2.45q.05-.25.25-.4t.45-.15q.35 0 .575.275t.125.625l-1.15 4.55q-.05.25-.25.4t-.45.15h-.35q-.25 0-.45-.15t-.25-.4zM8.975 14.1l.825-3.3L11 12l1.5 1.5h-1.85l-.25.95q-.05.25-.25.4t-.475.15q-.35 0-.575-.275t-.125-.625M3 14.25v-4.5q0-.325.213-.537T3.75 9H6.5q.6 0 1.05.45T8 10.5v1q0 .45-.238.813T7.1 12.9l.5 1.15q.15.35-.05.65t-.6.3q-.2 0-.375-.1t-.25-.3L5.6 13H4.5v1.25q0 .325-.212.538T3.75 15t-.537-.213T3 14.25m1.5-2.75h2v-1h-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="m19.1 21.9l-17-17q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275m-1.35-9.95l-.6 2.35l-2.45-2.4l-.475-2q-.075-.35.138-.625T14.924 9q.25 0 .462.15t.263.4l.6 2.45l.625-2.45q.05-.25.25-.4t.45-.15h.35q.25 0 .463.15t.262.4l.6 2.45l.625-2.45q.05-.25.25-.4t.45-.15q.35 0 .575.275t.125.625l-1.15 4.55q-.05.25-.25.4t-.45.15h-.35q-.25 0-.45-.15t-.25-.4zM8.975 14.1l.825-3.3L11 12l1.5 1.5h-1.85l-.25.95q-.05.25-.25.4t-.475.15q-.35 0-.575-.275t-.125-.625M3 14.25v-4.5q0-.325.213-.537T3.75 9H6.5q.6 0 1.05.45T8 10.5v1q0 .45-.238.813T7.1 12.9l.5 1.15q.15.35-.05.65t-.6.3q-.2 0-.375-.1t-.25-.3L5.6 13H4.5v1.25q0 .325-.212.538T3.75 15t-.537-.213T3 14.25m1.5-2.75h2v-1h-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%22m19.1%2021.9l-17-17q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7t-.7.275t-.7-.275m-1.35-9.95l-.6%202.35l-2.45-2.4l-.475-2q-.075-.35.138-.625T14.924%209q.25%200%20.462.15t.263.4l.6%202.45l.625-2.45q.05-.25.25-.4t.45-.15h.35q.25%200%20.463.15t.262.4l.6%202.45l.625-2.45q.05-.25.25-.4t.45-.15q.35%200%20.575.275t.125.625l-1.15%204.55q-.05.25-.25.4t-.45.15h-.35q-.25%200-.45-.15t-.25-.4zM8.975%2014.1l.825-3.3L11%2012l1.5%201.5h-1.85l-.25.95q-.05.25-.25.4t-.475.15q-.35%200-.575-.275t-.125-.625M3%2014.25v-4.5q0-.325.213-.537T3.75%209H6.5q.6%200%201.05.45T8%2010.5v1q0%20.45-.238.813T7.1%2012.9l.5%201.15q.15.35-.05.65t-.6.3q-.2%200-.375-.1t-.25-.3L5.6%2013H4.5v1.25q0%20.325-.212.538T3.75%2015t-.537-.213T3%2014.25m1.5-2.75h2v-1h-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%22m19.1%2021.9l-17-17q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7t-.7.275t-.7-.275m-1.35-9.95l-.6%202.35l-2.45-2.4l-.475-2q-.075-.35.138-.625T14.924%209q.25%200%20.462.15t.263.4l.6%202.45l.625-2.45q.05-.25.25-.4t.45-.15h.35q.25%200%20.463.15t.262.4l.6%202.45l.625-2.45q.05-.25.25-.4t.45-.15q.35%200%20.575.275t.125.625l-1.15%204.55q-.05.25-.25.4t-.45.15h-.35q-.25%200-.45-.15t-.25-.4zM8.975%2014.1l.825-3.3L11%2012l1.5%201.5h-1.85l-.25.95q-.05.25-.25.4t-.475.15q-.35%200-.575-.275t-.125-.625M3%2014.25v-4.5q0-.325.213-.537T3.75%209H6.5q.6%200%201.05.45T8%2010.5v1q0%20.45-.238.813T7.1%2012.9l.5%201.15q.15.35-.05.65t-.6.3q-.2%200-.375-.1t-.25-.3L5.6%2013H4.5v1.25q0%20.325-.212.538T3.75%2015t-.537-.213T3%2014.25m1.5-2.75h2v-1h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/raw-off-rounded.svg?color=%231a73e8&size=48