attribution-rounded from Material Symbols by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.

Name
attribution-rounded
Set
Material Symbols
Style
Rounded
Category
Communicate
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More communicate icons from Material Symbols

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="M12 8.5q-1.325 0-2.037.363T9.25 9.9V14q0 .2.15.35t.35.15h1v3.25q0 .525.363.888T12 19t.888-.363t.362-.887V14.5h1q.2 0 .35-.15t.15-.35V9.9q0-.675-.712-1.037T12 8.5M8.125 21.213q-1.825-.788-3.187-2.15t-2.15-3.188T2 11.988t.788-3.875t2.15-3.175t3.187-2.15T12.013 2t3.875.788t3.175 2.15t2.15 3.175t.787 3.875t-.787 3.887t-2.15 3.188t-3.175 2.15t-3.875.787t-3.888-.787m4.95-13.638Q13.5 7.15 13.5 6.5t-.425-1.075T12 5t-1.075.425T10.5 6.5t.425 1.075T12 8t1.075-.425"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAttributionRounded(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="M12 8.5q-1.325 0-2.037.363T9.25 9.9V14q0 .2.15.35t.35.15h1v3.25q0 .525.363.888T12 19t.888-.363t.362-.887V14.5h1q.2 0 .35-.15t.15-.35V9.9q0-.675-.712-1.037T12 8.5M8.125 21.213q-1.825-.788-3.187-2.15t-2.15-3.188T2 11.988t.788-3.875t2.15-3.175t3.187-2.15T12.013 2t3.875.788t3.175 2.15t2.15 3.175t.787 3.875t-.787 3.887t-2.15 3.188t-3.175 2.15t-3.875.787t-3.888-.787m4.95-13.638Q13.5 7.15 13.5 6.5t-.425-1.075T12 5t-1.075.425T10.5 6.5t.425 1.075T12 8t1.075-.425"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 8.5q-1.325 0-2.037.363T9.25 9.9V14q0 .2.15.35t.35.15h1v3.25q0 .525.363.888T12 19t.888-.363t.362-.887V14.5h1q.2 0 .35-.15t.15-.35V9.9q0-.675-.712-1.037T12 8.5M8.125 21.213q-1.825-.788-3.187-2.15t-2.15-3.188T2 11.988t.788-3.875t2.15-3.175t3.187-2.15T12.013 2t3.875.788t3.175 2.15t2.15 3.175t.787 3.875t-.787 3.887t-2.15 3.188t-3.175 2.15t-3.875.787t-3.888-.787m4.95-13.638Q13.5 7.15 13.5 6.5t-.425-1.075T12 5t-1.075.425T10.5 6.5t.425 1.075T12 8t1.075-.425"/></svg>
</template>

CSS

.icon-attribution-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%22M12%208.5q-1.325%200-2.037.363T9.25%209.9V14q0%20.2.15.35t.35.15h1v3.25q0%20.525.363.888T12%2019t.888-.363t.362-.887V14.5h1q.2%200%20.35-.15t.15-.35V9.9q0-.675-.712-1.037T12%208.5M8.125%2021.213q-1.825-.788-3.187-2.15t-2.15-3.188T2%2011.988t.788-3.875t2.15-3.175t3.187-2.15T12.013%202t3.875.788t3.175%202.15t2.15%203.175t.787%203.875t-.787%203.887t-2.15%203.188t-3.175%202.15t-3.875.787t-3.888-.787m4.95-13.638Q13.5%207.15%2013.5%206.5t-.425-1.075T12%205t-1.075.425T10.5%206.5t.425%201.075T12%208t1.075-.425%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%22M12%208.5q-1.325%200-2.037.363T9.25%209.9V14q0%20.2.15.35t.35.15h1v3.25q0%20.525.363.888T12%2019t.888-.363t.362-.887V14.5h1q.2%200%20.35-.15t.15-.35V9.9q0-.675-.712-1.037T12%208.5M8.125%2021.213q-1.825-.788-3.187-2.15t-2.15-3.188T2%2011.988t.788-3.875t2.15-3.175t3.187-2.15T12.013%202t3.875.788t3.175%202.15t2.15%203.175t.787%203.875t-.787%203.887t-2.15%203.188t-3.175%202.15t-3.875.787t-3.888-.787m4.95-13.638Q13.5%207.15%2013.5%206.5t-.425-1.075T12%205t-1.075.425T10.5%206.5t.425%201.075T12%208t1.075-.425%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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