specific gravity icon
specific-gravity-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- specific-gravity-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the specific gravity icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.558 21q-.621 0-1.09-.404t-.526-1.025L4.115 3h15.77l-1.827 16.571q-.056.621-.525 1.025t-1.09.404zM5.733 8.5h3.829q.467-.475 1.094-.737T12 7.5t1.344.263t1.095.737h3.828L18.75 4H5.225zm6.267 5q1.037 0 1.768-.732T14.5 11t-.732-1.768T12 8.5t-1.768.732T9.5 11t.732 1.768T12 13.5m-6.158-4l1.1 9.962q.039.23.212.384t.404.154h8.884q.231 0 .404-.154t.212-.384l1.1-9.962h-3.014q.165.327.26.709T15.5 11q0 1.458-1.021 2.479T12 14.5t-2.479-1.021T8.5 11q0-.41.095-.791t.26-.709zM7.558 20h1.298H8.5h7h-.356h1.298z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSpecificGravityOutline(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="M7.558 21q-.621 0-1.09-.404t-.526-1.025L4.115 3h15.77l-1.827 16.571q-.056.621-.525 1.025t-1.09.404zM5.733 8.5h3.829q.467-.475 1.094-.737T12 7.5t1.344.263t1.095.737h3.828L18.75 4H5.225zm6.267 5q1.037 0 1.768-.732T14.5 11t-.732-1.768T12 8.5t-1.768.732T9.5 11t.732 1.768T12 13.5m-6.158-4l1.1 9.962q.039.23.212.384t.404.154h8.884q.231 0 .404-.154t.212-.384l1.1-9.962h-3.014q.165.327.26.709T15.5 11q0 1.458-1.021 2.479T12 14.5t-2.479-1.021T8.5 11q0-.41.095-.791t.26-.709zM7.558 20h1.298H8.5h7h-.356h1.298z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.558 21q-.621 0-1.09-.404t-.526-1.025L4.115 3h15.77l-1.827 16.571q-.056.621-.525 1.025t-1.09.404zM5.733 8.5h3.829q.467-.475 1.094-.737T12 7.5t1.344.263t1.095.737h3.828L18.75 4H5.225zm6.267 5q1.037 0 1.768-.732T14.5 11t-.732-1.768T12 8.5t-1.768.732T9.5 11t.732 1.768T12 13.5m-6.158-4l1.1 9.962q.039.23.212.384t.404.154h8.884q.231 0 .404-.154t.212-.384l1.1-9.962h-3.014q.165.327.26.709T15.5 11q0 1.458-1.021 2.479T12 14.5t-2.479-1.021T8.5 11q0-.41.095-.791t.26-.709zM7.558 20h1.298H8.5h7h-.356h1.298z"/></svg> </template>
CSS
.icon-specific-gravity-outline {
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%22M7.558%2021q-.621%200-1.09-.404t-.526-1.025L4.115%203h15.77l-1.827%2016.571q-.056.621-.525%201.025t-1.09.404zM5.733%208.5h3.829q.467-.475%201.094-.737T12%207.5t1.344.263t1.095.737h3.828L18.75%204H5.225zm6.267%205q1.037%200%201.768-.732T14.5%2011t-.732-1.768T12%208.5t-1.768.732T9.5%2011t.732%201.768T12%2013.5m-6.158-4l1.1%209.962q.039.23.212.384t.404.154h8.884q.231%200%20.404-.154t.212-.384l1.1-9.962h-3.014q.165.327.26.709T15.5%2011q0%201.458-1.021%202.479T12%2014.5t-2.479-1.021T8.5%2011q0-.41.095-.791t.26-.709zM7.558%2020h1.298H8.5h7h-.356h1.298z%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%22M7.558%2021q-.621%200-1.09-.404t-.526-1.025L4.115%203h15.77l-1.827%2016.571q-.056.621-.525%201.025t-1.09.404zM5.733%208.5h3.829q.467-.475%201.094-.737T12%207.5t1.344.263t1.095.737h3.828L18.75%204H5.225zm6.267%205q1.037%200%201.768-.732T14.5%2011t-.732-1.768T12%208.5t-1.768.732T9.5%2011t.732%201.768T12%2013.5m-6.158-4l1.1%209.962q.039.23.212.384t.404.154h8.884q.231%200%20.404-.154t.212-.384l1.1-9.962h-3.014q.165.327.26.709T15.5%2011q0%201.458-1.021%202.479T12%2014.5t-2.479-1.021T8.5%2011q0-.41.095-.791t.26-.709zM7.558%2020h1.298H8.5h7h-.356h1.298z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/specific-gravity-outline.svg?color=%231a73e8&size=48