remark logo
remark from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- remark
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 16×16
- License
- MIT
The same logo in other sets
Use the remark logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ef5350" d="M5.445 2.975C3.724 2.989 3.04 3.93 3 4V3H1v10h2V7c.647-.844 1.609-1.724 3-1V3a5 5 0 0 0-.555-.025M10.748 3q-1.319 0-2.352.623q-1.025.616-1.588 1.766q-.56 1.14-.56 2.593v.25q0 2.166 1.328 3.467Q8.913 13.001 11.033 13q1.204 0 2.193-.455q.99-.464 1.569-1.283l-1.266-1.416q-.837 1.078-2.326 1.078q-.963 0-1.596-.57C9.191 9.974 9.083 9.63 9 9h6V7.785q0-2.29-1.14-3.537Q12.726 3 10.747 3zm-.008 2.086q.82 0 1.266.473q.444.463.463 1.318L12.48 7H9c.089-.642.177-1.054.492-1.398q.48-.517 1.248-.516"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeRemark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ef5350" d="M5.445 2.975C3.724 2.989 3.04 3.93 3 4V3H1v10h2V7c.647-.844 1.609-1.724 3-1V3a5 5 0 0 0-.555-.025M10.748 3q-1.319 0-2.352.623q-1.025.616-1.588 1.766q-.56 1.14-.56 2.593v.25q0 2.166 1.328 3.467Q8.913 13.001 11.033 13q1.204 0 2.193-.455q.99-.464 1.569-1.283l-1.266-1.416q-.837 1.078-2.326 1.078q-.963 0-1.596-.57C9.191 9.974 9.083 9.63 9 9h6V7.785q0-2.29-1.14-3.537Q12.726 3 10.747 3zm-.008 2.086q.82 0 1.266.473q.444.463.463 1.318L12.48 7H9c.089-.642.177-1.054.492-1.398q.48-.517 1.248-.516"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ef5350" d="M5.445 2.975C3.724 2.989 3.04 3.93 3 4V3H1v10h2V7c.647-.844 1.609-1.724 3-1V3a5 5 0 0 0-.555-.025M10.748 3q-1.319 0-2.352.623q-1.025.616-1.588 1.766q-.56 1.14-.56 2.593v.25q0 2.166 1.328 3.467Q8.913 13.001 11.033 13q1.204 0 2.193-.455q.99-.464 1.569-1.283l-1.266-1.416q-.837 1.078-2.326 1.078q-.963 0-1.596-.57C9.191 9.974 9.083 9.63 9 9h6V7.785q0-2.29-1.14-3.537Q12.726 3 10.747 3zm-.008 2.086q.82 0 1.266.473q.444.463.463 1.318L12.48 7H9c.089-.642.177-1.054.492-1.398q.48-.517 1.248-.516"/></svg> </template>
CSS
.icon-remark {
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%2016%2016%22%3E%3Cpath%20fill%3D%22%23ef5350%22%20d%3D%22M5.445%202.975C3.724%202.989%203.04%203.93%203%204V3H1v10h2V7c.647-.844%201.609-1.724%203-1V3a5%205%200%200%200-.555-.025M10.748%203q-1.319%200-2.352.623q-1.025.616-1.588%201.766q-.56%201.14-.56%202.593v.25q0%202.166%201.328%203.467Q8.913%2013.001%2011.033%2013q1.204%200%202.193-.455q.99-.464%201.569-1.283l-1.266-1.416q-.837%201.078-2.326%201.078q-.963%200-1.596-.57C9.191%209.974%209.083%209.63%209%209h6V7.785q0-2.29-1.14-3.537Q12.726%203%2010.747%203zm-.008%202.086q.82%200%201.266.473q.444.463.463%201.318L12.48%207H9c.089-.642.177-1.054.492-1.398q.48-.517%201.248-.516%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%2016%2016%22%3E%3Cpath%20fill%3D%22%23ef5350%22%20d%3D%22M5.445%202.975C3.724%202.989%203.04%203.93%203%204V3H1v10h2V7c.647-.844%201.609-1.724%203-1V3a5%205%200%200%200-.555-.025M10.748%203q-1.319%200-2.352.623q-1.025.616-1.588%201.766q-.56%201.14-.56%202.593v.25q0%202.166%201.328%203.467Q8.913%2013.001%2011.033%2013q1.204%200%202.193-.455q.99-.464%201.569-1.283l-1.266-1.416q-.837%201.078-2.326%201.078q-.963%200-1.596-.57C9.191%209.974%209.083%209.63%209%209h6V7.785q0-2.29-1.14-3.537Q12.726%203%2010.747%203zm-.008%202.086q.82%200%201.266.473q.444.463.463%201.318L12.48%207H9c.089-.642.177-1.054.492-1.398q.48-.517%201.248-.516%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/remark.svg?color=%231a73e8&size=48