raw-on-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.

Name
raw-on-rounded
Set
Material Symbols
Style
Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
raw-on-outline-rounded

2 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the raw on icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 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.25m5.975-.15l1.05-4.175q.1-.425.425-.675T11.2 9h.6q.425 0 .75.25t.425.675l1.05 4.175q.1.35-.125.625t-.575.275q-.275 0-.462-.162t-.238-.413L12.4 13.5h-1.75l-.25.95q-.05.25-.25.4t-.475.15q-.35 0-.575-.275t-.125-.625m6.375.35L14.225 9.9q-.1-.35.125-.625T14.925 9q.25 0 .463.15t.262.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-.4l-.625-2.5l-.625 2.5q-.05.25-.25.4t-.45.15h-.35q-.25 0-.462-.15t-.263-.4M11 12h1l-.25-1h-.5zm-6.5-.5h2v-1h-2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRawOnRounded(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="M3 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.25m5.975-.15l1.05-4.175q.1-.425.425-.675T11.2 9h.6q.425 0 .75.25t.425.675l1.05 4.175q.1.35-.125.625t-.575.275q-.275 0-.462-.162t-.238-.413L12.4 13.5h-1.75l-.25.95q-.05.25-.25.4t-.475.15q-.35 0-.575-.275t-.125-.625m6.375.35L14.225 9.9q-.1-.35.125-.625T14.925 9q.25 0 .463.15t.262.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-.4l-.625-2.5l-.625 2.5q-.05.25-.25.4t-.45.15h-.35q-.25 0-.462-.15t-.263-.4M11 12h1l-.25-1h-.5zm-6.5-.5h2v-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="M3 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.25m5.975-.15l1.05-4.175q.1-.425.425-.675T11.2 9h.6q.425 0 .75.25t.425.675l1.05 4.175q.1.35-.125.625t-.575.275q-.275 0-.462-.162t-.238-.413L12.4 13.5h-1.75l-.25.95q-.05.25-.25.4t-.475.15q-.35 0-.575-.275t-.125-.625m6.375.35L14.225 9.9q-.1-.35.125-.625T14.925 9q.25 0 .463.15t.262.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-.4l-.625-2.5l-.625 2.5q-.05.25-.25.4t-.45.15h-.35q-.25 0-.462-.15t-.263-.4M11 12h1l-.25-1h-.5zm-6.5-.5h2v-1h-2z"/></svg>
</template>

CSS

.icon-raw-on-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%22M3%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.25m5.975-.15l1.05-4.175q.1-.425.425-.675T11.2%209h.6q.425%200%20.75.25t.425.675l1.05%204.175q.1.35-.125.625t-.575.275q-.275%200-.462-.162t-.238-.413L12.4%2013.5h-1.75l-.25.95q-.05.25-.25.4t-.475.15q-.35%200-.575-.275t-.125-.625m6.375.35L14.225%209.9q-.1-.35.125-.625T14.925%209q.25%200%20.463.15t.262.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-.4l-.625-2.5l-.625%202.5q-.05.25-.25.4t-.45.15h-.35q-.25%200-.462-.15t-.263-.4M11%2012h1l-.25-1h-.5zm-6.5-.5h2v-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%22M3%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.25m5.975-.15l1.05-4.175q.1-.425.425-.675T11.2%209h.6q.425%200%20.75.25t.425.675l1.05%204.175q.1.35-.125.625t-.575.275q-.275%200-.462-.162t-.238-.413L12.4%2013.5h-1.75l-.25.95q-.05.25-.25.4t-.475.15q-.35%200-.575-.275t-.125-.625m6.375.35L14.225%209.9q-.1-.35.125-.625T14.925%209q.25%200%20.463.15t.262.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-.4l-.625-2.5l-.625%202.5q-.05.25-.25.4t-.45.15h-.35q-.25%200-.462-.15t-.263-.4M11%2012h1l-.25-1h-.5zm-6.5-.5h2v-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-on-rounded.svg?color=%231a73e8&size=48