add reaction icon
add-reaction-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- add-reaction-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the add reaction icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.003 21q-1.866 0-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51q.709-1.643 1.924-2.859T8.49 3.709T12 3q.812 0 1.602.135q.79.134 1.527.41q.292.105.447.358q.155.252.155.555v.463q0 .656.461 1.118q.462.461 1.117.461h1.172v1.729q0 .42.31.73t.73.31h.371q.299 0 .549.183t.334.489q.125.496.175 1.005T21 12q0 1.868-.708 3.51t-1.923 2.858t-2.857 1.923t-3.509.709M12 16.884q1.243 0 2.293-.575t1.72-1.559q.133-.246.006-.498T15.6 14H8.4q-.292 0-.42.252q-.126.252.008.498q.67.985 1.73 1.56t2.282.575m-3.303-6.27q.467 0 .789-.326q.322-.327.322-.793q0-.467-.327-.79q-.326-.321-.793-.321t-.789.326t-.322.793t.326.79q.327.322.794.322m6.615 0q.467 0 .789-.327t.322-.793t-.326-.79q-.327-.321-.794-.321t-.789.326t-.322.793t.327.79q.326.322.793.322M20.5 4.5H19q-.213 0-.356-.144t-.144-.357t.144-.356T19 3.5h1.5V2q0-.213.144-.356t.357-.144t.356.144T21.5 2v1.5H23q.213 0 .356.144t.144.357t-.144.356T23 4.5h-1.5V6q0 .213-.144.356t-.357.144t-.356-.144T20.5 6z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAddReactionRounded(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.003 21q-1.866 0-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51q.709-1.643 1.924-2.859T8.49 3.709T12 3q.812 0 1.602.135q.79.134 1.527.41q.292.105.447.358q.155.252.155.555v.463q0 .656.461 1.118q.462.461 1.117.461h1.172v1.729q0 .42.31.73t.73.31h.371q.299 0 .549.183t.334.489q.125.496.175 1.005T21 12q0 1.868-.708 3.51t-1.923 2.858t-2.857 1.923t-3.509.709M12 16.884q1.243 0 2.293-.575t1.72-1.559q.133-.246.006-.498T15.6 14H8.4q-.292 0-.42.252q-.126.252.008.498q.67.985 1.73 1.56t2.282.575m-3.303-6.27q.467 0 .789-.326q.322-.327.322-.793q0-.467-.327-.79q-.326-.321-.793-.321t-.789.326t-.322.793t.326.79q.327.322.794.322m6.615 0q.467 0 .789-.327t.322-.793t-.326-.79q-.327-.321-.794-.321t-.789.326t-.322.793t.327.79q.326.322.793.322M20.5 4.5H19q-.213 0-.356-.144t-.144-.357t.144-.356T19 3.5h1.5V2q0-.213.144-.356t.357-.144t.356.144T21.5 2v1.5H23q.213 0 .356.144t.144.357t-.144.356T23 4.5h-1.5V6q0 .213-.144.356t-.357.144t-.356-.144T20.5 6z"/></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.003 21q-1.866 0-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51q.709-1.643 1.924-2.859T8.49 3.709T12 3q.812 0 1.602.135q.79.134 1.527.41q.292.105.447.358q.155.252.155.555v.463q0 .656.461 1.118q.462.461 1.117.461h1.172v1.729q0 .42.31.73t.73.31h.371q.299 0 .549.183t.334.489q.125.496.175 1.005T21 12q0 1.868-.708 3.51t-1.923 2.858t-2.857 1.923t-3.509.709M12 16.884q1.243 0 2.293-.575t1.72-1.559q.133-.246.006-.498T15.6 14H8.4q-.292 0-.42.252q-.126.252.008.498q.67.985 1.73 1.56t2.282.575m-3.303-6.27q.467 0 .789-.326q.322-.327.322-.793q0-.467-.327-.79q-.326-.321-.793-.321t-.789.326t-.322.793t.326.79q.327.322.794.322m6.615 0q.467 0 .789-.327t.322-.793t-.326-.79q-.327-.321-.794-.321t-.789.326t-.322.793t.327.79q.326.322.793.322M20.5 4.5H19q-.213 0-.356-.144t-.144-.357t.144-.356T19 3.5h1.5V2q0-.213.144-.356t.357-.144t.356.144T21.5 2v1.5H23q.213 0 .356.144t.144.357t-.144.356T23 4.5h-1.5V6q0 .213-.144.356t-.357.144t-.356-.144T20.5 6z"/></svg> </template>
CSS
.icon-add-reaction-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.003%2021q-1.866%200-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3%2012.003t.709-3.51q.709-1.643%201.924-2.859T8.49%203.709T12%203q.812%200%201.602.135q.79.134%201.527.41q.292.105.447.358q.155.252.155.555v.463q0%20.656.461%201.118q.462.461%201.117.461h1.172v1.729q0%20.42.31.73t.73.31h.371q.299%200%20.549.183t.334.489q.125.496.175%201.005T21%2012q0%201.868-.708%203.51t-1.923%202.858t-2.857%201.923t-3.509.709M12%2016.884q1.243%200%202.293-.575t1.72-1.559q.133-.246.006-.498T15.6%2014H8.4q-.292%200-.42.252q-.126.252.008.498q.67.985%201.73%201.56t2.282.575m-3.303-6.27q.467%200%20.789-.326q.322-.327.322-.793q0-.467-.327-.79q-.326-.321-.793-.321t-.789.326t-.322.793t.326.79q.327.322.794.322m6.615%200q.467%200%20.789-.327t.322-.793t-.326-.79q-.327-.321-.794-.321t-.789.326t-.322.793t.327.79q.326.322.793.322M20.5%204.5H19q-.213%200-.356-.144t-.144-.357t.144-.356T19%203.5h1.5V2q0-.213.144-.356t.357-.144t.356.144T21.5%202v1.5H23q.213%200%20.356.144t.144.357t-.144.356T23%204.5h-1.5V6q0%20.213-.144.356t-.357.144t-.356-.144T20.5%206z%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.003%2021q-1.866%200-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3%2012.003t.709-3.51q.709-1.643%201.924-2.859T8.49%203.709T12%203q.812%200%201.602.135q.79.134%201.527.41q.292.105.447.358q.155.252.155.555v.463q0%20.656.461%201.118q.462.461%201.117.461h1.172v1.729q0%20.42.31.73t.73.31h.371q.299%200%20.549.183t.334.489q.125.496.175%201.005T21%2012q0%201.868-.708%203.51t-1.923%202.858t-2.857%201.923t-3.509.709M12%2016.884q1.243%200%202.293-.575t1.72-1.559q.133-.246.006-.498T15.6%2014H8.4q-.292%200-.42.252q-.126.252.008.498q.67.985%201.73%201.56t2.282.575m-3.303-6.27q.467%200%20.789-.326q.322-.327.322-.793q0-.467-.327-.79q-.326-.321-.793-.321t-.789.326t-.322.793t.326.79q.327.322.794.322m6.615%200q.467%200%20.789-.327t.322-.793t-.326-.79q-.327-.321-.794-.321t-.789.326t-.322.793t.327.79q.326.322.793.322M20.5%204.5H19q-.213%200-.356-.144t-.144-.357t.144-.356T19%203.5h1.5V2q0-.213.144-.356t.357-.144t.356.144T21.5%202v1.5H23q.213%200%20.356.144t.144.357t-.144.356T23%204.5h-1.5V6q0%20.213-.144.356t-.357.144t-.356-.144T20.5%206z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/add-reaction-rounded.svg?color=%231a73e8&size=48