dictionary icon
dictionary-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- dictionary-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
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="m6.006 11.823l1.123-3.06h.05l1.123 3.06zm6.494 5.496q1.216-.678 2.453-.98t2.547-.3q.9 0 1.618.111t1.267.296q.23.096.423-.029t.192-.394V7.008q0-.173-.096-.308q-.096-.134-.327-.23q-.825-.293-1.501-.4T17.5 5.961q-1.31 0-2.613.386q-1.304.387-2.387 1.16zm-6.78-4.763h2.869l.474 1.306q.05.111.137.17t.204.059q.198 0 .303-.158t.043-.35L7.739 8.24q-.05-.131-.169-.212t-.255-.081h-.323q-.136 0-.254.08t-.169.213l-2.011 5.361q-.062.173.043.33t.303.159q.117 0 .206-.06q.09-.058.14-.175zm5.848 5.841q-.197-.058-.376-.15q-1.09-.595-2.27-.902T6.5 17.04q-.78 0-1.534.13q-.753.131-1.466.42q-.544.217-1.022-.131T2 16.496V6.831q0-.371.195-.689t.547-.442q.887-.383 1.836-.56T6.5 4.962q1.47 0 2.866.423q1.398.423 2.634 1.23q1.237-.807 2.634-1.23t2.866-.423q.973 0 1.922.178q.95.177 1.836.56q.352.125.547.442t.195.689v9.665q0 .614-.516.943q-.517.328-1.1.111q-.693-.27-1.418-.39q-.724-.121-1.466-.121q-1.24 0-2.421.306t-2.271.901q-.18.093-.376.151q-.197.059-.432.059t-.432-.059m2.317-9.449q0-.11.076-.222t.18-.168q.763-.346 1.613-.53q.85-.182 1.746-.182q.48 0 .91.053t.886.153q.129.03.224.135q.096.104.096.257q0 .252-.15.366t-.402.052q-.37-.075-.757-.103q-.388-.028-.807-.028q-.804 0-1.573.154q-.77.154-1.46.43q-.257.099-.42-.005t-.162-.362m0 5.423q0-.11.076-.231q.076-.123.18-.178q.725-.346 1.613-.52q.888-.173 1.746-.173q.48 0 .91.053t.886.153q.129.03.224.135q.096.104.096.257q0 .252-.15.366t-.402.052q-.37-.075-.757-.103q-.388-.028-.807-.028q-.784 0-1.544.16q-.76.161-1.45.457q-.258.118-.44-.003t-.181-.397m0-2.692q0-.11.076-.222t.18-.168q.763-.347 1.613-.53q.85-.182 1.746-.182q.48 0 .91.053t.886.153q.129.03.224.134q.096.104.096.258q0 .252-.15.366t-.402.051q-.37-.075-.757-.102q-.388-.028-.807-.028q-.804 0-1.573.154q-.77.153-1.46.43q-.257.098-.42-.005q-.162-.105-.162-.362"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDictionaryRounded(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="m6.006 11.823l1.123-3.06h.05l1.123 3.06zm6.494 5.496q1.216-.678 2.453-.98t2.547-.3q.9 0 1.618.111t1.267.296q.23.096.423-.029t.192-.394V7.008q0-.173-.096-.308q-.096-.134-.327-.23q-.825-.293-1.501-.4T17.5 5.961q-1.31 0-2.613.386q-1.304.387-2.387 1.16zm-6.78-4.763h2.869l.474 1.306q.05.111.137.17t.204.059q.198 0 .303-.158t.043-.35L7.739 8.24q-.05-.131-.169-.212t-.255-.081h-.323q-.136 0-.254.08t-.169.213l-2.011 5.361q-.062.173.043.33t.303.159q.117 0 .206-.06q.09-.058.14-.175zm5.848 5.841q-.197-.058-.376-.15q-1.09-.595-2.27-.902T6.5 17.04q-.78 0-1.534.13q-.753.131-1.466.42q-.544.217-1.022-.131T2 16.496V6.831q0-.371.195-.689t.547-.442q.887-.383 1.836-.56T6.5 4.962q1.47 0 2.866.423q1.398.423 2.634 1.23q1.237-.807 2.634-1.23t2.866-.423q.973 0 1.922.178q.95.177 1.836.56q.352.125.547.442t.195.689v9.665q0 .614-.516.943q-.517.328-1.1.111q-.693-.27-1.418-.39q-.724-.121-1.466-.121q-1.24 0-2.421.306t-2.271.901q-.18.093-.376.151q-.197.059-.432.059t-.432-.059m2.317-9.449q0-.11.076-.222t.18-.168q.763-.346 1.613-.53q.85-.182 1.746-.182q.48 0 .91.053t.886.153q.129.03.224.135q.096.104.096.257q0 .252-.15.366t-.402.052q-.37-.075-.757-.103q-.388-.028-.807-.028q-.804 0-1.573.154q-.77.154-1.46.43q-.257.099-.42-.005t-.162-.362m0 5.423q0-.11.076-.231q.076-.123.18-.178q.725-.346 1.613-.52q.888-.173 1.746-.173q.48 0 .91.053t.886.153q.129.03.224.135q.096.104.096.257q0 .252-.15.366t-.402.052q-.37-.075-.757-.103q-.388-.028-.807-.028q-.784 0-1.544.16q-.76.161-1.45.457q-.258.118-.44-.003t-.181-.397m0-2.692q0-.11.076-.222t.18-.168q.763-.347 1.613-.53q.85-.182 1.746-.182q.48 0 .91.053t.886.153q.129.03.224.134q.096.104.096.258q0 .252-.15.366t-.402.051q-.37-.075-.757-.102q-.388-.028-.807-.028q-.804 0-1.573.154q-.77.153-1.46.43q-.257.098-.42-.005q-.162-.105-.162-.362"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.006 11.823l1.123-3.06h.05l1.123 3.06zm6.494 5.496q1.216-.678 2.453-.98t2.547-.3q.9 0 1.618.111t1.267.296q.23.096.423-.029t.192-.394V7.008q0-.173-.096-.308q-.096-.134-.327-.23q-.825-.293-1.501-.4T17.5 5.961q-1.31 0-2.613.386q-1.304.387-2.387 1.16zm-6.78-4.763h2.869l.474 1.306q.05.111.137.17t.204.059q.198 0 .303-.158t.043-.35L7.739 8.24q-.05-.131-.169-.212t-.255-.081h-.323q-.136 0-.254.08t-.169.213l-2.011 5.361q-.062.173.043.33t.303.159q.117 0 .206-.06q.09-.058.14-.175zm5.848 5.841q-.197-.058-.376-.15q-1.09-.595-2.27-.902T6.5 17.04q-.78 0-1.534.13q-.753.131-1.466.42q-.544.217-1.022-.131T2 16.496V6.831q0-.371.195-.689t.547-.442q.887-.383 1.836-.56T6.5 4.962q1.47 0 2.866.423q1.398.423 2.634 1.23q1.237-.807 2.634-1.23t2.866-.423q.973 0 1.922.178q.95.177 1.836.56q.352.125.547.442t.195.689v9.665q0 .614-.516.943q-.517.328-1.1.111q-.693-.27-1.418-.39q-.724-.121-1.466-.121q-1.24 0-2.421.306t-2.271.901q-.18.093-.376.151q-.197.059-.432.059t-.432-.059m2.317-9.449q0-.11.076-.222t.18-.168q.763-.346 1.613-.53q.85-.182 1.746-.182q.48 0 .91.053t.886.153q.129.03.224.135q.096.104.096.257q0 .252-.15.366t-.402.052q-.37-.075-.757-.103q-.388-.028-.807-.028q-.804 0-1.573.154q-.77.154-1.46.43q-.257.099-.42-.005t-.162-.362m0 5.423q0-.11.076-.231q.076-.123.18-.178q.725-.346 1.613-.52q.888-.173 1.746-.173q.48 0 .91.053t.886.153q.129.03.224.135q.096.104.096.257q0 .252-.15.366t-.402.052q-.37-.075-.757-.103q-.388-.028-.807-.028q-.784 0-1.544.16q-.76.161-1.45.457q-.258.118-.44-.003t-.181-.397m0-2.692q0-.11.076-.222t.18-.168q.763-.347 1.613-.53q.85-.182 1.746-.182q.48 0 .91.053t.886.153q.129.03.224.134q.096.104.096.258q0 .252-.15.366t-.402.051q-.37-.075-.757-.102q-.388-.028-.807-.028q-.804 0-1.573.154q-.77.153-1.46.43q-.257.098-.42-.005q-.162-.105-.162-.362"/></svg> </template>
CSS
.icon-dictionary-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%22m6.006%2011.823l1.123-3.06h.05l1.123%203.06zm6.494%205.496q1.216-.678%202.453-.98t2.547-.3q.9%200%201.618.111t1.267.296q.23.096.423-.029t.192-.394V7.008q0-.173-.096-.308q-.096-.134-.327-.23q-.825-.293-1.501-.4T17.5%205.961q-1.31%200-2.613.386q-1.304.387-2.387%201.16zm-6.78-4.763h2.869l.474%201.306q.05.111.137.17t.204.059q.198%200%20.303-.158t.043-.35L7.739%208.24q-.05-.131-.169-.212t-.255-.081h-.323q-.136%200-.254.08t-.169.213l-2.011%205.361q-.062.173.043.33t.303.159q.117%200%20.206-.06q.09-.058.14-.175zm5.848%205.841q-.197-.058-.376-.15q-1.09-.595-2.27-.902T6.5%2017.04q-.78%200-1.534.13q-.753.131-1.466.42q-.544.217-1.022-.131T2%2016.496V6.831q0-.371.195-.689t.547-.442q.887-.383%201.836-.56T6.5%204.962q1.47%200%202.866.423q1.398.423%202.634%201.23q1.237-.807%202.634-1.23t2.866-.423q.973%200%201.922.178q.95.177%201.836.56q.352.125.547.442t.195.689v9.665q0%20.614-.516.943q-.517.328-1.1.111q-.693-.27-1.418-.39q-.724-.121-1.466-.121q-1.24%200-2.421.306t-2.271.901q-.18.093-.376.151q-.197.059-.432.059t-.432-.059m2.317-9.449q0-.11.076-.222t.18-.168q.763-.346%201.613-.53q.85-.182%201.746-.182q.48%200%20.91.053t.886.153q.129.03.224.135q.096.104.096.257q0%20.252-.15.366t-.402.052q-.37-.075-.757-.103q-.388-.028-.807-.028q-.804%200-1.573.154q-.77.154-1.46.43q-.257.099-.42-.005t-.162-.362m0%205.423q0-.11.076-.231q.076-.123.18-.178q.725-.346%201.613-.52q.888-.173%201.746-.173q.48%200%20.91.053t.886.153q.129.03.224.135q.096.104.096.257q0%20.252-.15.366t-.402.052q-.37-.075-.757-.103q-.388-.028-.807-.028q-.784%200-1.544.16q-.76.161-1.45.457q-.258.118-.44-.003t-.181-.397m0-2.692q0-.11.076-.222t.18-.168q.763-.347%201.613-.53q.85-.182%201.746-.182q.48%200%20.91.053t.886.153q.129.03.224.134q.096.104.096.258q0%20.252-.15.366t-.402.051q-.37-.075-.757-.102q-.388-.028-.807-.028q-.804%200-1.573.154q-.77.153-1.46.43q-.257.098-.42-.005q-.162-.105-.162-.362%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%22m6.006%2011.823l1.123-3.06h.05l1.123%203.06zm6.494%205.496q1.216-.678%202.453-.98t2.547-.3q.9%200%201.618.111t1.267.296q.23.096.423-.029t.192-.394V7.008q0-.173-.096-.308q-.096-.134-.327-.23q-.825-.293-1.501-.4T17.5%205.961q-1.31%200-2.613.386q-1.304.387-2.387%201.16zm-6.78-4.763h2.869l.474%201.306q.05.111.137.17t.204.059q.198%200%20.303-.158t.043-.35L7.739%208.24q-.05-.131-.169-.212t-.255-.081h-.323q-.136%200-.254.08t-.169.213l-2.011%205.361q-.062.173.043.33t.303.159q.117%200%20.206-.06q.09-.058.14-.175zm5.848%205.841q-.197-.058-.376-.15q-1.09-.595-2.27-.902T6.5%2017.04q-.78%200-1.534.13q-.753.131-1.466.42q-.544.217-1.022-.131T2%2016.496V6.831q0-.371.195-.689t.547-.442q.887-.383%201.836-.56T6.5%204.962q1.47%200%202.866.423q1.398.423%202.634%201.23q1.237-.807%202.634-1.23t2.866-.423q.973%200%201.922.178q.95.177%201.836.56q.352.125.547.442t.195.689v9.665q0%20.614-.516.943q-.517.328-1.1.111q-.693-.27-1.418-.39q-.724-.121-1.466-.121q-1.24%200-2.421.306t-2.271.901q-.18.093-.376.151q-.197.059-.432.059t-.432-.059m2.317-9.449q0-.11.076-.222t.18-.168q.763-.346%201.613-.53q.85-.182%201.746-.182q.48%200%20.91.053t.886.153q.129.03.224.135q.096.104.096.257q0%20.252-.15.366t-.402.052q-.37-.075-.757-.103q-.388-.028-.807-.028q-.804%200-1.573.154q-.77.154-1.46.43q-.257.099-.42-.005t-.162-.362m0%205.423q0-.11.076-.231q.076-.123.18-.178q.725-.346%201.613-.52q.888-.173%201.746-.173q.48%200%20.91.053t.886.153q.129.03.224.135q.096.104.096.257q0%20.252-.15.366t-.402.052q-.37-.075-.757-.103q-.388-.028-.807-.028q-.784%200-1.544.16q-.76.161-1.45.457q-.258.118-.44-.003t-.181-.397m0-2.692q0-.11.076-.222t.18-.168q.763-.347%201.613-.53q.85-.182%201.746-.182q.48%200%20.91.053t.886.153q.129.03.224.134q.096.104.096.258q0%20.252-.15.366t-.402.051q-.37-.075-.757-.102q-.388-.028-.807-.028q-.804%200-1.573.154q-.77.153-1.46.43q-.257.098-.42-.005q-.162-.105-.162-.362%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/dictionary-rounded.svg?color=%231a73e8&size=48