twotone style icon
twotone-style from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-style
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Image
- Viewbox
- 24×24
- License
- Apache 2.0
More image icons from Google Material Icons
baseline-10mpbaseline-11mpbaseline-12mpbaseline-13mpbaseline-14mpbaseline-15mpbaseline-16mpbaseline-17mpbaseline-18mpbaseline-19mpbaseline-20mpbaseline-21mpbaseline-22mpbaseline-23mpbaseline-24mpbaseline-2mpbaseline-30fps-selectbaseline-3mpbaseline-4mpbaseline-5mpbaseline-60fps-selectbaseline-6mpbaseline-7mpbaseline-8mp
Use the twotone style icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.22 4.75L7.87 7.79l4.96 11.96l7.35-3.05zM11 10c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1" opacity=".3"/><path fill="currentColor" d="m3.87 11.18l-2.43 5.86c-.41 1.02.08 2.19 1.09 2.61l1.34.56zm18.16 4.77L17.07 3.98a2.01 2.01 0 0 0-1.81-1.23c-.26 0-.53.04-.79.15L7.1 5.95a2 2 0 0 0-1.08 2.6l4.96 11.97a2 2 0 0 0 2.6 1.08l7.36-3.05a1.994 1.994 0 0 0 1.09-2.6m-9.2 3.8L7.87 7.79l7.35-3.04h.01l4.95 11.95z"/><circle cx="11" cy="9" r="1" fill="currentColor"/><path fill="currentColor" d="m9.33 21.75l-3.45-8.34v6.34c0 1.1.9 2 2 2z"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneStyle(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="M15.22 4.75L7.87 7.79l4.96 11.96l7.35-3.05zM11 10c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1" opacity=".3"/><path fill="currentColor" d="m3.87 11.18l-2.43 5.86c-.41 1.02.08 2.19 1.09 2.61l1.34.56zm18.16 4.77L17.07 3.98a2.01 2.01 0 0 0-1.81-1.23c-.26 0-.53.04-.79.15L7.1 5.95a2 2 0 0 0-1.08 2.6l4.96 11.97a2 2 0 0 0 2.6 1.08l7.36-3.05a1.994 1.994 0 0 0 1.09-2.6m-9.2 3.8L7.87 7.79l7.35-3.04h.01l4.95 11.95z"/><circle cx="11" cy="9" r="1" fill="currentColor"/><path fill="currentColor" d="m9.33 21.75l-3.45-8.34v6.34c0 1.1.9 2 2 2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.22 4.75L7.87 7.79l4.96 11.96l7.35-3.05zM11 10c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1" opacity=".3"/><path fill="currentColor" d="m3.87 11.18l-2.43 5.86c-.41 1.02.08 2.19 1.09 2.61l1.34.56zm18.16 4.77L17.07 3.98a2.01 2.01 0 0 0-1.81-1.23c-.26 0-.53.04-.79.15L7.1 5.95a2 2 0 0 0-1.08 2.6l4.96 11.97a2 2 0 0 0 2.6 1.08l7.36-3.05a1.994 1.994 0 0 0 1.09-2.6m-9.2 3.8L7.87 7.79l7.35-3.04h.01l4.95 11.95z"/><circle cx="11" cy="9" r="1" fill="currentColor"/><path fill="currentColor" d="m9.33 21.75l-3.45-8.34v6.34c0 1.1.9 2 2 2z"/></svg> </template>
CSS
.icon-twotone-style {
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%22M15.22%204.75L7.87%207.79l4.96%2011.96l7.35-3.05zM11%2010c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m3.87%2011.18l-2.43%205.86c-.41%201.02.08%202.19%201.09%202.61l1.34.56zm18.16%204.77L17.07%203.98a2.01%202.01%200%200%200-1.81-1.23c-.26%200-.53.04-.79.15L7.1%205.95a2%202%200%200%200-1.08%202.6l4.96%2011.97a2%202%200%200%200%202.6%201.08l7.36-3.05a1.994%201.994%200%200%200%201.09-2.6m-9.2%203.8L7.87%207.79l7.35-3.04h.01l4.95%2011.95z%22%2F%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%229%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.33%2021.75l-3.45-8.34v6.34c0%201.1.9%202%202%202z%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%22M15.22%204.75L7.87%207.79l4.96%2011.96l7.35-3.05zM11%2010c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m3.87%2011.18l-2.43%205.86c-.41%201.02.08%202.19%201.09%202.61l1.34.56zm18.16%204.77L17.07%203.98a2.01%202.01%200%200%200-1.81-1.23c-.26%200-.53.04-.79.15L7.1%205.95a2%202%200%200%200-1.08%202.6l4.96%2011.97a2%202%200%200%200%202.6%201.08l7.36-3.05a1.994%201.994%200%200%200%201.09-2.6m-9.2%203.8L7.87%207.79l7.35-3.04h.01l4.95%2011.95z%22%2F%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%229%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.33%2021.75l-3.45-8.34v6.34c0%201.1.9%202%202%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-style.svg?color=%231a73e8&size=48