dictionary-sharp from Material Symbols by Google · Sharp · Text · Apache-2.0 Free for personal and commercial use.

Name
dictionary-sharp
Set
Material Symbols
Style
Sharp
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the dictionary icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 14.225h1.125l.575-1.65h2.6l.6 1.65H10l-2.425-6.45h-1.15zm2.025-2.575l.95-2.675h.05l.95 2.675zM13 17.05q1.1-.525 2.213-.787T17.5 16q.9 0 1.763.15T21 16.6V6.7q-.825-.35-1.713-.525T17.5 6q-1.175 0-2.325.3T13 7.2zM12 20q-1.2-.95-2.6-1.475T6.5 18q-1.325 0-2.775.5T1 20.05V5.55Q2.1 4.8 3.588 4.4T6.5 4q1.45 0 2.838.375T12 5.5q1.275-.75 2.663-1.125T17.5 4q1.425 0 2.913.4T23 5.55v14.5Q21.75 19 20.287 18.5T17.5 18q-1.5 0-2.9.525T12 20m2-10.1V8.2q.825-.35 1.688-.525T17.5 7.5q.65 0 1.275.1T20 7.85v1.6q-.6-.225-1.213-.337T17.5 9q-.95 0-1.825.238T14 9.9m0 5.5v-1.7q.825-.35 1.688-.525T17.5 13q.65 0 1.275.1t1.225.25v1.6q-.6-.225-1.213-.338T17.5 14.5q-.95 0-1.825.225T14 15.4m0-2.75v-1.7q.825-.35 1.688-.525t1.812-.175q.65 0 1.275.1T20 10.6v1.6q-.6-.225-1.213-.338T17.5 11.75q-.95 0-1.825.238T14 12.65"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDictionarySharp(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="M4 14.225h1.125l.575-1.65h2.6l.6 1.65H10l-2.425-6.45h-1.15zm2.025-2.575l.95-2.675h.05l.95 2.675zM13 17.05q1.1-.525 2.213-.787T17.5 16q.9 0 1.763.15T21 16.6V6.7q-.825-.35-1.713-.525T17.5 6q-1.175 0-2.325.3T13 7.2zM12 20q-1.2-.95-2.6-1.475T6.5 18q-1.325 0-2.775.5T1 20.05V5.55Q2.1 4.8 3.588 4.4T6.5 4q1.45 0 2.838.375T12 5.5q1.275-.75 2.663-1.125T17.5 4q1.425 0 2.913.4T23 5.55v14.5Q21.75 19 20.287 18.5T17.5 18q-1.5 0-2.9.525T12 20m2-10.1V8.2q.825-.35 1.688-.525T17.5 7.5q.65 0 1.275.1T20 7.85v1.6q-.6-.225-1.213-.337T17.5 9q-.95 0-1.825.238T14 9.9m0 5.5v-1.7q.825-.35 1.688-.525T17.5 13q.65 0 1.275.1t1.225.25v1.6q-.6-.225-1.213-.338T17.5 14.5q-.95 0-1.825.225T14 15.4m0-2.75v-1.7q.825-.35 1.688-.525t1.812-.175q.65 0 1.275.1T20 10.6v1.6q-.6-.225-1.213-.338T17.5 11.75q-.95 0-1.825.238T14 12.65"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 14.225h1.125l.575-1.65h2.6l.6 1.65H10l-2.425-6.45h-1.15zm2.025-2.575l.95-2.675h.05l.95 2.675zM13 17.05q1.1-.525 2.213-.787T17.5 16q.9 0 1.763.15T21 16.6V6.7q-.825-.35-1.713-.525T17.5 6q-1.175 0-2.325.3T13 7.2zM12 20q-1.2-.95-2.6-1.475T6.5 18q-1.325 0-2.775.5T1 20.05V5.55Q2.1 4.8 3.588 4.4T6.5 4q1.45 0 2.838.375T12 5.5q1.275-.75 2.663-1.125T17.5 4q1.425 0 2.913.4T23 5.55v14.5Q21.75 19 20.287 18.5T17.5 18q-1.5 0-2.9.525T12 20m2-10.1V8.2q.825-.35 1.688-.525T17.5 7.5q.65 0 1.275.1T20 7.85v1.6q-.6-.225-1.213-.337T17.5 9q-.95 0-1.825.238T14 9.9m0 5.5v-1.7q.825-.35 1.688-.525T17.5 13q.65 0 1.275.1t1.225.25v1.6q-.6-.225-1.213-.338T17.5 14.5q-.95 0-1.825.225T14 15.4m0-2.75v-1.7q.825-.35 1.688-.525t1.812-.175q.65 0 1.275.1T20 10.6v1.6q-.6-.225-1.213-.338T17.5 11.75q-.95 0-1.825.238T14 12.65"/></svg>
</template>

