attribution icon
attribution-outline-sharp from Material Symbols by Google · Outline Sharp · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- attribution-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- 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="M10.75 19h2.5v-4.5h1.5v-6h-5.5v6h1.5zm-2.625 2.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-.787m9.538-3.55Q20 15.325 20 12t-2.337-5.663T12 4T6.337 6.338T4 12t2.338 5.663T12 20t5.663-2.337M13.075 7.575Q13.5 7.15 13.5 6.5t-.425-1.075T12 5t-1.075.425T10.5 6.5t.425 1.075T12 8t1.075-.425M12 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAttributionOutlineSharp(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="M10.75 19h2.5v-4.5h1.5v-6h-5.5v6h1.5zm-2.625 2.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-.787m9.538-3.55Q20 15.325 20 12t-2.337-5.663T12 4T6.337 6.338T4 12t2.338 5.663T12 20t5.663-2.337M13.075 7.575Q13.5 7.15 13.5 6.5t-.425-1.075T12 5t-1.075.425T10.5 6.5t.425 1.075T12 8t1.075-.425M12 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.75 19h2.5v-4.5h1.5v-6h-5.5v6h1.5zm-2.625 2.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-.787m9.538-3.55Q20 15.325 20 12t-2.337-5.663T12 4T6.337 6.338T4 12t2.338 5.663T12 20t5.663-2.337M13.075 7.575Q13.5 7.15 13.5 6.5t-.425-1.075T12 5t-1.075.425T10.5 6.5t.425 1.075T12 8t1.075-.425M12 12"/></svg> </template>
CSS
.icon-attribution-outline-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%22M10.75%2019h2.5v-4.5h1.5v-6h-5.5v6h1.5zm-2.625%202.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-.787m9.538-3.55Q20%2015.325%2020%2012t-2.337-5.663T12%204T6.337%206.338T4%2012t2.338%205.663T12%2020t5.663-2.337M13.075%207.575Q13.5%207.15%2013.5%206.5t-.425-1.075T12%205t-1.075.425T10.5%206.5t.425%201.075T12%208t1.075-.425M12%2012%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%22M10.75%2019h2.5v-4.5h1.5v-6h-5.5v6h1.5zm-2.625%202.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-.787m9.538-3.55Q20%2015.325%2020%2012t-2.337-5.663T12%204T6.337%206.338T4%2012t2.338%205.663T12%2020t5.663-2.337M13.075%207.575Q13.5%207.15%2013.5%206.5t-.425-1.075T12%205t-1.075.425T10.5%206.5t.425%201.075T12%208t1.075-.425M12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/attribution-outline-sharp.svg?color=%231a73e8&size=48