attribution-sharp from Material Symbols Light by Google · Sharp · Communicate · Apache-2.0 Free for personal and commercial use.

Name
attribution-sharp
Set
Material Symbols Light
Style
Sharp
Category
Communicate
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More communicate icons from Material Symbols Light

Use the attribution icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.058 18.077h1.884v-4.116h1.308v-5h-4.5v5h1.308zM8.5 20.29q-1.642-.711-2.86-1.93T3.71 15.5T3 11.997t.71-3.5T5.64 5.64T8.5 3.71Q10.142 3 12.003 3q1.86 0 3.5.71q1.64.711 2.858 1.93t1.929 2.857q.71 1.64.71 3.5t-.71 3.503q-.711 1.642-1.93 2.86t-2.857 1.93t-3.5.71t-3.503-.71m4.344-12.33q.348-.348.348-.844q0-.497-.348-.845T12 5.923t-.844.348t-.348.845q0 .496.348.844t.844.348t.844-.348"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAttributionSharp(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="M11.058 18.077h1.884v-4.116h1.308v-5h-4.5v5h1.308zM8.5 20.29q-1.642-.711-2.86-1.93T3.71 15.5T3 11.997t.71-3.5T5.64 5.64T8.5 3.71Q10.142 3 12.003 3q1.86 0 3.5.71q1.64.711 2.858 1.93t1.929 2.857q.71 1.64.71 3.5t-.71 3.503q-.711 1.642-1.93 2.86t-2.857 1.93t-3.5.71t-3.503-.71m4.344-12.33q.348-.348.348-.844q0-.497-.348-.845T12 5.923t-.844.348t-.348.845q0 .496.348.844t.844.348t.844-.348"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.058 18.077h1.884v-4.116h1.308v-5h-4.5v5h1.308zM8.5 20.29q-1.642-.711-2.86-1.93T3.71 15.5T3 11.997t.71-3.5T5.64 5.64T8.5 3.71Q10.142 3 12.003 3q1.86 0 3.5.71q1.64.711 2.858 1.93t1.929 2.857q.71 1.64.71 3.5t-.71 3.503q-.711 1.642-1.93 2.86t-2.857 1.93t-3.5.71t-3.503-.71m4.344-12.33q.348-.348.348-.844q0-.497-.348-.845T12 5.923t-.844.348t-.348.845q0 .496.348.844t.844.348t.844-.348"/></svg>
</template>

CSS

.icon-attribution-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%22M11.058%2018.077h1.884v-4.116h1.308v-5h-4.5v5h1.308zM8.5%2020.29q-1.642-.711-2.86-1.93T3.71%2015.5T3%2011.997t.71-3.5T5.64%205.64T8.5%203.71Q10.142%203%2012.003%203q1.86%200%203.5.71q1.64.711%202.858%201.93t1.929%202.857q.71%201.64.71%203.5t-.71%203.503q-.711%201.642-1.93%202.86t-2.857%201.93t-3.5.71t-3.503-.71m4.344-12.33q.348-.348.348-.844q0-.497-.348-.845T12%205.923t-.844.348t-.348.845q0%20.496.348.844t.844.348t.844-.348%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%22M11.058%2018.077h1.884v-4.116h1.308v-5h-4.5v5h1.308zM8.5%2020.29q-1.642-.711-2.86-1.93T3.71%2015.5T3%2011.997t.71-3.5T5.64%205.64T8.5%203.71Q10.142%203%2012.003%203q1.86%200%203.5.71q1.64.711%202.858%201.93t1.929%202.857q.71%201.64.71%203.5t-.71%203.503q-.711%201.642-1.93%202.86t-2.857%201.93t-3.5.71t-3.503-.71m4.344-12.33q.348-.348.348-.844q0-.497-.348-.845T12%205.923t-.844.348t-.348.845q0%20.496.348.844t.844.348t.844-.348%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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