attribution icon
attribution-rounded from Material Symbols Light by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- attribution-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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="M12 8.962q-1.267 0-1.759.295q-.491.295-.491.797v3.495q0 .17.121.292q.121.12.283.12h.904v3.174q0 .396.272.669t.666.273t.67-.273t.276-.67v-3.172h.904q.162 0 .283-.121q.121-.122.121-.283v-3.504q0-.502-.491-.797q-.492-.295-1.759-.295m-3.497 11.33q-1.64-.707-2.864-1.931t-1.931-2.864T3 11.995t.71-3.5T5.64 5.64t2.862-1.93T12.005 3t3.498.71t2.858 1.93t1.929 2.855t.71 3.5t-.71 3.505t-1.93 2.86t-2.855 1.93t-3.5.71t-3.502-.707M12.844 7.96q.348-.348.348-.844q0-.497-.348-.845T12 5.923t-.844.348t-.348.845t.348.844t.844.348t.844-.348"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAttributionRounded(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.962q-1.267 0-1.759.295q-.491.295-.491.797v3.495q0 .17.121.292q.121.12.283.12h.904v3.174q0 .396.272.669t.666.273t.67-.273t.276-.67v-3.172h.904q.162 0 .283-.121q.121-.122.121-.283v-3.504q0-.502-.491-.797q-.492-.295-1.759-.295m-3.497 11.33q-1.64-.707-2.864-1.931t-1.931-2.864T3 11.995t.71-3.5T5.64 5.64t2.862-1.93T12.005 3t3.498.71t2.858 1.93t1.929 2.855t.71 3.5t-.71 3.505t-1.93 2.86t-2.855 1.93t-3.5.71t-3.502-.707M12.844 7.96q.348-.348.348-.844q0-.497-.348-.845T12 5.923t-.844.348t-.348.845t.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="M12 8.962q-1.267 0-1.759.295q-.491.295-.491.797v3.495q0 .17.121.292q.121.12.283.12h.904v3.174q0 .396.272.669t.666.273t.67-.273t.276-.67v-3.172h.904q.162 0 .283-.121q.121-.122.121-.283v-3.504q0-.502-.491-.797q-.492-.295-1.759-.295m-3.497 11.33q-1.64-.707-2.864-1.931t-1.931-2.864T3 11.995t.71-3.5T5.64 5.64t2.862-1.93T12.005 3t3.498.71t2.858 1.93t1.929 2.855t.71 3.5t-.71 3.505t-1.93 2.86t-2.855 1.93t-3.5.71t-3.502-.707M12.844 7.96q.348-.348.348-.844q0-.497-.348-.845T12 5.923t-.844.348t-.348.845t.348.844t.844.348t.844-.348"/></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.962q-1.267%200-1.759.295q-.491.295-.491.797v3.495q0%20.17.121.292q.121.12.283.12h.904v3.174q0%20.396.272.669t.666.273t.67-.273t.276-.67v-3.172h.904q.162%200%20.283-.121q.121-.122.121-.283v-3.504q0-.502-.491-.797q-.492-.295-1.759-.295m-3.497%2011.33q-1.64-.707-2.864-1.931t-1.931-2.864T3%2011.995t.71-3.5T5.64%205.64t2.862-1.93T12.005%203t3.498.71t2.858%201.93t1.929%202.855t.71%203.5t-.71%203.505t-1.93%202.86t-2.855%201.93t-3.5.71t-3.502-.707M12.844%207.96q.348-.348.348-.844q0-.497-.348-.845T12%205.923t-.844.348t-.348.845t.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%22M12%208.962q-1.267%200-1.759.295q-.491.295-.491.797v3.495q0%20.17.121.292q.121.12.283.12h.904v3.174q0%20.396.272.669t.666.273t.67-.273t.276-.67v-3.172h.904q.162%200%20.283-.121q.121-.122.121-.283v-3.504q0-.502-.491-.797q-.492-.295-1.759-.295m-3.497%2011.33q-1.64-.707-2.864-1.931t-1.931-2.864T3%2011.995t.71-3.5T5.64%205.64t2.862-1.93T12.005%203t3.498.71t2.858%201.93t1.929%202.855t.71%203.5t-.71%203.505t-1.93%202.86t-2.855%201.93t-3.5.71t-3.502-.707M12.844%207.96q.348-.348.348-.844q0-.497-.348-.845T12%205.923t-.844.348t-.348.845t.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-rounded.svg?color=%231a73e8&size=48