Jewelry icon

Jewelry is a Google Material Symbol from the Social category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

jewelry_outlined_fill0_wght400.svg

Jewelry icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=jewelry" />

<span class="material-symbols-outlined">jewelry</span>

Jewelry icon in React

// With the font from the HTML tab:
export function JewelryIcon() {
  return (
    <span className="material-symbols-outlined">
      jewelry
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import JewelryIcon from "@material-symbols/svg-400/outlined/jewelry.svg?react";

Jewelry icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">jewelry</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import JewelryIcon from "@material-symbols/svg-400/outlined/jewelry.svg?component"; -->

Jewelry icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">jewelry</mat-icon>

Jewelry icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.jewelry, fill: 0, weight: 400)

Jewelry icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/jewelry.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M12.01 22.875Q11.575 22.875 11.288 22.585T11 21.875q0-.425 .29-.712T12 20.875q.425 0 .713 .288T13 21.865Q13 22.3 12.713 22.588T12.01 22.875ZM7.6 21.9q-.425 0-.737-.3-.313-.301-.313-.736Q6.55 20.45 6.863 20.15t.737-.3q.45 0 .75 .3t.3 .714q0 .435-.3 .736Q8.05 21.9 7.6 21.9Zm8.775 0q-.43 0-.728-.3Q15.35 21.299 15.35 20.864 15.35 20.45 15.647 20.15T16.375 19.85q.45 0 .763 .3t.312 .714q0 .435-.312 .736Q16.825 21.9 16.375 21.9ZM4.785 18.825q-.435 0-.722-.29T3.775 17.825q0-.425 .29-.712T4.775 16.825q.425 0 .713 .288t.287 .702q0 .435-.287 .723T4.785 18.825Zm7.221 .025Q9.775 18.85 8.188 17.363 6.6 15.875 6.6 13.675q0-2.45 1.763-4.675T12 5.175q1.875 1.6 3.638 3.825T17.4 13.675q0 2.2-1.581 3.688-1.582 1.487-3.813 1.487Zm7.216 .025q-.45 0-.761-.305T18.15 17.822Q18.15 17.4 18.461 17.1t.761-.3Q19.65 16.8 19.95 17.1t.3 .722q0 .442-.3 .748Q19.65 18.875 19.222 18.875ZM14.75 16.3q1.15-1.05 1.15-2.625 0-1.85-1.312-3.525T12 7.125q-1.275 1.35-2.587 3.025T8.1 13.675q0 1.575 1.15 2.625t2.75 1.05q1.6 0 2.75-1.05Zm-2.753-.7q.847 0 1.45-.595Q14.05 14.409 14.05 13.529q0-.854-.603-1.466T11.997 11.45q-.872 0-1.484 .608-.613 .608-.613 1.462Q9.9 14.4 10.513 15t1.484 .6Zm.013-12.45q-.435 0-.722-.29T11 2.15q0-.425 .29-.712T12 1.15q.425 0 .713 .288t.287 .702q0 .435-.287 .723T12.01 3.15ZM12 13.525Z" />
</vector>

Jewelry icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/jewelry.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/jewelry.svg" width="24" height="24" alt="Jewelry">

Jewelry icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameJewelry
Ligaturejewelry
Code pointU+FFEDB
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/jewelry.svg, jewelry-fill.svg
FlutterSymbols.jewelry
LicenseApache License 2.0 (© Google LLC)

Keywords

socialdotsaccessorydropletdecorationfashionbeautyluxuryteardropcrafttraditionalgemjewel

Related icons