CSS

.icon-dictionary-sharp {
  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%22M4%2014.225h1.125l.575-1.65h2.6l.6%201.65H10l-2.425-6.45h-1.15zm2.025-2.575l.95-2.675h.05l.95%202.675zM13%2017.05q1.1-.525%202.213-.787T17.5%2016q.9%200%201.763.15T21%2016.6V6.7q-.825-.35-1.713-.525T17.5%206q-1.175%200-2.325.3T13%207.2zM12%2020q-1.2-.95-2.6-1.475T6.5%2018q-1.325%200-2.775.5T1%2020.05V5.55Q2.1%204.8%203.588%204.4T6.5%204q1.45%200%202.838.375T12%205.5q1.275-.75%202.663-1.125T17.5%204q1.425%200%202.913.4T23%205.55v14.5Q21.75%2019%2020.287%2018.5T17.5%2018q-1.5%200-2.9.525T12%2020m2-10.1V8.2q.825-.35%201.688-.525T17.5%207.5q.65%200%201.275.1T20%207.85v1.6q-.6-.225-1.213-.337T17.5%209q-.95%200-1.825.238T14%209.9m0%205.5v-1.7q.825-.35%201.688-.525T17.5%2013q.65%200%201.275.1t1.225.25v1.6q-.6-.225-1.213-.338T17.5%2014.5q-.95%200-1.825.225T14%2015.4m0-2.75v-1.7q.825-.35%201.688-.525t1.812-.175q.65%200%201.275.1T20%2010.6v1.6q-.6-.225-1.213-.338T17.5%2011.75q-.95%200-1.825.238T14%2012.65%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%22M4%2014.225h1.125l.575-1.65h2.6l.6%201.65H10l-2.425-6.45h-1.15zm2.025-2.575l.95-2.675h.05l.95%202.675zM13%2017.05q1.1-.525%202.213-.787T17.5%2016q.9%200%201.763.15T21%2016.6V6.7q-.825-.35-1.713-.525T17.5%206q-1.175%200-2.325.3T13%207.2zM12%2020q-1.2-.95-2.6-1.475T6.5%2018q-1.325%200-2.775.5T1%2020.05V5.55Q2.1%204.8%203.588%204.4T6.5%204q1.45%200%202.838.375T12%205.5q1.275-.75%202.663-1.125T17.5%204q1.425%200%202.913.4T23%205.55v14.5Q21.75%2019%2020.287%2018.5T17.5%2018q-1.5%200-2.9.525T12%2020m2-10.1V8.2q.825-.35%201.688-.525T17.5%207.5q.65%200%201.275.1T20%207.85v1.6q-.6-.225-1.213-.337T17.5%209q-.95%200-1.825.238T14%209.9m0%205.5v-1.7q.825-.35%201.688-.525T17.5%2013q.65%200%201.275.1t1.225.25v1.6q-.6-.225-1.213-.338T17.5%2014.5q-.95%200-1.825.225T14%2015.4m0-2.75v-1.7q.825-.35%201.688-.525t1.812-.175q.65%200%201.275.1T20%2010.6v1.6q-.6-.225-1.213-.338T17.5%2011.75q-.95%200-1.825.238T14%2012.65%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/dictionary-sharp.svg?color=%231a73e8&size=48